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.
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 (https://cd.foundation/podcast/podcast-submission-form/)
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:
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 on any journey, before entering unfamiliar territory, it is important to understand the lay of the land, pack the right supplies, and get to know your traveling companions.
In this talk, a few maps of the open source supply chain landscape will be shared. Attendees will gain a sense of both the breadth and depth of the challenges ahead, and learn to identify a few essential types of tools for their journey.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 systems.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 to an "adoption at relevance". Concluding a set of lessons learned will be presented, along with key considerations to be taken when adopting, sustaining, and scaling.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 inside when the unthinkable happens.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 Should Attend
All developers and leaders interested in securing the software supply chain.
https://events.linuxfoundation.org/supplychainsecuritycon-north-america/
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 anymore because package dependencies are broken. In this talk we hear stories on making CI/CD pipelines more reliable and secure. Automated deployments and package/container repositories can help avoid redundant cycles and extra work hours. Monitoring/observability combined with automation ensures to sleep in busy on-call times. Learn how Dev meets Sec and Ops in the pipelines and hear best practices on efficiency, iteration and insights.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 having their pipelines delivering value. In this talk, Diego and Derik will live code a Continuous Delivery pipeline from scratch, from commit to production, using Concourse. During the talk, we will make use of some CD best practices, and explain why you should adopt them in order to make your way to production more reliable and joyful.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 engineering, delivery or auto-remediation.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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. But what about your stateful applications? In this session Christian will take you though the challenges with managing storage in your GitOps workflows. In addition, Christian will go through some tips and tricks to help along your GitOps journey.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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-incompatible changes to APIs and features that are in beta. If we do have to make a backwards-incompatible change, users will be given at least 9 months’ worth of releases to migrate.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 requests to accelerate and simplify both application deployments and operations tasks to Kubernetes. GitOps software agents (e.g. ArgoCD, Flux, and Jenkins X) can alert on any divergence between Git with what's running in a cluster, and if there's a difference, Kubernetes reconcilers automatically update or rollback the cluster depending on the case.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 actual into the desired state. Finally, there is a lot of focus on different deployment strategies grouped under progressive delivery. They are all focused on the iterative release of features to make the process safe, prevent downtime, and reduce the blast radius of potential issues.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 Secret Management. Attendees will learn about different approaches to secret management with GitOps, the issues involved, and the secret management solutions offered by various tools and platforms. We will discuss the pros and cons of Vault, SOPS, offerings by public cloud providers, and more.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Speakers: Sascha Schwarze & Adam Kaplan
Join this episode to learn more about the CDF's newest incubating project.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 experience and delivery of the application, the community focused on restructuring and modernizing the CI/CD operations.
This talk will outline how cloud native GitOps tools, such as ArgoCD and Flux, unlock the zero-touch deployment of infrastructure and applications at the edge. Attendees will acquire an understanding of GitOps usage in association with ClusterAPI for infrastructure provisioning and KubeEdge for the service propagation to the edge.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 (https://cd.foundation/podcast/podcast-submission-form/)
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 baking code into container artifacts has been a core part of Spinnaker, the introduction of CiBuild as a mechanism to increase insights into what gets built, is a new feature enabled in a collaboration between Netflix and AWS. In this talk, we will discuss architecture, implementation, and enablement of the new CiBuild plugin, and how it empowers the Spinnaker community to integrate their build systems, code repositories, and container registries into their Spinnaker deployments.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
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 reports, bug fixes, and progressively more features and enhancement proposals. The main contributions being the web UI and all the observability part, including the Continuous Delivery Indicators.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Yoni Leitersdorf
You want to catch security issues in your cloud infrastructure before deployment but you don’t have a lot of time to spend on it.
What is infrastructure as code (IaC) security? How do you inject IaC security into the CI/CD pipeline to catch security risks before deployment? How do you do that without impacting the pipeline and frustrating developers?
You will also learn how we catch common security issues in CI such as:
Yoni has successfully implemented IaC security in their CI/CD pipeline at Indeni. He will share best practices and tips to get IaC security implemented quickly.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Speakers: Priti Desai, IBM and Jerop Kipruto, Google
What do you use to build, test, and deploy your cloud native applications? Is your choice of CI/CD solution powerful yet flexible for all of your use cases? Have you heard about Tekton? Tekton is an Open Source CI/CD pipelines execution engine. Tekton Pipelines can define Steps, Tasks (collection of steps), Custom Tasks (advanced Run objects), and Pipelines (collection of Tasks and Custom Tasks). Pipelines also support resources to connect multiple Tasks through input/output models or workspaces to share a file system across many different Tasks. Tekton is implemented based on four core design principles: Reusability Simplicity Flexibility Conformance Tekton is highly optimized for building and deploying cloud native applications compared to other CI/CD tools. In this session, we will demonstrate migrating common CI/CD pipelines to Tekton by building a checklist for the migration.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Join Balaji Siva from OpsMx to dive deeper into techniques & tools that help increase developer productivity and how to reduce human intervention in software delivery.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Shaaron Alvares
Join this episode for a preview of Shaaron's upcoming cdCon 2021 talk: Accelerate your Culture of Innovation with Everyday Inclusion!
Based on 10 years of research on cognitive diversity and innovation, we know that safer and more inclusive DevOps teams perform and innovate better. Companies that have more diverse management drive 19% higher revenue due to greater innovation. Racially diverse teams outperform non-diverse ones by 35%. And 67% of job seekers look for evidence of inclusion and equality programs when considering a new company. Yet, leaders still struggle to create an inclusive environment for their teams. In this presentation, Shaaron will share effective and actionable practices to help DevOps teams and managers embody inclusion through everyday interaction and collaboration.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Nigel Kersten
Now in its tenth year, Puppet has opened its annual State of DevOps Report and we would like to invite listeners to take part. Nigel Kersten has been the primary author over the years and he joins us today to unpack what a decade of research has uncovered.
Take the Survey: https://survey-d.dynata.com/survey/selfserve/53b/2103608?list=4&sponsor=6#?
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Implementing continuous delivery practices yield many benefits for organizations, including the ability to deliver features faster, pivot quickly in response to industry and world events and respond to fast feedback and build a deeper relationship with users. Cloud, open source, and continuous delivery have combined to form the basis of technology modernization, but spoiler alert: it’s not just about the technology. The platforms and tooling are maturing, but bringing about organizational change requires relationship-building and other under-utilized “soft skills”.
The Continuous Delivery Foundation (CDF) end user council provides the opportunity for end-user organizations to have context-rich discussions on how various organizations pursue their modernization efforts in the most effective way. Topics covered include:
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Jonathan Hall
Conventional wisdom tells us that Continuous Integration is the necessary first step to a CI/CD pipeline. I like challenging this “conventional wisdom” when I work with teams, to deploy CD before CI is complete or trusted. And as a thought experiment, I believe we can imagine installing CD without any CI at all, and see if what we come up with makes sense.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In episode 10 of Season 2 we are joined by Manoj Garg from Natwest! We dive into what DevOps is like in a highly regulated industry such as finance and banking. Tune in to listen to Manoj's DevOps journey and how he is leading the charge at Natwest.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Ravi Lachhman, Harness
Andrea Frittoli, IBM
Emil Backmark, Ericsson
Mauricio Salatino, Camunda
Today’s CI/CD systems do not talk to each other in a standardized way. This leads to problems related to interoperability, notification of failure issues, and poor automation.
This group is looking at how events can help to create CI/CD systems with a decoupled architecture that is easy to scale and makes it resilient to failures. Using events could also increase automation when connecting workflows from different systems to each other, and as a result empowering tracing/visualizing/auditing of the connected workflows through these events.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Aoife Fitzmaurice and Jimmy McNamara take us through a journey on how Fidelity Investments plan to rollout a Pipeline As Code capability to 12,000 developers. Leveraging cloud based kubernetes platforms to ensure best operational outcomes the team is driven to enable this best practice capability across Fidelity. This capability is key to assisting the growth of both an innersourcing and opensourcing culture throughout the firm.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In episode 7 of season 2 of The Pipeline: All Things CD & DevOps I sit down with two community members, CircleCI & Puppet, to talk about the State of DevOps Report 2020. First, we dive into how our guests started their journey into DevOps and then key findings of the 2020 report. Tune in to listen to Alanna Brown & Michael Stahnke to learn more about the State of DevOps Report 2020.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest speaker: Zainab Abubakar
In episode 6 of The Pipeline: All Things CD & DevOps we interview community member, Zainab Abubakar, who is driving some very cool programs to help evangelize open source while opening doors of opportunity for African women in tech. Zainab joined the CDF community via our graduated project, Jenkins. She talks about her experience as a technical writer for the Jenkins community through the program, Google Season of Docs. She also dives into her work through She Code Africa and how she is helping African women grow their careers in tech.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In episode 5 of Season 2, Bertold Kolics joins us to talk about how running end-to-end tests in the CI/CD pipeline is now becoming more and more accessible. This includes running these tests as part of pull requests, merge events as well as deployment events. End-to-end testing no longer has to happen after deployment. New test automation offerings also enable manual testers and those without development skills to author end-to-end tests. This enables not only QA, developer collaboration, but also reduces the stress of deployment and the amount of rework once these tests are added to the deployment pipeline.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Speakers: Neetu Jain, Strategic Innovation Director, USAA , Siddarth Pareek, Sr. Consultant, NatWest Group, and Tracy Ragan, CEO, DeployHub
Join us to learn more about Ortelius, the CDF's newest incubating project. Ortelius is a microservice management platform that visualizes ‘logical’ application versions in a microservice architecture. From packaging to deployment, Ortelius maps your microservice configurations with their relationships to the application that use them. Your microservice configurations are versioned and tracked across all clusters so you always know before you go.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Michael Winser from Google joins us to talk about 2021 tech trends & predictions.
Tune in to learn about what technology and continuous delivery predictions will look like in 2021, what role you can expect the CDF to play, and learn more about Michael's predictions around CI/CD in a serverless world.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Terry Cox
Join us for the second episode of The Pipeline: All Things CD & DevOps. For episode 2, Terry Cox, lead of the CDF MLOps Roadmap is here to guide us through what we want expect from the roadmap and why there's value to documenting case studies and aligning to best practices.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Joining us for the first episode of the season! Our guest speaker is the CDF's newest Governing Board Chair, Stephen Chin. This chat covers what Stephen predicts will be a consequence of 2020 due to the acceleration of digital transformation as a result of pandemic. Listen in to understand by what Stephen means by 2021 being "the hybrid year," and the role the CDF will play.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
It's a wrap folks! Season 1 of The Pipeline: All things CD & DevOps Podcast by the CD Foundation wraps with 25 episodes and over 6,000 downloads! Thank you to all our speakers and listeners for the support. Here are the top 5 episodes of the season:
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest speaker: Angel Rivera
The adoption of CI/CD has automated the process of how DevOps teams build, test, and deliver software at rapid speeds and with high confidence. Although CI/CD platforms offer many benefits, in the attempt to make sophisticated pipelines, many teams run into the issue of “Pipeline Sprawl”. Pipeline sprawl makes it difficult for DevOps teams to identify and reuse common execution patterns which diminishes their ability to efficiently ship new code. In this talk, Angel will discuss the common pain points associated with existing CI/CD platforms. The talk will pull in examples from his recent experience and conversations with DevOps teams from across the open source community, startups, and large enterprises. Attendees will learn technical strategies to develop pipeline configurations that diminish potentially costly vendor-lock in.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Speaker: Saim Safder
As we all know Kubernetes is the defacto standard for running containerize workflows. The goal of the modern application developer and infrastructure engineer is to achieve a microservices base development. As a result of the microservice shift, knowledge of how to leverage Kubernetes is required help facilitate scaling in the following scenarios: enterprise business, open source sector, and private corporate sector. This is why investing time in the kubernetes and cloud native landscape is essential. What people really want to know is how to implement CD with kubernetes and is it worth the investment? Is it too early to start? Join to hear more about Saim's perspective and expertise.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Dina Portman
Episode 22 is a discussion about the DORA metrics, why we should care, who should use it (how to use it!), and why systems data is a game changer.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Speakers: Kara de la Marck, James Rawlings, and James Strachan
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 secret management. We'll discuss the pros and cons of various approaches and why the Jenkins X project has chosen to standardize on Kubernetes External Secrets for secret management.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Andrea Frittoli
Tekton is an open-source project for building cloud-native CI/CD pipelines and systems. It provides reusable and lightweight building blocks, such as tasks, that embody best practices. Tekton, hosted by the CD Foundation, aspires to be the common denominator in CI/CD.
Tekton gives developers full flexibility in how to set up their workflows. In this episode, we will talk about how to get started authoring cloud-native delivery pipelines; we will dig into the Tekton resources used to implement the CD pipelines that build, release, and deploy Tekton itself.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Bruno Andrade
In episode 19 of The Pipeline we are joined by the founder of Shipa. Bruno is here to introduce the open source project, Ketch! Ketch is an open source project aimed at empowering developers to fully leverage the benefits of Kubernetes without having to become k8s experts.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speakers: Avinesh and Adam from IBM
In this episode we will get an introduction into Tekton and its usability. Learn from these two Tekton users & contributors about how to get started with Tekton.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest speaker: Alex Jones
In large organizations conway’s law often holds true and there are many small communities creating competing fragmented developer experiences. In this episode, Alex answers questions that reflect on successful strategies for scaling delivery and some of the common challenges faced across the industry.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Speaker: Viktor Farcic from Codefresh
Today in episode 16 we are tackling the definitions of CI, CD, and CDP from the point of view of Viktor Farcic. What Is Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CDP)? Why do many mix those practices and why do we change the definitions from one case to another? What is the relation between CI/CD and GitOps? How do those practices change with the shift to Cloud, Kubernetes, and serverless?
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In episode 15 we have a special guest that will also be a keynote speaker at our upcoming event cdCON! Tracy Miranda is the executive director of the Continuous Delivery Foundation (CDF) where she leads the mission to improve the world’s capacity to deliver software with security and speed.
It is an exciting time to be in the CI/CD industry. We are delivering more software than ever before and at a rate and scale that we might not have imagined years ago. 15 years ago continuous integration and continuous delivery were not common practices but today they are the key differentiators for every industry, whether you are a releasing a new banking app or a new contact tracing app. Delivering software securely and speed matters to every aspect of modern life.
We have huge opportunities to innovate and advance continuous delivery adoption. Yet there are some challenges which make this difficult to do so. Being a relatively new industry, we often talk at cross purposes about terms and phrases – the same words mean vastly different things to different teams. The landscape is confusing, often impenetrable to newcomers and changing habits to adopt emerging practices sometimes feels overwhelming to teams.
In this talk, we will look at the origins of continuous delivery, how it has evolved to present day and where it is going. We will also talk about the role open source communities will play to make continuous delivery simpler yet more innovative, widespread yet inclusive and faster yet still secure.
Register for cdCON to hear their entire talk and visit other great topics that open source is tackling!
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In episode 14 we have a special guest that will also present at our upcoming event cdCON! Adam Roberts' been a familiar figure in the Tekton community since it started, coming out of knative-build, so has been able to see it grow and develop rapidly. As a Tekton Dashboard maintainer, and someone that's involved in Tekton everyday, Adam's looking to use this platform to highlight that not only is the project itself awesome, but the community is helping to drive its growth and adoption. Adam's specifically referring to the "not just on GitHub" events that regularly occur and will be providing particular examples and insights into what makes the community project something special.
Register for cdCON to hear his entire talk and visit other great topics that open source is tackling!
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In episode 13 we have a special guest that will also present at our upcoming event cdCON! Tune in to discover how Ewelina started her IT journey as a software developer.
Now, as an IT Consultant specializing in CI/CD, she makes sure that her customers' software is being built, tested and released in the best possible way. And, most importantly, that software developers do not hate the process. Being involved in Jenkins Configuration as Code plugin development from the very beginning is one way of approaching that complicated problem. Listen in to learn more about Jenkins Configuration as Code and the journey of creating a plugin for the open source community.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In episode 12 of The Pipeline: All things CI/CD & DevOps Podcast we are joined by Marky Jackson, Director of Open Source at OpsMx. As we continue to celebrate Jenkins graduation from incubating project to graduate, we are inviting community members who have contributed to Jenkins one way or another. Today we will cover what it means to be a plugin maintainer for the Jenkins community and what does that task entail. Marky will cover some tips & tricks to being a successful plugin maintainer, as well as, some personal experiences from feeling like a rockstar to dealing with some not so friendly folks from around the open source universe. Listen to learn more and how you can get involved in open source communities.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Gather round children as today we are going to listen to the tale of Jenkins!
August is a special month at the CD Foundation - our first project is graduating from incubating to graduate status. As part of our celebration month we wanted to bring our audiences a throwback snippet of how Jenkins began and who best to tell that story none other than the creator himself, Kohsuke Kawaguchi! In this episode you will learn about how Kohsuke came up with the idea of Jenkins and how it evolved over the past 16 years!
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Summary: In this episode, we’ll discuss Continuous Updates, a concept introduced in the Liquid Software book by Fred Simon, Yoav Landman, and Baruch Sadogursky. It is a logical next step in all the things continuous, as Baruch will explain. Tune in to hear the Head of DevOps Advocacy in JFrog talking about his, JFrog’s, and even some of the industry’s DevOps Journey.
Bio: Baruch Sadogursky (a.k.a JBaruch) is the Head of DevOps Advocacy and a Developer Advocate at JFrog. His passion is speaking about technology. Well, speaking in general, but doing it about technology makes him look smart, and 19 years of hi-tech experience sure helps. When he’s not on stage (or on a plane to get there), he learns about technology, people, and how they work, or more precisely, don’t work together.
He is a co-author of the Liquid Software book, a CNCF ambassador and a passionate conference speaker on DevOps, DevSecOps, digital transformation, containers and cloud-native, artifact management and other topics, and is a regular at the industry’s most prestigious events including KubeCon, DockerCon, Devoxx, DevOps Days, OSCON, Qcon, JavaOne and many others. You can see some of his talks at jfrog.com/shownotes.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest speaker: Andy Grabner
While software architects have broken their monoliths into event-driven service architectures, many pipeline architects still try to apply a monolithic pipeline approach to deliver these new architectures. This results in constantly outdated pipeline code, tight integration of process and tools, lengthy diagnostics sessions to fix broken pipelines and puts strains on the underlying resources that build, deploy, test and validate. In this workshop we introduce a new approach: Event-based Continuous Delivery which decouples the declaration of processes from tooling. It uses a “everything as code” approach which includes deployment, testing, quality gate, observability and promotion definitions. One open source project which implements this new approach is Keptn (www.keptn.sh). Listen to this episode to learn more.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Guest Speaker: Tiffany Jachja
DevOps adoption rates have quickly risen throughout organizations that own software services. For many of these organizations looking to scale their efforts beyond pilots and one-off initiatives, they often find themselves on the curve of diminishing returns. Value stream management is a lean business process that helps organization leaders track the value of their software efforts and resources. Using value stream management practices, you can optimize your flow of materials and information by lowering costs and improving value adds. Join this podcast episode to hear shares some insights about Value Stream Management.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Join Helen Beal today as she covers...
The origins of continuous delivery are in the agile manifesto where, in the first of twelve principles, it’s stated that the highest priority is to satisfy the customer through early and continuous delivery of valuable software. Fast forward nearly twenty years to a world subsumed by DevOps, where continuous delivery is synonymous with pipeline technology and we have an emerging market around value stream management. In this podcast, we’ll explore the relationship between all these pieces and see how they all fit together with the same ultimate goal: the improvement of organizational performance.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
In this episode, we are discussing GitOps with Viktor Farcic from CloudBees. We explored some fundamental questions:
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
CDF Community Ambassador, Garima Bajpai, presents: DevOps Moonshot & Continuous Product Oriented Practice!
We have overcome the traditional technological limitation of hardware, software & applications which enables us to take up the “Moonshot Leap” towards software development, which advocates a high level of ambition, where millions of software developers will collaborate to create open source technology solutions to improve life index of people, setting new goal in organisation where teams think big and shift the perspective that through next generation “State-of-the-art” development of software anything is possible, taking a leap from continuous improvement to exponential improvement.
Get in touch with Garima:
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Dan Lorenc, Christie Wilson & Jason Hall from Google talk through and define the different terms in software delivery, including Continuous Integration, Deployment and Delivery.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Panelist include:
Organizations often employ more than one tool in various stages of their CI/CD pipelines due to different capabilities provided by the tools and this is perhaps one of the biggest benefits users get by using open technologies for their CI/CD needs. However, one of the challenges users face is the lack of interoperability across the CI/CD tools and technologies, resulting in various issues while constructing and running pipelines such as passing metadata and artifacts between the tools or achieving traceability from commit to deployment. Often users end up building their “own glue code” to address what is a common problem, further complicating moving from one tool to another and adopting new technologies and methodologies.
These “glue code solutions” are generally specific to users’ needs and tools rather than being loosely coupled and agnostic to tooling and technology. Additionally these solutions are not visible to other users and the communities, making them vulnerable to the risk of outage in their CI/CD pipelines due to potential changes (i.e. non-backward changes to the APIs, changes in data models) that happen to the tools in respective projects.
Therefore, focusing on tool interoperability is critical. The Continuous Delivery Foundation highlighted interoperability as one of the Foundation's 9 goals. The Interoperability special interest group (SIG) was founded as the forum for driving towards this goal.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Join us as we discuss with our guest speaker, Marky Jackson, the power open source of community! Learn how you can get involved in open source projects from Marky's first hand experience.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)
Tracy Ragan serves as the CDF Board Member Representative and is the CEO of DeployHub, the first microservice management platform. In this episode we will explore the new world of microservice development and discuss why configuration management is more critical today than it has ever been. With the diminishing role of the compile/link process in a microservice architecture, the process of configuration management has shifted to run-time where services are loosely coupled. Tracy will explain how this shift impacts everything from managing change request to updates of microservices to your cluster.
Support the show (https://cd.foundation/podcast/podcast-submission-form/)