SlideShare a Scribd company logo
CI/CD with Kubernetes
Hart Hoover

@hhoover
The opinions expressed in this talk are my own
and not necessarily those of my employer
https://coreos.com/tectonic/
Agenda: The Hero’s Journey
• The Ordinary World: You, before this meetup.

• The Call to Adventure: Your invite to k8s SATX

• Refusal of the Call: Meh, traffic. IDK if I want to go.
Will there be food?

• Meeting with the Mentor: Hi, that’s me. You are
here.
• Crossing the Threshold: You decide to stay, in spite
of my slides.
The Hero’s Journey, cont.
• Challenges and Temptations: I’ll say some
controversial things, and discuss your
options for CI/CD. Sort out your alliances
and enemies here. What works for you?

• The Ordeal: A LIVE DEMO!

• The Reward: You overcome all doubts and
gain knowledge on CI/CD
The Hero’s Journey, cont.
• The Road Back: You take this knowledge
back to your job/team.

• The Resurrection: Your team will not want
to change their ways, which may require
some sacrifice, by you. By your action, the
polarities in conflict at the beginning will be
resolved.

• The Master of Two Worlds: You now have
the power to transform your company with
your knowledge, as you yourself have been
transformed.
A QUICK NOTE ON
HOW BUSINESS
WORKS
CI/CD with Kubernetes
ALL CI/CD IS BASICALLY THE SAME
CI/CD IS NOT “DEVOPS”
CI/CD with Kubernetes
CI/CD with Kubernetes
Code
The “Unit of Deployment”?
Code
You have two jobs
manifests
Code
Your CI/CD system has two jobs
manifests
Some opinions on
Services vs. Self-Hosted
– Unknown
“DevOps is YAML over SSH”
Some Options: Services
Cloud Provider Services
.vsts-ci.yml
Visual Studio Team Services CodeBuild

CodePipeline

Lambda(?)
Google Cloud

Container Builder
cloudbuild.yml
AWS re:Invent - Nov 27
https://semaphoreci.com/community/tutorials/continuous-deployment-with-google-container-engine-and-kubernetes
CUSTOM YAML FILES
https://semaphoreci.com/docs/adding-custom-
configuration-files.html
codeship-steps.yml
https://documentation.codeship.com/pro/builds-
and-configuration/steps/
http://docs.shippable.com/ci/yml-structure/
http://docs.shippable.com/platform/integration/
kubernetes/
shippable.yml
.travis.yml
https://docs.travis-ci.com/user/getting-started/
NO OFFICIAL SUPPORT FOR KUBERNETES
(OpenShift doesn’t count)
.circleci/config.yml 
https://circleci.com/docs/2.0/sample-config/
NO OFFICIAL SUPPORT FOR KUBERNETES
(GKE doesn’t count)
Some Options: Self-Hosted
 ¯_(ツ)_/¯
DEPLOYMENT ONLY
Depends on TravisCI or Jenkins for testing
DEPLOYMENT ONLY
Only Kubernetes Manifests
https://draft.sh/
FOR , NOT CI/CD
https://confluence.atlassian.com/bitbucket/
deploy-to-kubernetes-892623297.html
bitbucket-pipelines.yml
CI/CD with Kubernetes
DEMO TIME
Appendix: Multi-Stage Builds
FROM golang:1.7.3 as builder
WORKDIR /go/src/github.com/alexellis/href-counter/
RUN go get -d -v golang.org/x/net/html
COPY app.go .
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /root/
COPY --from=builder /go/src/github.com/alexellis/href-counter/app .
CMD ["./app"]
TINY IMAGES FTW
Hart Hoover
@hhoover

More Related Content

