The Pipeline: All Things CD & DevOps Podcast by The CD Foundation

The Pipeline: All Things CD & DevOps Podcast by The CD Foundation

The Pipeline: All Things CD & DevOps is created and hosted by the CD Foundation's Director of Ecosystem & Community Development - Jacqueline Salinas. This is a series of interviews with industry experts, leaders, and innovators. The Pipeline will cover a range of topics that are centered around CD & DevOps. The CDF’s goal is to educate, entertain, provide tips and insights to make the community better software engineers. The intent is to supply up-to-date industry news and innovations, as well as, expand your knowledge of the vast CD & DevOps ecosystem. This podcast is all about learning from your peers as well as the thought leaders in the CDF community who have been there and done that.

Episodes

December 17, 2021 36 mins

Speaker: Brian Dawson

Last episode of Season 2 wraps up with a bit of history behind the DevOps movement and it's connection to open source and finishes with predictions on where the DevOps movement is heading in 2022.

Support the Show.

Mark as Played

Speakers: Dina Graves Portman and Henrik Rexed

Through six years of research, the DevOps Research and Assessment (DORA) team has identified four key metrics that indicate the performance of a software development team: 

  • Deployment Frequency—How often an organization successfully releases to production
  • Lead Time for Changes—The amount of time it takes a commit to get into production
  • Change Failure Rate—The percentage of d...
Mark as Played
November 19, 2021 15 mins

Speaker: Aeva Black

With the explosion of interest in SBOMs, it's likely that you've just heard of a few projects for the first time -- even if those projects aren't new, they may be new to you, and you might be asking yourself, "how is X different from Y?" You might also be wondering which projects you should select in order to satisfy the requirements of the Executive Order!

As when starting out o...

Mark as Played
November 12, 2021 14 mins

Speaker: Ayelet Sachto

Learn the considerations and strategies that can make designing for reliability in production more intentional; going beyond infrastructure into operational practices and best practices for application design and operational readiness when designing an application for production.  In this episode learn more about why & what of reliability, antipatterns and principles that about building reliable ...

Mark as Played

Speaker: Spyridon Maniotis

The session aims to provide an overview of the fundamental elements that foster a successful SRE adoption. Core to an SRE adoption elements such as; operating model, tenets, process engineering, skillset, technological capabilities/tactics, reconciliation with DevOps and ITSM, as well mechanisms such as "error budget" & "engagement models" will be outlined. All in relation...

Mark as Played

Speaker: Trevor Rosen

As you're no doubt aware, SolarWinds was hit in December 2020 with a sophisticated supply chain attack perpetrated by nation state actors. In the months since, they've been working to create an entirely new build system based on a number of CNCF and CDF projects. In this talk, you'll learn about what they're building, why it's necessary, and what it's like to be on the in...

Mark as Played
October 8, 2021 12 mins

Speaker: Dan Lorenc 

SupplyChainSecurityCon is a new, vendor-neutral conference for security practitioners, open source developers and those interested in software supply chain security hosted by CNCF + CDF. Due to the uptick in supply chain attacks, this event is to bring the community together to discuss supply chain threats, best practices, mitigation tactics including up and coming frameworks and specifications. 

Who Sh...

Mark as Played

Speaker: Michael Friedrich

Continuous integration and delivery/deployment helps speed up development and review workflows. Developers can focus on code reliably tested in different environments. At some point, the operations team gets paged on broken pipelines and jobs being stuck. On top, the security audit unveiled plain text secret exposure and dependency exploits. The next horror story: The software cannot be deployed ...

Mark as Played

Speakers: Diego Lemos de Resende & Derik Evangelista

Pipelines are meant to be the road that will guide your team from code straight to production, automating everything on its way. Pipelines should be a source of joy for developers, the team's safe harbour. But the reality can be different, and many teams are struggling to get their pipelines right, spending time and energy fighting against automation instead of ...

Mark as Played

Guest Speaker: Andreas Grabner

Andreas Grabner, DevRel at Keptn, will give us a  deep dive on the latest version of Keptn. He will explain the event-driven architecture, the recent separation of control and execution plane introduced with Keptn 0.8, and guidance on how to best get started for integrating Keptn into your existing delivery tools and processes to automate tasks around quality gates, performance & chaos en...

Mark as Played
September 10, 2021 20 mins

Guest Speaker: Christian Hernandez 

GitOps is a practice of DevOps teams that uses Git as a source of truth for their Kubernetes platform. Using GitOps, the entire system described declaratively, the canonical desired system state versioned in Git, and approved changes that can be automatically applied to the system. This gives you the advantage to quickly restore from a disaster. This is great for stateless applications. ...

