Darin Pope & Viktor Farcic
DevOps Paradox
What is DevOps? We will attempt to answer this and many more questions.
Author
Darin Pope & Viktor Farcic
Category
Podcast website
Latest episode
Jul 8, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
DOP 158: Powering Zero Trust With OpenZiti 11.05.2022 34:02
#158: Security is a paramount concern for many organizations today due to remote work. The typical starting point is a VPN client is installed on workers devices. But is using a VPN really that secure? In this episode, we talk with Mike Guthrie from NetFoundry about an alternative approach to security that is not only Zero Trust, but also open source. OpenZiti is an open source project focused o...
DOP 157: How to Create a Startup 04.05.2022 43:41
#157: You're sitting at home and all of a sudden, you have a new business idea. You message a few of your friends and they agree that it is a great idea. You take out a few pieces of paper and start brainstorming. But then you have a bad feeling. The idea is too vague or too complicated to explain or you cannot decide whether to pursue it any further. How do you decide what to do? In this episod...
DOP 156: Validate Your API Specifications With Cherrybomb 27.04.2022 24:58
#156: When you are writing an API, do you first create an OpenAPI document and then generate code or do you create your code and then generate an OpenAPI document? Regardless of how you create it, how do you know that when your API is running that it is actually doing what you've said it will do? In this episode, we speak with Guy Levinger, CTO of BLST Security, about all things API and about th...
DOP 155: The Difference Between Projects and Products 20.04.2022 34:16
#155: Do you know what the difference is between a project and a product in your day job? After years of working with clients as well as working in open source, we've figured out the differences between a project and a product, why it's important to know the differences, and how you can use this knowledge to build better products. In this episode, Darin and Viktor walk you through what they are...
DOP 154: Reducing Developer Friction 13.04.2022 33:00
#154: What are the right and wrong ways organizations help their application developers be more productive? Should those organizations have the mentality of my way or the highway or should they allow the application developers they've hired to run the shop? Interestingly, the answer is somewhere in the middle. YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Pa...
DOP 153: Eliminate Cloud Chaos With Firefly 06.04.2022 32:56
#153: Cloud has been around in an organization for a number of years and has had many, many employees and contractors managing the cloud assets. These assets have been created in numerous ways. Sometimes Terraform was used. Other times, a script was written that used the CLI provided by the cloud vendor. Finally, other assets were created by pointing and clicking in the console. You've been rece...
DOP 152: An Internal Developer Platform Story 30.03.2022 32:57
#152: Many companies are seriously starting to look into creating an internal developer platform for their developers. However, how many of those companies really understand what it takes to create a developer platform that is going to be used by those developers. We speak with Diogo and Ragnar from Pipedrive to see how they are using the open source project DevSpace as the basis for their inter...
DOP 151: What Is OpenTelemetry? 23.03.2022 41:08
#151: As an application developer, you know you need data about your application. Usually, that data starts with logs. Over time, you add in metrics. At some point, you might add traces. With OpenTelemetry, you get all three with one tool. In this episode, we speak with Ramon Guiu about the OpenTelemetry landscape and how as an application developer you might want to start using OpenTelemetry in...
DOP 150: Diagrams As Code 16.03.2022 45:11
#150: Patrick Debois joins us for his almost-annual divide by 50 episode. We talk about items ranging from digital twins to diagrams as code to everyone's current favorite topics, NFTs and blockchain. Patrick's info: Twitter: https://twitter.com/patrickdebois LinkedIn: https://www.linkedin.com/in/patrickdebois/ Website: https://www.jedi.be/ Sites discussed: https://structurizr.com/ https://ice...
DOP 149: What Is FinOps? 09.03.2022 28:56
#149: You might just be starting out using cloud and your credit card is doing just fine. However, after a few months, you notice that you need to add multiple credit cards to your account in order to pay your cloud bill. What do you do? You start looking for a better way. In this episode, we speak with Roi Ravhon, the CEO at Finout, about why a DevOps team should care about their cloud costs. ...
DOP 148: Is Kubernetes Ready to Run Databases? 02.03.2022 42:27
#148: The Kubernetes ecosystem continues to mature, but one area is still a challenge. That area is managing storage for stateful applications. In this episode, we speak with Nic Vermandé from Ondat to discuss the challenges with StatesfulSet applications and the items you've got to get right first before you can even think about scaling your applications to multi-region or even multi-cloud. N...
DOP 147: Should You Use a Recruiter When Looking for a Job? 23.02.2022 36:06
#147: In the pre-internet days, you would look through the newspaper when you wanted to get a new job. However, if you wanted to get to a job faster, you would hire a recruiter to help pitch you to multiple companies. In 2022, obviously everything has changed and the value of a good recruiter is move important than ever. In this episode, we talk with Erin Lovern, the founder and CEO of Grove Tal...
DOP 146: Context Means Everything in Security 16.02.2022 35:21
#146: Who owns security? Is it the Development team? Is it the DevOps or Shared Services team? Is the the Security team? In this episode, we with speak with Dean Agron from Oxeye to determine what happens when you actually have all the context you need and how that can make the call on what security issues are important to remediate immediately and which ones can wait or even be ignored. Dean'...
DOP 145: What Does a DevOps Engineer Do? 09.02.2022 26:12
#145: In this episode, we discuss a blog post from spike.sh that analyzed 29 DevOps engineer job postings from a number of the large technology companies. The overlap of the job requirements wasn't very surprising. However, some of the requirements seemed pretty silly. What does a DevOps Engineer do? We analyzed 29 job postings to find out. https://spike.sh/blog/devops-engineer-responsibilities-...
DOP 144: Is Open Source Sustainable? 02.02.2022 26:08
#144: Filippo Valsorda recently wrote a blog post titled "Professional Maintainers: A Wake-up Call" in which he discusses his thoughts about the sustainability of open source. Where do you think open source will be in the coming years? https://blog.filippo.io/professional-maintainers/ YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Patterns, And Blueprints htt...
DOP 143: How to Get Started With CI/CD 26.01.2022 22:54
#143: When you are first starting with CI/CD, where should you start? That's the question that Ahmed asks us in this episode. Should it be tools? Should it be pipelines? Should it be Kubernetes? Actually, the answer is none of the above. YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Patterns, And Blueprints https://www.devopstoolkitseries.com/posts/catalog/ ...
DOP 142: Do We Need Coding for DevOps? 19.01.2022 25:05
#142: We answer a new variation on a question that we get a lot. Sure, we all know we need to know how to code if we are doing DevOps, but do we also need to know how to use development frameworks and potentially even how to connect to and use databases? YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Patterns, And Blueprints https://www.devopstoolkitseries.com/...
DOP 141: Five Reasons to Leave Your Job 12.01.2022 33:23
#141: In this episode, we attempt to answer Stan's question "name five things we should gauge with current employer if they are still doing that would make you leave." What do you think those five things are? YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Patterns, And Blueprints https://www.devopstoolkitseries.com/posts/catalog/ Kubernetes Chaos Engineering...
DOP 140: What Every DevOps Should Learn in 2022 05.01.2022 27:45
#140: Have you decided what you're going to be learning in 2022? Darin and Viktor attempt to answer a question from Konstantin about what a DevOps person should be learning this year. Guess what? It's not just technology that you need to be learning. YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Patterns, And Blueprints https://www.devopstoolkitseries.com/post...
DOP 139: Is Markdown Good for Documentation? 29.12.2021 27:32
#139: When you sit down to write documentation, do you start with a Google Doc or Microsoft Word? Hopefully neither. Hopefully you start with plain text. But how do you handle formatting? That's where it starts to get interesting. In this episode, we answer a question from Karl Webster where he asks "what do you use for documenting all your notes and how do you take notes when learning a new tec...
DOP 138: Great Expectations 22.12.2021 22:27
#138: It's that time of year where we reflect on everything that happened over the past year and ponder what will be happening over the next year. YouTube channel: https://youtube.com/devopsparadox/ Books and Courses: Catalog, Patterns, And Blueprints https://www.devopstoolkitseries.com/posts/catalog/ Kubernetes Chaos Engineering With Chaos Toolkit And Istio https://www.devopstoolkitseries.c...
DOP 137: Shifting Infrastructure Management Left 15.12.2021 36:26
#137: Many application developers have either been hearing about or having thrust upon them the concept of shifting left. But now in some places, even infrastructure is trying to get in on the game. However, to believe that application developers can correctly build, maintain, secure, and govern infrastructure is a failed experiment unless they are getting a lot of help. In trying to answer this q...
DOP 136: Teaching Kubernetes to a New Team Member 08.12.2021 25:53
#136: Imagine you've just learned Kubernetes yourself, but now you've been selected to help train a new team member on what Kubernetes is and how to operate it. Where would you start? In this episode, we attempt to answer Dor's question and take you through what we think one of the easiest paths is to learn and teach Kubernetes. YouTube channel: https://youtube.com/devopsparadox/ Books and Cou...
DOP 135: Migrate Everything to Kubernetes 01.12.2021 25:01
#135: Alexey asked us the following question: My company is considering migrating everything to Kubernetes. What stack of Kubernetes technologies would you suggest...in 1 minute or less? It's a good thing that we are a podcast and have the chance to take longer than one minute to answer this question. How many of the suggestions do you agree or disagree with? The Architect: Bare Metalsson R...
DOP 134: The True Cost of Open Source 24.11.2021 24:42
#134: In this episode, we attempt to answer the following question from Karan: "How do you make a case to your organization to embrace open source, especially if it has historically favored big vendor-supported tools?" We discuss not only the money aspect, but a number of other items that might make you think twice before deciding on choosing open source. YouTube channel: https://youtube.com/dev...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.