PDF
O'Reilly Software Architecture Conference London 2017: Building Resilient Mic...
PDF
Velocity NYC 2017: Building Resilient Microservices with Kubernetes, Docker, ...
PDF
Making DevOps Secure with Docker on Solaris (Oracle Open World, with Jesse Bu...
PDF
Docker by Example - Basics
PDF
OpenShift Virtualization - VM and OS Image Lifecycle
PDF
AnsibleFest 2021 - DevSecOps with Ansible, OpenShift Virtualization, Packer a...
PDF
Docker Overview - Rise of the Containers
PPTX
Dockerize the World - presentation from Hradec Kralove
O'Reilly Software Architecture Conference London 2017: Building Resilient Mic...
Velocity NYC 2017: Building Resilient Microservices with Kubernetes, Docker, ...
Making DevOps Secure with Docker on Solaris (Oracle Open World, with Jesse Bu...
Docker by Example - Basics
OpenShift Virtualization - VM and OS Image Lifecycle
AnsibleFest 2021 - DevSecOps with Ansible, OpenShift Virtualization, Packer a...
Docker Overview - Rise of the Containers
Dockerize the World - presentation from Hradec Kralove

What's hot (20)

PDF
Docker in real life
PDF
DockerCon SF 2015: Keynote Day 1
PDF
From development environments to production deployments with Docker, Compose,...
PDF
OpenStack - Docker - Rackspace HQ
PDF
Use the Source or Join the Dark Side: differences between Docker Community an...
PDF
Docker meetup-20-apr-17-openshit
PDF
Are VM Passé?
PPTX
Docker and containers - For Boston Docker Meetup Workshop in March 2015
PDF
Containers, Docker, and Security: State Of The Union (LinuxCon and ContainerC...
PDF
Shipping Applications to Production in Containers with Docker
PDF
Webinar: Code Faster on Kubernetes
PDF
Rishidot research briefing notes Cloudscaling
PPT
Docker, a new LINUX container technology based light weight virtualization
PPTX
Docker Basics
PDF
Docker and Containers overview - Docker Workshop
PDF
Getting started with docker
PDF
Web fundamentals
PDF
Containers, docker, and security: state of the union (Bay Area Infracoders Me...
PDF
Docker worshop @Twitter - How to use your own private registry
PDF
Docker in pratice -chenyifei
Docker in real life
DockerCon SF 2015: Keynote Day 1
From development environments to production deployments with Docker, Compose,...
OpenStack - Docker - Rackspace HQ
Use the Source or Join the Dark Side: differences between Docker Community an...
Docker meetup-20-apr-17-openshit
Are VM Passé?
Docker and containers - For Boston Docker Meetup Workshop in March 2015
Containers, Docker, and Security: State Of The Union (LinuxCon and ContainerC...
Shipping Applications to Production in Containers with Docker
Webinar: Code Faster on Kubernetes
Rishidot research briefing notes Cloudscaling
Docker, a new LINUX container technology based light weight virtualization
Docker Basics
Docker and Containers overview - Docker Workshop
Getting started with docker
Web fundamentals
Containers, docker, and security: state of the union (Bay Area Infracoders Me...
Docker worshop @Twitter - How to use your own private registry
Docker in pratice -chenyifei
Ad

Similar to CI/CD with Kubernetes (20)

PDF
Journey to Docker Production: Evolving Your Infrastructure and Processes - Br...
PDF
Into The Box 2020 Keynote Day 1
ODP
CiviCRM for Drupal Developers, Site Builders, and Themers
PDF
I am afraid of no test! The power of BDD
PPTX
Don't get blamed for your choices - Techorama 2019
PDF
ChefConf 2015 - Chef Retrospective
PDF
Design Without Types
KEY
Modules and EmbedJS
PPTX
Scale Machine Learning from zero to millions of users (April 2020)
PPTX
Improving the Design of Existing Software
PDF
PowerShell Tipps & Tricks im Configuration Manager
PDF
"Portrait of the developer as The Artist" Lockheed Architect Workshop
PPT
Drupal: an Overview
PDF
A battle tested CI/CD Pipeline
PDF
Technology-Driven Development: Using Automation and Development Techniques to...
PPTX
Dev/Test in the Cloud - F
PDF
Использование AzureDevOps при разработке микросервисных приложений
PPTX
Setting Up CircleCI Workflows for Your Salesforce Apps
PDF
CBDW2014 - Behavior Driven Development with TestBox
PDF
Git and GitHub for Documentation
Journey to Docker Production: Evolving Your Infrastructure and Processes - Br...
Into The Box 2020 Keynote Day 1
CiviCRM for Drupal Developers, Site Builders, and Themers
I am afraid of no test! The power of BDD
Don't get blamed for your choices - Techorama 2019
ChefConf 2015 - Chef Retrospective
Design Without Types
Modules and EmbedJS
Scale Machine Learning from zero to millions of users (April 2020)
Improving the Design of Existing Software
PowerShell Tipps & Tricks im Configuration Manager
"Portrait of the developer as The Artist" Lockheed Architect Workshop
Drupal: an Overview
A battle tested CI/CD Pipeline
Technology-Driven Development: Using Automation and Development Techniques to...
Dev/Test in the Cloud - F
Использование AzureDevOps при разработке микросервисных приложений
Setting Up CircleCI Workflows for Your Salesforce Apps
CBDW2014 - Behavior Driven Development with TestBox
Git and GitHub for Documentation
Ad

More from Hart Hoover (11)

PDF
CI/CD with Docker on AWS
PDF
Ignite Talk: "Building a DevOps Community" / DevOps Days Austin 2015
PDF
San Antonio DevOps: Fluentd
PDF
San Antonio Chef Users Meetup, Jun 2014 - Chef Metal
PDF
Making TDD [Somewhat] Bearable on OpenStack
PDF
Deploying a Chef Server
PDF
Rapid Chef Development with Berkshelf, Test-Kitchen and Foodcritic
PDF
Vagrant Intro
PDF
"Unlocked: The Hybrid Cloud" Business Track
PDF
Isolated Networks in the Cloud
PPT
Why Open Matters
CI/CD with Docker on AWS
Ignite Talk: "Building a DevOps Community" / DevOps Days Austin 2015
San Antonio DevOps: Fluentd
San Antonio Chef Users Meetup, Jun 2014 - Chef Metal
Making TDD [Somewhat] Bearable on OpenStack
Deploying a Chef Server
Rapid Chef Development with Berkshelf, Test-Kitchen and Foodcritic
Vagrant Intro
"Unlocked: The Hybrid Cloud" Business Track
Isolated Networks in the Cloud
Why Open Matters

Recently uploaded (20)

PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
KodekX | Application Modernization Development
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Approach and Philosophy of On baking technology
PDF
Electronic commerce courselecture one. Pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPT
Teaching material agriculture food technology
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Unlocking AI with Model Context Protocol (MCP)
KodekX | Application Modernization Development
Understanding_Digital_Forensics_Presentation.pptx
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Network Security Unit 5.pdf for BCA BBA.
Approach and Philosophy of On baking technology
Electronic commerce courselecture one. Pdf
Encapsulation_ Review paper, used for researhc scholars
Advanced methodologies resolving dimensionality complications for autism neur...
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Teaching material agriculture food technology
How UI/UX Design Impacts User Retention in Mobile Apps.pdf

CI/CD with Kubernetes