DevOps and Docker Talk: Cloud Native Interviews and Tooling

Bret Fisher

Interviews from Bret Fisher's live show. Topics cover container and cloud topics like Docker, Kubernetes, Swarm, Cloud Native development, DevOps, SRE, GitOps, DevSecOps, platform engineering, and the full software lifecycle. Full show notes and more info available at https://podcast.bretfisher.com read less
EducationEducation

Episodes

AWS Finch: The Minimal Local Container Solution
Yesterday
AWS Finch: The Minimal Local Container Solution
Bret and Nirmal are joined by Phil Estes of AWS to show us the Finch project, which bundles the best open source tools for building and running containers locally. Now it runs on macOS and Windows WSL2.We've been talking with Phil about this show for months, and now that Finch has come to Windows, we thought it was the best time to clue you in as to why AWS created the Finch project and what it does. You're probably heard of containerd, the most popular container runtime on the planet and BuildKit, the best way, in my opinion, to build container images. Those two work hand in hand in Docker and many other container tools. But you might not have heard of nerdctl or Lima, which are also open source tools that work with containerd and BuildKit to help you run containers locally in a virtual machine. Well, AWS had the idea of making an easy installer for these four tools. That's how Finch was born. Finch is not meant to be a replacement of your existing way to run containers. The tools it installs are a bit of a minimum feature set, if you will, and more focused on providing people the exact tools AWS uses in its container platforms, mainly containerd and BuildKit, which are everywhere in AWS. Rather than building something that's feature equivalent to other local container solutions like Docker Desktop and Rancher Desktop, Finch keeps it simple and does the bare minimum.  If you just want an easily installable and minimal way to build and run local containers at the command line with no goofy, high-end fancy features, pure open source and just on Mac and Windows, at least at this point, you should give Finch a try.Be sure to check out the live recording of the complete show from February 22, 2024 on YouTube (Ep. 255).★Topics★Finch WebsiteBret's local container runtime spreadsheetCreators & GuestsPhil Estes - GuestCristi Cotovan - EditorBeth Fisher - ProducerBret Fisher - HostNirmal Mehta - Host (00:00) - Intro(00:35) - What is Finch?(03:53) - Phil's History with Docker and Finch(07:59) - Deep Dive into AWS Finch Project(11:41) - How do the Components Tie Together(25:31) - Finch's Position in the Container Ecosystem(26:47) - Finch's Capabilities and Comparisons(27:45) - VM Management and Lima Integration(37:51) - Finch's Roadmap and Community Engagement(41:49) - How Does Finch Connect to Lima?(42:45) - Potential Lima Conflicts with Finch(46:38) - Getting Started wtih Finch You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Portainer for Kubernetes, Docker, Swarm, Edge, and IoT
Apr 5 2024
Portainer for Kubernetes, Docker, Swarm, Edge, and IoT
Bret is joined by Neil Cresswell, CEO and co-founder of Portainer, to show us new features in Portainer and how it can manage, deploy, and orchestrate all your container workloads from a single Docker Engine, all the way to multi-cluster and IoT Kubernetes deployments.Portainer is much more comprehensive than you might think. Docker on the Edge, Podman, Kubernetes, in the cloud, in hybrid, you name it; it seems that Portainer supports it. In the show, we also get some updates on new things that have happened in the last couple of years, including adding GitOps support to Portainer, the ability to deploy Kubernetes nodes, and infrastructure.Be sure to check out the live recording of the complete show with demos from February 29, 2024 on YouTube (Ep. 256).★Topics★Portainer Website Portainer on YouTubePortainer on XPortainer on LinkedInPortainer Demo: Kubernetes the "easy" wayCreators & GuestsCristi Cotovan - EditorBeth Fisher - ProducerBret Fisher - HostNeil Cresswell - Guest (00:00) - Intro(02:50) - How Portainer Started(05:38) - Portainer's Strongest Use Cases(08:56) - Portainer's Cluster Provisioning(12:42) - Docker Desktop and Portainer(15:22) - GitOps with Portainer(18:43) - K2D Teaser(21:34) - Portainer Across Different Environment Types(25:21) - Portainer's Focus on IoT and Edge(29:01) - Portainer's Evolution and Future Developments(35:03) - Passwords and Secrets Capabilities in Portainer(40:15) - AI Capabilities in Portainer(42:06) - Portainer Editions, Licenses and Pricing(43:09) - Using Traefik for Ingress(44:53) - What's Next for Portainer? You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Open Source Codespaces with Daytona
Mar 22 2024
Open Source Codespaces with Daytona
Bret and Nirmal are joined by Ivan Burazin and Chad Metcalf to debut Daytona, an open source "codespaces equivalent."Daytona is a development environment manager designed to automate all the tedious steps a developer needs to perform to set up their development environment. "Essentially, it transforms any machine into a codespaces equivalent."Where Daytona is actually starting in the enterprise is focusing on large dev environment solutions and management of those, and then trickling down to individual developers. So there are two very similar solutions to a problem of many developers and their varying ways that they set up their environments for development, but they're coming at it from two ends of the spectrum. Be sure to check out the live recording of the complete show with demos from March 7, 2024 on YouTube (Ep. 257).★Topics★Daytona websiteDaytona on GitHubWhy Daytona OSS'dDIY GuideCreators & GuestsIvan Burazin - GuestChad Metcalf - GuestBret Fisher - HostNirmal Mehta - HostBeth Fisher - ProducerCristi Cotovan - Editor (00:00) - Intro(06:33) - CodeAnywhere(07:50) - Introducing Daytona: Revolutionizing Dev Environments(13:54) - Demo(21:07) - Daytona's Automation Magic(22:49) - Comparing Daytona with DevPod(25:15) - Daytona's Roadmap and Beyond(27:01) - Dev Environments and IDEs(39:52) - AI with Daytona(44:05) - Getting Started with Daytona(44:35) - Getting Involved in Daytona(47:00) - Features About to Ship in Daytona You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Postgres in Containers
Mar 8 2024
Postgres in Containers
Bret and Nirmal are joined by Lukas Fittl of pganalyze to dive into Postgres in containers, in production, and in CI.Lukas is an expert and founder of pganalyze, and I invited him on the show to explain a lot of this to us and catch us up with what's going on in the Postgres community, particularly when it comes to containers and production.We dive into everything around containers with Postgres, some of the new stuff going on in Postgres Land, including tuning and stuff I didn't even know about Postgres, including storing NoSQL data, vector databases for AI and more.Be sure to check out the live recording of the complete show from February 15, 2024 on YouTube (Ep. #254).★Topics★pganalyze websitepganalyze YouTube channel pgvector cloudnative-pg Crunch Postgres for Kubernetes CockroachDBCreators & GuestsBret Fisher - HostLukas Fittl - GuestNirmal Mehta - HostCristi Cotovan - EditorBeth Fisher - Producer (00:00) - Intro(01:59) - Is Postgres Underrated?(04:18) - What is pgAnalyze?(05:02) - Database Performance Tuning(11:11) - Postgres in Containers(19:44) - Opinion on kubegres and other operators in managing HA(25:03) - The role of Database Administrators and Data Engineers(31:54) - Running Postgres HA across multi-cluster(39:23) - What does pgnalyze do?(44:45) - The hardest operational problem running Postgres in containers You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Best of DevOps 2023
Feb 23 2024
Best of DevOps 2023
Bret and Nirmal are joined by Melissa McKay, Developer Advocate at JFrog and Docker Captain, to discuss the best and worst of 2023.We recorded this episode in December of 2023 where we talked through our favorite tools. Whether a DevOps oriented tool or not, it just might be the things we like to use on containers and in Cloud Native DevOps. This is a fun episode of three friends talking about what they love. And I sometimes I think these are the best shows because we didn't plan them out. I hope you enjoy listening to it as much as we did recording it.  The live recording of the complete show from December 14, 2023 is on YouTube (Ep. #245)★Topics★Dive WebsiteSlimToolkit WebsiteOpenTelemetry WebsiteeBPF WebsiteeBPF Documentary Continuous Delivery Foundation CDEvents WebsiteML Ops WebsiteOllama WebsiteDocker + OllamaNeo4j WebsiteInspektor Gadget WebsiteArc Browser k6 Load testingCreators & GuestsBeth Fisher - ProducerBret Fisher - HostMelissa McKay - GuestCristi Cotovan - Editor (00:00) - DDT MAIN(04:13) - A Little Tool Called Dive(09:49) - SlimTooklit from Slim.AI(12:11) - OpenTelemetry(14:57) - eBPF(18:44) - Chainguard Images(21:48) - Digestabot(25:03) - Looking Forward to 2024(27:29) - CDEvents(31:32) - MLOps(34:58) - Ollama(37:30) - WebAssembly(38:26) - Inspektor Gadget (39:33) - Arc Browser You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Faster Dev Feedback and Previews with Livecycle
Feb 9 2024
Faster Dev Feedback and Previews with Livecycle
Bret is joined by Matan Mishan & Roy Razon of Livecycle to discuss developer platforms and how to improve developer collaboration and speeding up feedback and previews.We talk about the various delays encountered in pull requests due to feedback processes, and how Lifecycle's tools aim to shorten this feedback loop in Docker Desktop, local CLI with Preevy, and automated CI workflows. I like how Lifecycle provides multiple locations and ways to get access to people in the preview environments that really lets you just fit the different parts of the tool into your workflow, as opposed to one way to do everything. It's great for getting feedback quickly during the PR process, rather than making people set up their own environments to test their changes. I also liked their ideas around how the feedback loops can be improved.This episode contains great demos so be sure to also check out the live recording of the complete show from December 21, 2023 on YouTube (Ep. #246). ★Topics★Livecycle's WebsitePreevy RepositoryLivecycle Docker ExtensionCreators & GuestsBret Fisher - HostMatan Mishan - GuestRoy Razon - GuestBeth Fisher - ProducerCristi Cotovan - Editor (00:00) - Intro(01:57) - Internal Developer Platform: a self-service solution(06:38) - Lifecycle and the Docker Extension(24:10) - Using GitHub Environments(27:46) - First Steps and What's Next You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Docker Recap of 2023
Jan 26 2024
Docker Recap of 2023
Bret and Nirmal are joined by Michael Irwin, DevRel at Docker, to talk about all the products and features Docker shipped in 2023, and what's coming in early 2024. Michael has been on this show many times as a Docker Captain and now as a Docker employee, and it's always great to dig into the details of the products with someone who's been using them for so many years as an end-user and now staff at Docker. Docker did some big things in 2023, but they also shipped some smaller features that we will help you catch up on in this episode.The live recording of the complete show from December 28, 2023 is on YouTube (Ep. #247)★Topics★Docker 2023 MilestonesDocker Build CloudDocker Engine release notesDocker Compose WatchDockerCon PlaylistDockerCon AnnouncementsCompose includesDocker ScoutDocker GenAI stackGetting started with GenAI on DockerDocker acquires MutagenCreators & GuestsCristi Cotovan - EditorBeth Fisher - ProducerBret Fisher - HostNirmal Mehta - HostMichael Irwin 🇺🇦 🕊 - Guest (00:00) - Introduction(02:11) - The Docker Engine(04:43) - Performance improvements(08:16) - Docker Extensions(09:12) - Dashboard and GUI updates(12:46) - Docker init(17:43) - What's new in Compose?(24:33) - Docker Scout(36:43) - Docker and AI/Machine Learning(43:55) - What's Coming Up in 2024?(47:07) - Docker Debug You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Tailscale Everything
Jan 5 2024
Tailscale Everything
Bret is joined by Alex Kretzschmar to talk about Tailscale, a universal VPN that connects teams, devices, and development environments for easy access to remote resources.Alex and I talk about projects he's worked on in containers over the years and then we quickly get into Tailscale and talking about why he joined the team there. Tailscale is one of those tools that's hard to put down. I've used it for years to connect my personal devices to my home server lab when I'm traveling or servers I might have on the internet that I run temporarily. It connects them all together in a seamless VPN. The product itself comes up a lot in our Discord server when people are talking about needing some secure remote access to something anywhere in the world. Tailscale keeps adding more and more features, I can't really keep up, so we had Alex on the show to talk about all the new stuff, including a client for Apple TV, which at first, I didn't quite understand why, but now it totally makes sense; and a Kubernetes operator that does some slick things around connecting engineers on their local machines to clusters. I found Alex at the Tailscale booth at KubeCon this year and invited him on the show to talk about this relatively new yet ubiquitous-feeling product.  The live recording of the complete show from November 30, 2023 is on YouTube (Ep. #243)★Topics★Tailscale websiteHeadscale websiteTailscale CommunityTailscale Docker Mod Blog PostID Headers DemoDevrel DemoCreators & GuestsCristi Cotovan - EditorBeth Fisher - ProducerBret Fisher - HostAlex Kretzschmar - Guest (00:00) - Tailscale Everything(19:37) - Tailscale Licensing(28:24) - Tailscale vs Other Networking Products(32:33) - Server and Key Exchange(33:50) - Does Tailscale Support 'Trunking'?(39:20) - Client for Mikrotik(40:06) - Docker Integration(43:46) - Tailscale Server on Your Own Hardware(46:57) - Apple TV Client(48:54) - Performance Breakthroughs(50:52) - Key Exchange Mechanism You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Dagger: CI of the Future?
Dec 15 2023
Dagger: CI of the Future?
Application delivery doesn’t have to suck. Bret and Nirmal are joined by Solomon Hykes, the founder or Docker, to talk about Dagger and their application delivery-as-code that runs anywhere.💥 This episode is brought to you by our valued sponsor and friends at CAST AI! 💥CAST AI is an all-in-one Kubernetes cost optimization and automation platform that achieves over 60% average compute cost savings without months of onboarding. You get lightning fast autoscaling, downscaling, spot VM support and more with no hit to performance.Use the link below and optimize your first cluster for FREE.cast.ai/bretfisherSolomon started Dagger after he left Docker in 2018 with a few other Docker VPs, including Sam Alba and Andrea Lusardi. Dagger is an innovative startup aimed at simplifying and revolutionizing DevOps automation and software delivery. Created to address Docker's unattended gaps, Dagger streamlines software building, testing, and deployment, exhibiting immense growth potential and wide applications in fostering software ecosystems. For a few years now, they've been publicly iterating on the idea of a programmable and portable automation system for software building, testing, and deploying. In this episode, they cover many topics around Docker and Dagger. I've been convinced that I need to start trying out Dagger in my projects.The live recording of the complete show from November 16, 2023 is on YouTube (Ep. #241)★Topics★Dagger websiteCreators & GuestsCristi Cotovan - EditorBeth Fisher - ProducerBret Fisher - HostNirmal Mehta - HostSolomon Hykes - Guest (00:00) - Intro(01:44) - Introducing Solomon Hykes and His Journey(02:25) - Solomon's Life Post-Docker(04:00) - The Genesis of Dagger(09:10) - The Vision Behind Dagger(25:44) - Modules and Declarative Model in Dagger(35:11) - Integration of Dagger with Other Tools(37:04) - Docker Slim and Dagger(38:28) - Question: Dagger, Framework or Library?(39:09) - Question: Dagger's with BuildKit(39:33) - Question: Predictions for Dagger's Adoption(40:59) - Demonstration of Dagger's Functionality(41:15) - Dagger's Compatibility with Other CI Platforms(51:14) - Getting Started with Dagger You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Registry is getting an upgrade: Inside OCI artifacts
Dec 8 2023
Registry is getting an upgrade: Inside OCI artifacts
The OCI specifications for registry and image are getting a minor version number update to 1.1 soon, and this could be a big deal for anyone storing artifacts other than images somewhere in their infrastructure. This episode digs into the problem with artifacts today, and how the OCI and CNCF are planning to fix it with the "one registry to serve them all (artifacts)" in 2023/2024.💥 This episode is brought to you by our valued sponsor and friends at CAST AI! 💥CAST AI is an all-in-one Kubernetes cost optimization and automation platform that achieves over 60% average compute cost savings without months of onboarding. You get lightning fast autoscaling, downscaling, spot VM support and more with no hit to performance.Use the link below and optimize your first cluster for FREE.cast.ai/bretfisher★Topics★OCI image and runtime specificationsHelms's new OCI artifact supportBrandon Mitchell's recent OCI Distribution 1.1 RC talk on how registries relate data objects todayHere are the Helm docs on how to use your existing registries to store chartsORAS project Great talk on ORASOCI has a great, short post summarizing technical changes in OCI Image 1.1 and Distribution 1.1 specifications.My original newsletter with more links and screenshots, Part 1, Part 2, Part 3Creators & GuestsCristi Cotovan - EditorBeth Fisher - ProducerBret Fisher - Host (00:00) - (00:43) - Introduction to Docker and OCI Registries(03:08) - The Challenges of Artifact Storage in Enterprises(03:52) - The Role of Artifactory and Other Commercial Solutions(04:15) - The Problem with Artifact-Specific Storage Systems(04:31) - The Need for a Single Artifact Storage Standard(05:56) - The Future of OCI or Docker Registry(06:07) - The OCI Registry and its Main Data Objects(06:36) - The Use of Registries to Store Non-Container Image Data(07:42) - The Evolution of Container Registries(13:20) - The Vision of the OCI and CNCF Teams(14:11) - How to Use OCI Artifacts Today(15:39) - The Two Types of Artifacts and How to Use Them(17:13) - The Use of OCI Artifacts in Various Tools(19:42) - Conclusion: The Future of Artifact Storage You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Multipass Local Virtual Machines
Nov 10 2023
Multipass Local Virtual Machines
Bret and Nirmal are joined by Chris Townsend, the engineering manager for Canonical's Multipass team, to discuss how to use Multipass as the easiest local virtual machine for Docker, Kubernetes and more!Multipass is my go-to solution for quickly creating local virtual machines of Ubuntu. I teach it in my courses, I've used it for many years, and I was excited to have Chris on to talk about the ways to automate the creation of a VM in Multipass, and dig into the various virtualization, backends and networking options.  We also talk about Multipass blueprints where in a demo, he shows off how to create a VM with Docker installed in a single command. It actually reminds me of Docker Machine, if you've been around a while. That also mounts your code directly into the VM and sets a host alias so that the Docker commands will pass through to Docker in the VM transparently.If you can imagine that it basically means that you can run Docker in the VM and use it from the host as if it isn't in a VM. And then we had some great audience questions about various features of Multipass and how to use it for multi-node clustering and exposing VMs to your local network.Live recording of the complete show from September 21, 2023 is on YouTube (Ep. #235). Includes demos.★Topics★Multipass websiteCreators & GuestsCristi Cotovan - EditorBeth Fisher - ProducerBret Fisher - HostNirmal Mehta - HostChristopher Townsend - Guest (00:00) - Intro(01:42) - Introducing Chris Townsend(02:43) - Multipass Elevator Pitch(07:10) - Getting Started with Multipass(16:11) - Interacting with an Instance(18:21) - Changing Image Storage Location(19:32) - Does Multipass work with Hyper-V Cluster?(22:29) - Expose the Internal Bridge Network via Multipass(29:14) - The Future of Multipass You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
NetBackup for Kubernetes
Oct 27 2023
NetBackup for Kubernetes
Bret is joined by Demetrius Malbrough and Joseph D'angelo from Veritas, the company that makes NetBackup amongst many other data protection tools.NetBackup has been around at least 25 years and I've been using it over 20 years, although not recently. So we had the two gentlemen from Veritas on the show to break down the evolution of NetBackup to a Kubernetes native backup solution. We also talked about additional products that make sense in a backup context, like their InfoScale storage management solution, and we tried to break down some of the technicals. What are we talking about when we mean deploying NetBackup on Kubernetes?  How does InfoScale fit into that? And generally, just helping me catch up with the last few years as NetBackup 10.0 has been released. I asked lots of questions and we got some interesting questions from the audience.The Live recording of the complete show from October 19, 2023 is on YouTube (Ep. #238).★Topics★Veritas Kubernetes solutionsInfoScale Free Developer Edition60 day–trial of Veritas InfoScale for KubernetesCreators & GuestsBret Fisher - HostCristi Cotovan - EditorBeth Fisher - ProducerDemetrius Malbrough - GuestJoseph D'Angelo - GuestYou can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com (00:00) - Intro(01:15) - Introducing the guests(03:38) - The Evolution of NetBackup(07:45) - The NetBackup Pitch(10:52) - How is NetBackup Deployed?(13:28) - NetBackup From Before Containers(16:42) - High Level Features and InfoScale(21:33) - Backup Managed Services in Kubernetes(45:29) - Getting Started with InfoScale
AWS Lambda Containers
Oct 20 2023
AWS Lambda Containers
Bret and Nirmal are joined by Ken Collins, AWS Serverless Hero and Principal Engineer at Custom Ink to discuss all things Lambda and to dig into the details of running containers in serverless.Ken and I have known each other for probably 15 years in the local tech scene here in coastal Virginia. And I've always respected him for being a leader in that community, always wanting to talk at a meetup or help in some way. So when he reached out wanting to talk about his company using containers on AWS Lambda, it was an easy sell for me because I knew it would be a great show. And then I learned some of the updates Lambda has had over the years, particularly when it comes to container workflows. We had some great audience questions and no shortage of topics around using modern Lambda and serverless.Live recording of the complete show from September 7, 2023 is on YouTube (Ep. #233).★Topics★Custom Ink tech blogRails and LambdaLambda Web AdapterLambda sidecar pattern in KubernetesThe case for Rails on LambdaLambda RAG OpenAILearn ServerlessCreators & GuestsBret Fisher - HostCristi Cotovan - EditorBeth Fisher - ProducerKen Collins - GuestNirmal Mehta - Host (00:00) - Intro(01:27) - What Does Lambda Have to Do with Containers?(10:14) - Is There ARM Available in Lambda?(13:44) - What is Web Adapter?(19:54) - Cold Starts in Kubernetes vs Lambda(31:32) - Patterns for Lambda Communicating with Other Services(40:24) - Using Lambda Simultaneously for HTTP and Sockets(43:30) - What is Lamby?(45:05) - Hiding Function URLs Behind Custom Domain(45:53) - Are There Sample Lambda Project Re pos? You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Ephemeral & Preview Environments for Compose and Kubernetes
Oct 6 2023
Ephemeral & Preview Environments for Compose and Kubernetes
Bret and Nirmal are joined by Grayson Adkins and Josh Thurman on the show. They are co-founders of Uffizzi, an environments-as-a-service company for Docker Compose and Kubernetes.We talk about ephemeral environments in all their forms. You might call them preview environments, developer environments, or pull release environments, which is my favorite way to use these environments-as-a-service. But regardless of the many ways to use ephemeral environments,  it's great to see a growing set of tools in the cloud native community for automating the spinning up of fresh environments with Kubernetes manifests, helm charts, or even Docker Compose YAML. Uffizzi is using the open core model, meaning that the core part of their product is open source. Live recording of the complete show from August 24, 2023 is on YouTube (Ep. #231). Includes demos.★Topics★Uffizzi websiteUffizzi Quick StartUffizzi on LinkedInUffizzi's YouTube Channel Creators & GuestsBret Fisher - HostCristi Cotovan - EditorBeth Fisher - ProducerNirmal Mehta - HostGrayson Adkins - GuestJosh Thurman - Guest (00:00) - Intro(01:58) - Uffizzi Elevator Pitch(08:00) - Uffizzi's Typical Customer Workflow(30:11) - Is the preview environment open to the world?(36:18) - When not everything is in Kubernetes(38:52) - Getting started with Uffizzi today(40:45) - Previewing projects that are co-dependent You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
Codefresh and Argo CD with Dan Garfield
Sep 22 2023
Codefresh and Argo CD with Dan Garfield
Bret is joined by Dan Garfield of CodeFresh to talk about growth of GitOps as a standard, growth of Argo, and more.Dan is the Co-founder and Chief Open Source Officer of Codefresh, a CI/CD platform powered by GitOps and Argo. He helped launch the GitOps Working Group and helped lead the creation of the Open GitOps principles. As an Argo Maintainer, Kubernaut, Google Developer Expert, he helps companies and individuals adopt Argo with GitOps and streamline their CI/CD.We take some great questions about how GitOps is different than just triggering deployments and other automation platforms. And we also dig into the four principles of GitOps and how Codefresh uses Argo CD as a part of their CI/CD offering. Live recording of the complete show from July 27, 2023 is on YouTube (Ep. #227). Includes demos.★Topics★CodefreshGitOps CertificationOpenGitOpsArgo CDArgo CD AutopilotCreators & GuestsBret Fisher - HostCristi Cotovan - EditorBeth Fisher - ProducerDan Garfield - Guest (00:00) - Intro(08:39) - GitOps Guide and Principles(15:17) - What if you don't have Kubernetes?(22:31) - Reusability and Modern Automation(26:54) - ArgoCD Portability(32:27) - Why use GitOps?(41:07) - GitOps Certification with Focus on Argo(43:30) - GitHub Flow or Trunk-based Development(56:23) - Combining Dagger with Argo(58:19) - Deploying Argo CD(58:51) - Argo with local Git repo branch You can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.com
OpenSauced with Brian Douglas
Sep 8 2023
OpenSauced with Brian Douglas
In this episode, Bret and Nirmal talk with Brian Douglas of OpenSauced. Brian Douglas, of GitHub fame, has founded OpenSauced, a cool web app and community of open source developers finding their next contribution and maybe their next job. Brian has so many stories of working with open source projects and having conversations with leading open source contributors, while previously being a lead developer advocate at GitHub. So we definitely spend time talking through some of those stories and learning some of that we didn't know about GitHub and open source being run on it. We then dig into how to use the OpenSauced platform he's creating to find your next open source project and get noticed by employers.  Live recording of the complete show from July 13, 2023 is on YouTube (Ep. #225).★Topics★OpenSauced websiteBlog article: Good first issues don’t existYou can also support my free material by subscribing to my YouTube channel and my weekly newsletter at bret.news!Grab the best coupons for my Docker and Kubernetes courses.Join my cloud native DevOps community on Discord.Grab some merch at Bret's Loot BoxHomepage bretfisher.comCreators & GuestsBret Fisher - HostCristi Cotovan - EditorBeth Fisher - ProducerNirmal Mehta - HostBrian Douglas - Guest (00:00) - (00:52) - Introducing Brian Douglas(00:56) - What is OpenSauced?(02:41) - First steps in contributing to open source(22:24) - Starting a relationship with the maintainers and building trust(28:38) - Finding projects to be passionate about(37:37) - Why contribute to open source?