SlideShare a Scribd company logo
Erwin de Gier - Trifork Amsterdam
Optimizing Kubernetes deployments with Helm
@erwindeg github.com/erwindeg edegier.nl
Project deliveries
EAR WAR JAR
Docker
Images
YML
Optimizing Kubernetes deployments with Helm
Redis Master
(Container)
Redis Slave
(Container)
PHP Webserver
(Container)
PHP Webserver
(Container)
PHP Webserver
(Container)
Redis Slave
(Container)
Redis Master
(Service)
Frontend
(Service)
Redis Master
(Service)
Optimizing Kubernetes deployments with Helm
source: http://helm.sh
source: https://blog.hasura.io/draft-vs-gitkube-vs-helm-vs-ksonnet-vs-metaparticle-vs-skaffold-f5aa9561f948
Optimizing Kubernetes deployments with Helm
Prerequisites
• Connection to a Kubernetes Cluster

• Docker Edge with Kubernetes

• Mini-Kube

• Hosted Kubernetes (GKE, AWS)

• Installation of Helm (homebrew / download)
https://github.com/erwindeg/k8s-helm
$	kubectl	config	current-context

docker-for-desktop

$	helm	init

Tiller	(the	Helm	server-side	component)	has	been	installed	into	your	Kubernetes	Cluster.

Happy	Helming!
$	git	clone	https://github.com/erwindeg/k8s-helm

$	cd	k8s-helm

$	helm	install	--name	helm-gb-chart	--namespace	helm-gb	./helm_chart_guestbook

NAME:			helm-gb-chart

LAST	DEPLOYED:	Fri	Apr	20	15:44:13	2018

NAMESPACE:	helm-gb

STATUS:	DEPLOYED
NAME																												READY					STATUS				RESTARTS			
frontend-788d978f9b-bwm5p							1/1							Running			0										
frontend-788d978f9b-hxmj6							1/1							Running			0										
frontend-788d978f9b-mpvk5							1/1							Running			0										
redis-master-7747787588-wp5cr			1/1							Running			0										
redis-slave-865486c9df-8mcx5				1/1							Running			0										
redis-slave-865486c9df-pnk5m				1/1							Running			0										
$	kubectl	get	pods	--namespace	helm-gb
NAME											TYPE								CLUSTER-IP							PORT(S)							

frontend							NodePort				10.107.212.37				80:32080/TCP

redis-master			ClusterIP			10.106.134.71				6379/TCP

redis-slave				ClusterIP			10.108.147.227			6379/TCP	
									
$	kubectl	get	svc	--namespace	helm-gb
$	helm	list

NAME										REVISION				UPDATED										STATUS					CHART																

helm-gb-chart	1		Fri	Apr	20	15:44:13	2018		DEPLOYED			Guestbook-Chart-1.0.0



$	helm	upgrade	helm-gb-chart	helm_chart_guestbook	--set	/frontend.image=harshals/gb-frontend:1.1

Release	"helm-gb-chart"	has	been	upgraded.	Happy	Helming!	


$	helm	list

NAME										REVISION				UPDATED											STATUS				CHART

helm-gb-chart	2			Fri	Apr	20	16:05:51	2018		DEPLOYED		Guestbook-Chart-1.0.0
$	helm	history	helm-gb-chart

REVISION				UPDATED																					STATUS						CHART																			DESCRIPTION	
1											Fri	Apr	20	15:44:13	2018				SUPERSEDED		Guestbook-Chart-1.0.0			Install	complete	
2											Fri	Apr	20	16:05:51	2018				DEPLOYED				Guestbook-Chart-1.0.0			Upgrade	complete	
$	helm	rollback	helm-gb-chart	1	
Rollback	was	a	success!	Happy	Helming!
$	helm	history	helm-gb-chart

REVISION				UPDATED																					STATUS						CHART																			DESCRIPTION

1											Fri	Apr	20	15:44:13	2018				SUPERSEDED		Guestbook-Chart-1.0.0			Install	complete

2											Fri	Apr	20	16:05:51	2018				SUPERSEDED		Guestbook-Chart-1.0.0			Upgrade	complete

