Player FM - Internet Radio Done Right
Checked 1M ago
הוסף לפני three שנים
תוכן מסופק על ידי Tony Bourke. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Tony Bourke או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
<
<div class="span index">1</div> <span><a class="" data-remote="true" data-type="html" href="/series/squid-game-the-official-podcast">Squid Game: The Official Podcast</a></span>


The final season is here—and Squid Game: The Official Podcast is your ultimate companion to the end of the Game. Hosts Phil Yu and Kiera Please return once more to break down every shocking twist and betrayal, and the choices that will determine who, if anyone, makes it out alive. Will Player 456 and the cast of characters we’ve grown to love finally be able to dismantle the games for good? Or will the cycle continue? Alongside creators, cultural critics, and viral internet voices, Phil and Kiera provide their own theories for how the season ends, and what Squid Game ultimately reveals about power, sacrifice, and the systems that shape us. The biggest question isn’t who wins—it’s what it means to be human. Squid Game: The Official Podcast returns Friday, June 27th.
CI/CD for Network Automation
Manage episode 364338149 series 3305522
תוכן מסופק על ידי Tony Bourke. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Tony Bourke או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
In this episode, I give an overview of what CI/CD is (both traditionally and for network automation), how it's used, and why it's used in network environments.
If you have questions about network automation, you can ask me on Twitter: @tbourke
38 פרקים
Manage episode 364338149 series 3305522
תוכן מסופק על ידי Tony Bourke. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Tony Bourke או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
In this episode, I give an overview of what CI/CD is (both traditionally and for network automation), how it's used, and why it's used in network environments.
If you have questions about network automation, you can ask me on Twitter: @tbourke
38 פרקים
כל הפרקים
×In this episode, I talk of my love for YAML as a tool for network automation.
Here I talk about declarative vs imperative approaches to network automation.

1 Getting Syntax onto Switches (No YANG) 11:56
11:56
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:56
In this episode I talk about my thoughts on using OpenConfig versus managing the device in a more native way.
In this episode I talk about the pitfall of throwing too many new things at once to someone who's just learning network automation. Keeping it simple and using a layered approach is what I've found to be the best way to introduce network automation to new people.
In the software development world, they have a concept called "test driven development", whereby code is tested (unit tests, integration tests) before committing to the main branch and before deployment. We can take that concept and use it in the networking world, and to some extent we are, but there's more to go. The tools haven't quite caught up with the concepts, however, and I discuss this on this episode.…
What place does AI or Machine Learning have in network automation today, or even network operations in general? Writing Python scripts, playbooks, etc. Not much more. At least for now.
In this episode, I talk about what CI/CD is for networking automation as well as the general idea for what is in the developer world. And more importantly, I talk about how most organizations probably don't need full CI/CD, they can get a lot of benefits from network automation by adopting three practices (that are part of CI/CD, but alone aren't CI/CD): Configuration generation Automated config deployment Automated post-deployment testing…
There's marketing terms, and then there's words that accurately describe a new way of doing things. Cloud computing was one of these terms, and now "Network as Code", "Network Automation", or the older "Software Defined Networking", while they can be used a marketing fluff, they do represent a different way of doing things.…
In this episode I talk about the two main categories of APIs you're likely to run into as a network administrator: REST APIs and RPCs (XML-RPC, JSON-RPC, gRPC, etc.) and why a device might have one or another.
How is network automation and packing parachute similar? They're both intimidating, and they both involve a learning curve. On the other side of the learning curve/hump, it's pretty nice.
In this episode, I share my thoughts on what constitutes a network controller. Back in the early 2010s, it was thought to be the way devices had their forwarding tables configured. Now it's how a devices configuration state is configured.
What was automation like in the past? Well, it was mostly non-existent in most of the networking world. But we did do automation in the server world, but it was quite different than it is today.
In this episode I talk about skillsets that I've picked up outside of the networking world that have really helped me out.

1 A Brief History of Network Automation 10:17
10:17
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:17
Here is just a quick talk about some of the history of network automation, at least from what I've seen in 25 years of server and network administration.
A great question from Twitter: "Any tips for leveraging Ansible in a team environment". In this episode I answer that question with what I've learned. Coder: Essentially VS Code in webapp form: https://coder.com/
T
The Network Automation Journey

@el_dude_abides asked a few more excellent questions which I did my best to answer: How do you lock down APIs? Experience with Terraform?
T
The Network Automation Journey

One of the most important skills in network automation is to know your way around YAML files and JSON, to know the difference between lists and dictionaries, and how to iterate through them.
In this episode, I talk briefly about two different depths of automation: Supplemental and Total. With supplemental automation, automation is used only on part of a config (SSH keys, DNS, NTP, etc.) while the rest of the device is configured in the traditional (i.e. manual) way. With complete automation, no more manual configuration is done and the entire configuration is done through some sort of automated means.…
T
The Network Automation Journey

On twitter (my handle is @tbourke) I asked for people to submit any questions about network automation that they might have. I got one response pretty quickly from @el_dude_abides, and here were their questions: Will SNMP ever go away? YANG or NETCONF? GUI or CLI best? Will application & server peoples ever understand how their stuff works? (i.e. ports, transport, source/destination) All great questions, and I want to thank the Network Dude for asking them. I answer them in this episode. Enjoy!…
T
The Network Automation Journey

What is the relationship between Python and Network Automation? It's easy to conflate the two, and while they're highly related network automation isn't just Python.
T
The Network Automation Journey

1 Pep Talk for Network Administrators Learning Automation 17:42
17:42
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי17:42
In this episode I give you a "pep talk", a bit of encouragement for those that are experiencing some fear and perhaps even some loathing when it comes to learning network automation. Generally, I see three main reasons why students I encounter and network professional are hesitant to learn network automation skills and tools: They think they don't have the talent for it (the midichlorian problem) They think they'll automate themselves out of a job They think they're too old to learn I go through each one and talk about them. I hope it helps address any hesitation you might have.…
In this first episode, I talk about how I got into network automation (by way of server automation from the late 1990's).
T
The Network Automation Journey

This podcast is a series of single person, just me (Tony Bourke) talking about the network automation journey. While there's a lot of resources out there to help people use the tools of automation (Ansible, Arista CloudVision, Python, DCNM/ACI, etc.) I think there's not as much talk about some of the fundamental concepts, motivations, and how to address the "fear and loathing" of automation that the networking community can sometimes express regarding automation.…
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.