Mark as Played
September 3, 2021 14 mins

Speaker: Dibyo Mukherjee from Google

Tekton Triggers is a project that adds eventing support to Tekton i.e. it provides a mechanism to declaratively create PipelineRuns and TaskRuns based on external events. With the recent v0.15 release, Tekton Triggers now has a beta API.

So, what exactly does “beta” mean for Triggers? Tekton follows the Kubernetes deprecation policies which means that we will avoid making backwards-incom...

Mark as Played
August 27, 2021 16 mins

Speaker: Ricardo Castro

GitOps is a paradigm or a set of practices that empowers developers to perform tasks that typically (only) fall under the purview of operations. It’s a way to do Kubernetes cluster management and application delivery by using Git as a single source of truth for declarative infrastructure and applications. Being Git at the center of delivery pipelines, engineers use familiar tools to make pull reques...

Mark as Played

Speaker: Viktor Farcic

Three phrases keep popping up when talking about modern workflows and development and deployment techniques. We have continuous delivery to automate the complete lifecycle of applications from a commit to a Git repository, all the way until a release is deployable to production. Then we have GitOps to define the desired states of our environments and let the machines handle the convergence of the act...

Mark as Played

Speaker: Kara de la Marck

GitOps uses Git as the “single source of truth” for declarative infrastructure and enables developers to manage infrastructure with the same Git-based workflows they use to manage a codebase. Having all configuration files version-controlled by Git has many advantages, but best practices for securely managing secrets with GitOps remain contested. Join us in this presentation about GitOps and Secre...

Mark as Played

Speakers: Sascha Schwarze & Adam Kaplan

Join this episode to learn more about the CDF's newest incubating project. 

Support the Show.

Mark as Played

Guest Speaker: Katie Gamanji

Within its 7 years of existence, Kubernetes has been the centerpiece of the cloud native landscape, elevating a pluggable system that led to the diversification of the technology ecosystem. As a result, multiple areas have developed in the industry, galvanizing solutions for components that introduce standardization, guidelines, and interoperability of the tools. To innovate the developer exper...

Mark as Played
June 4, 2021 16 mins

Guest Speakers: Nikhil Kaul & Dustin Smith 

Google joins us to discuss what the State of DevOps Report is and focus areas of research for this year's survey. Tune in to learn more. 

Support the Show.

Mark as Played

Speakers: Nima Kaviani and Manabu McCloskey

As containerization becomes an integral part of deploying software reliably, traceability and visibility over what gets deployed becomes ever more important. Ideally, as part of the deployment process, release engineers would be able to track deployed containers back to the right version of the written code, investigate changes, and gain insight over the build process. While baki...

Mark as Played

Guest Speaker: Vincent Behar

We have been using Jenkins X since September 2018, just a few months after the initial release. With great success, because Jenkins X is now a core part of our infrastructure - but more importantly it gave us good practices, and a continually improving set of practices and platform.

And because we love open-source at Dailymotion, we started contributing back to the project, first with a few bug ...

Mark as Played

Popular Podcasts

    The Podium: An NBC Olympic and Paralympic podcast. Join us for insider coverage during the intense competition at the 2024 Paris Olympic and Paralympic Games. In the run-up to the Opening Ceremony, we’ll bring you deep into the stories and events that have you know and those you'll be hard-pressed to forget.

    2. In The Village

    In The Village will take you into the most exclusive areas of the 2024 Paris Olympic Games to explore the daily life of athletes, complete with all the funny, mundane and unexpected things you learn off the field of play. Join Elizabeth Beisel as she sits down with Olympians each day in Paris.

    3. iHeartOlympics: The Latest

    Listen to the latest news from the 2024 Olympics.

    4. Paris Summer Games

    The 2024 Summer Olympics in Paris are here and have everyone talking. iHeartPodcasts is buzzing with content in honor of the 33rd Olympic Games and you can follow Paris Summer Games to stay up to date on all things Olympics. We’re bringing you episodes from a variety of iHeartPodcast shows to help you keep up with the action. Follow Paris Summer Games so you don’t miss any coverage of the 2024 Olympic Games, and if you like what you hear, be sure to follow each Podcast in the feed for more great content from iHeartPodcasts.

    5. Dateline NBC

    Current and classic episodes, featuring compelling true-crime mysteries, powerful documentaries and in-depth investigations.

Advertise With Us
Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2024 iHeartMedia, Inc.