3											Mon	Apr	23	08:49:15	2018				DEPLOYED				Guestbook-Chart-1.0.0			Rollback	to	1
source: https://blog.hasura.io/draft-vs-gitkube-vs-helm-vs-ksonnet-vs-metaparticle-vs-skaffold-f5aa9561f948
https://github.com/kubernetes/charts
Dependencies
Gitlab CI
Docker
Registry
Kubernetes
helm upgrade —install $release-name $chartname —set image.tag=$branch_commit-hash
$branch_commit-hash
push
Gitlab CI
Docker
Registry
Kubernetes
helm upgrade $release-name $chartname
$branch_commit-hash
push
Chart
Repository upgrade
upload
Alternatives
• Kubectl

• Terraform Kubernetes provider
Conclusion
• Manage complex applications

• Versioning and updates

• Rollback

• Sharing

More Related Content

PPTX
Kubernetes CI/CD with Helm
PDF
Thinking One Step Further with Time-saving DevOps Tools with Open Telekom Clo...
PDF
Helm - Application deployment management for Kubernetes
PPTX
Kubernetes Helm: Why It Matters
PDF
Helm – The package manager for Kubernetes
PDF
Kubernetes Application Deployment with Helm - A beginner Guide!
PDF
Continuous Delivery for Kubernetes Apps with Helm and ChartMuseum
PPTX
Introduction to Helm
Kubernetes CI/CD with Helm
Thinking One Step Further with Time-saving DevOps Tools with Open Telekom Clo...
Helm - Application deployment management for Kubernetes
Kubernetes Helm: Why It Matters
Helm – The package manager for Kubernetes
Kubernetes Application Deployment with Helm - A beginner Guide!
Continuous Delivery for Kubernetes Apps with Helm and ChartMuseum
Introduction to Helm

What's hot (20)

PPTX
Container Orchestration using Kubernetes
PDF
Helm - the Better Way to Deploy on Kubernetes - Reinhard Nägele - Codemotion...
PDF
Kubernetes Helm (Boulder Kubernetes Meetup, June 2016)
PPTX
KubeOne
PPTX
Steering the Course with Helm
PDF
Simplify Your Code with Helmfile
PDF
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...
PDF
K8s Pod Scheduling - Deep Dive. By Tsahi Duek.
PDF
Managing kubernetes deployment with operators
PDF
Helm chart-introduction
PDF
Kubeflow control plane
PDF
Using kubernetes to lose your fear of using containers
PPTX
Kubernetes 1.16 and rancher 2.3 enhancements
PDF
Autoscaling Kubernetes
PDF
Kubernetes debug like a pro
PDF
Kubernetes Deployment Tutorial | Kubernetes Tutorial For Beginners | Kubernet...
PPTX
Kubernetes service with ha
PDF
Lean Cloud Starterkit - Beta
PDF
An overview of the Kubernetes architecture
PPTX
A Primer on Kubernetes and Google Container Engine
Container Orchestration using Kubernetes
Helm - the Better Way to Deploy on Kubernetes - Reinhard Nägele - Codemotion...
Kubernetes Helm (Boulder Kubernetes Meetup, June 2016)
KubeOne
Steering the Course with Helm
Simplify Your Code with Helmfile
Kubermatic How to Migrate 100 Clusters from On-Prem to Google Cloud Without D...
K8s Pod Scheduling - Deep Dive. By Tsahi Duek.
Managing kubernetes deployment with operators
Helm chart-introduction
Kubeflow control plane
Using kubernetes to lose your fear of using containers
Kubernetes 1.16 and rancher 2.3 enhancements
Autoscaling Kubernetes
Kubernetes debug like a pro
Kubernetes Deployment Tutorial | Kubernetes Tutorial For Beginners | Kubernet...
Kubernetes service with ha
Lean Cloud Starterkit - Beta
An overview of the Kubernetes architecture
A Primer on Kubernetes and Google Container Engine
Ad

Similar to Optimizing Kubernetes deployments with Helm (20)

PPTX
Migrating GitHub Actions with Nested Virtualization to Cloud Native Ecosystem
PPTX
Migrating GitHub Actions with Nested Virtualization to Cloud Native Ecosystem...
PDF
Kubernetes extensibility
PDF
Metal-k8s presentation by Julien Girardin @ Paris Kubernetes Meetup
PPTX
DevOps Days Galway 2017
PDF
Using Kubernetes for Continuous Integration and Continuous Delivery. Java2days
PDF
Using Kubernetes for Continuous Integration and Continuous Delivery
PPTX
Docker and kubernetes_introduction
PPTX
Dayta AI Seminar - Kubernetes, Docker and AI on Cloud
PPT
Building Clustered Applications with Kubernetes and Docker
PPTX
Docker Seattle Meetup April 2015 - The Docker Orchestration Ecosystem on Azure
PPTX
Docker New York Meetup May 2015 - The Docker Orchestration Ecosystem on Azure
PDF
Cloud-native .NET Microservices mit Kubernetes
PDF
Docker for developers on mac and windows
PDF
Deploying WSO2 Middleware on Containers
PDF
WSO2ConEU 2016 Tutorial - Deploying WSO2 Middleware on Containers
PPTX
Kubered -Recipes for C2 Operations on Kubernetes
PDF
Continuous Integration: SaaS vs Jenkins in Cloud
PDF
Developer Experience Cloud Native - From Code Gen to Git Commit without a CI/...
PDF
Exploring MySQL Operator for Kubernetes in Python
Migrating GitHub Actions with Nested Virtualization to Cloud Native Ecosystem
Migrating GitHub Actions with Nested Virtualization to Cloud Native Ecosystem...
Kubernetes extensibility
Metal-k8s presentation by Julien Girardin @ Paris Kubernetes Meetup
DevOps Days Galway 2017
Using Kubernetes for Continuous Integration and Continuous Delivery. Java2days
Using Kubernetes for Continuous Integration and Continuous Delivery
Docker and kubernetes_introduction
Dayta AI Seminar - Kubernetes, Docker and AI on Cloud
Building Clustered Applications with Kubernetes and Docker
Docker Seattle Meetup April 2015 - The Docker Orchestration Ecosystem on Azure
Docker New York Meetup May 2015 - The Docker Orchestration Ecosystem on Azure
Cloud-native .NET Microservices mit Kubernetes
Docker for developers on mac and windows
Deploying WSO2 Middleware on Containers
WSO2ConEU 2016 Tutorial - Deploying WSO2 Middleware on Containers
Kubered -Recipes for C2 Operations on Kubernetes
Continuous Integration: SaaS vs Jenkins in Cloud
Developer Experience Cloud Native - From Code Gen to Git Commit without a CI/...
Exploring MySQL Operator for Kubernetes in Python
Ad

More from erwindeg (8)

PDF
Codemotion reactive-java
PDF
Reactive Java: The state of the world
PPT
Application Modernization
PDF
Creating a polyglottestframework
PDF
What developers should know about design
PDF
Afstuderen bij Sogeti Java
PDF
Sogeti Guru Night 2015: Changes in-software-development
PDF
Workshop app-development with wireframes
Codemotion reactive-java
Reactive Java: The state of the world
Application Modernization
Creating a polyglottestframework
What developers should know about design
Afstuderen bij Sogeti Java
Sogeti Guru Night 2015: Changes in-software-development
Workshop app-development with wireframes

Recently uploaded (20)

PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Nekopoi APK 2025 free lastest update
PPTX
Introduction to Artificial Intelligence
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
L1 - Introduction to python Backend.pptx
PPTX
Transform Your Business with a Software ERP System
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Digital Strategies for Manufacturing Companies
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
System and Network Administraation Chapter 3
PDF
How Creative Agencies Leverage Project Management Software.pdf
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
top salesforce developer skills in 2025.pdf
PPTX
ai tools demonstartion for schools and inter college
PTS Company Brochure 2025 (1).pdf.......
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Nekopoi APK 2025 free lastest update
Introduction to Artificial Intelligence
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
L1 - Introduction to python Backend.pptx
Transform Your Business with a Software ERP System
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Digital Strategies for Manufacturing Companies
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
System and Network Administraation Chapter 3
How Creative Agencies Leverage Project Management Software.pdf
Odoo POS Development Services by CandidRoot Solutions
How to Choose the Right IT Partner for Your Business in Malaysia
Softaken Excel to vCard Converter Software.pdf
2025 Textile ERP Trends: SAP, Odoo & Oracle
Adobe Illustrator 28.6 Crack My Vision of Vector Design
top salesforce developer skills in 2025.pdf
ai tools demonstartion for schools and inter college

Optimizing Kubernetes deployments with Helm