MicroServices on
Kubernetes - The Simple
Way
docker-compose to k8s in one line
Suraj Deshmukh
Red Hat
UX & Simplicity
version: "2"
services:
redis-master:
image: gcr.io/google_containers/redis:e2e
redis-slave:
image: gcr.io/google_samples/gb-redisslave:v1
environment:
- GET_HOSTS_FROM=dns
frontend:
image: gcr.io/google-samples/gb-frontend:v4
ports:
- "80:80"
environment:
- GET_HOSTS_FROM=dns
Enter kompose!
$ kompose up
What is Kompose?
● Kompose deploys microservices to Kubernetes or OpenShift
● Kompose converts docker-compose.yml file to Kubernetes and OpenShift
artifacts. (you can modify artifacts and then deploy)
Demo on Kubernetes
$ kompose up
Demo on OpenShift
$ kompose --provider openshift up
Plain conversion
$ kompose convert
How to contribute
● Github project link: https://github.com/kubernetes-incubator/kompose/
● Try it out with your docker-compose files, report issues, ask for enhancement,
etc.
● All contributions are highly welcome.
Reach out
● Talk to us on #kompose channel on http://slack.kubernetes.io/
● We do bi-weekly community meeting on Wednesday 22.30 IST at
https://bluejeans.com/404059616 Upcoming meeting is on 23rd Nov.
What next?
● Container Orchestration Specification - OpenCompose
● Common to most container orchestration systems like Kubernetes, OpenShift,
Mesos-Marathon
● Github repo for spec: https://github.com/redhat-developer/opencompose
● Intro to spec:
http://developers.redhat.com/blog/2016/11/03/container-orchestration-spec
ification-for-better-devops/
Links:
● Demo repo:
https://github.com/surajssd/talks/tree/master/DevopsDaysIndia2016
● Slides: http://bit.ly/komposeDD
About me:
● Works at Red Hat in Developer tooling team and one of the contributors to
Kompose project.
● Twitter: surajd_
● Slack, IRC: surajd
● Email: surajd@redhat.com
Thank You

More Related Content

PDF
Kubernetes: training micro-dragons for a serious battle
PDF
Making kubernetes simple for developers
PDF
Docker Compose to Production with Docker Swarm
PDF
GDG Lima - Docker Compose
PDF
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
PDF
Rapid Development With Docker Compose
PDF
Kompose
PDF
Immutable kubernetes architecture by linuxkit
Kubernetes: training micro-dragons for a serious battle
Making kubernetes simple for developers
Docker Compose to Production with Docker Swarm
GDG Lima - Docker Compose
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
Rapid Development With Docker Compose
Kompose
Immutable kubernetes architecture by linuxkit

What's hot (20)

PDF
Adventures in docker compose
PPTX
Docker e git lab
PDF
Making cloud native platform by kubernetes
PDF
Kubernetes上で動作する機械学習モジュールの配信&管理基盤Rekcurd について
PDF
Docker Compose by Aanand Prasad
PPTX
Docker Compose: Docker Configuration for the Real World
PDF
How to make cloud native platform by kubernetes
PDF
Fabric8 CI/CD
PDF
高レイテンシwebサーバのGKE構築と beta機能アレコレのハナシ
PDF
Docker Athens: Docker Engine Evolution & Containerd Use Cases
PPTX
PPTX
Introduction kubernetes 2017_12_24
PDF
KubeCI - Cloud Native Continuous Delivery for Kubernetes
PPTX
KubeCon EU 2016: Transforming the Government
PDF
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)
PDF
Docker compose
PPTX
Build optimization mechanisms in GitLab and Docker
PDF
Very Early Review - Rocket(CoreOS)
PDF
Rails in docker
PDF
CRI Runtimes Deep-Dive: Who's Running My Pod!?
Adventures in docker compose
Docker e git lab
Making cloud native platform by kubernetes
Kubernetes上で動作する機械学習モジュールの配信&管理基盤Rekcurd について
Docker Compose by Aanand Prasad
Docker Compose: Docker Configuration for the Real World
How to make cloud native platform by kubernetes
Fabric8 CI/CD
高レイテンシwebサーバのGKE構築と beta機能アレコレのハナシ
Docker Athens: Docker Engine Evolution & Containerd Use Cases
Introduction kubernetes 2017_12_24
KubeCI - Cloud Native Continuous Delivery for Kubernetes
KubeCon EU 2016: Transforming the Government
How to debug the pod which is hard to debug (디버그 하기 어려운 POD 디버그 하기)
Docker compose
Build optimization mechanisms in GitLab and Docker
Very Early Review - Rocket(CoreOS)
Rails in docker
CRI Runtimes Deep-Dive: Who's Running My Pod!?
Ad

Similar to Microservices on Kubernetes - The simple way (20)

PDF
Taking containers from development to production
PPTX
[DevDay 2017] OpenShift Enterprise - Speaker: Linh Do - DevOps Engineer at Ax...
PPTX
OpenShift Enterprise 3.1 vs kubernetes
PDF
Openshift: The power of kubernetes for engineers - Riga Dev Days 18
PPTX
Docker Container As A Service - JAX 2016
PDF
Introduction to Docker Compose
PDF
Kubernetes or OpenShift - choosing your container platform for Dev and Ops
PDF
Deploying Microservices as Containers
PPTX
Gatekeeper: API gateway
PDF
Docker for Artisans
PPTX
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
PDF
DevOPS training - Day 2/2
PDF
Can I Contain This?
PPTX
Real World Experience of Running Docker in Development and Production
PPTX
Docker Container As A Service - March 2016
PPTX
Containers as a Service with Docker
PPTX
Open shift enterprise 3.1 paas on kubernetes
PDF
Docker - Frank Maounis
PDF
From development environments to production deployments with Docker, Compose,...
Taking containers from development to production
[DevDay 2017] OpenShift Enterprise - Speaker: Linh Do - DevOps Engineer at Ax...
OpenShift Enterprise 3.1 vs kubernetes
Openshift: The power of kubernetes for engineers - Riga Dev Days 18
Docker Container As A Service - JAX 2016
Introduction to Docker Compose
Kubernetes or OpenShift - choosing your container platform for Dev and Ops
Deploying Microservices as Containers
Gatekeeper: API gateway
Docker for Artisans
Docker Compose | Docker Compose Tutorial | Docker Tutorial For Beginners | De...
DevOPS training - Day 2/2
Can I Contain This?
Real World Experience of Running Docker in Development and Production
Docker Container As A Service - March 2016
Containers as a Service with Docker
Open shift enterprise 3.1 paas on kubernetes
Docker - Frank Maounis
From development environments to production deployments with Docker, Compose,...
Ad

More from Suraj Deshmukh (11)

PDF
Building Container Defence Executable at a Time.pdf
PDF
Kubernetes psp and beyond
PDF
Hardening Kubernetes by Securing Pods
PDF
Kubernetes Security Updates from Kubecon 2018 Seattle
PDF
Kubernetes on CRI-O
PDF
JSONSchema with golang
PDF
What's new in kubernetes 1.3?
PDF
Python testing using mock and pytest
PDF
OpenShift meetup Bangalore
PDF
macvlan and ipvlan
PDF
Building Container Defence Executable at a Time.pdf
Kubernetes psp and beyond
Hardening Kubernetes by Securing Pods
Kubernetes Security Updates from Kubecon 2018 Seattle
Kubernetes on CRI-O
JSONSchema with golang
What's new in kubernetes 1.3?
Python testing using mock and pytest
OpenShift meetup Bangalore
macvlan and ipvlan

Recently uploaded (20)

PPTX
Human Computer Interaction lecture Chapter 2.pptx
PPTX
Lecture 5 Software Requirement Engineering
PDF
CapCut PRO for PC Crack New Download (Fully Activated 2025)
PDF
What Makes a Great Data Visualization Consulting Service.pdf
PDF
Coding with GPT-5- What’s New in GPT 5 That Benefits Developers.pdf
PDF
Bright VPN Crack Free Download (Latest 2025)
PDF
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
PDF
Mobile App Backend Development with WordPress REST API: The Complete eBook
PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
PPTX
ESDS_SAP Application Cloud Offerings.pptx
PPTX
Human-Computer Interaction for Lecture 1
PDF
infoteam HELLAS company profile 2025 presentation
PDF
Workplace Software and Skills - OpenStax
PPTX
Why 2025 Is the Best Year to Hire Software Developers in India
PPTX
Chapter 1 - Transaction Processing and Mgt.pptx
PPTX
WJQSJXNAZJVCVSAXJHBZKSJXKJKXJSBHJBJEHHJB
PDF
MAGIX Sound Forge Pro CrackSerial Key Keygen
DOCX
Industrial Bio-Lynx: Advanced Biometric Solution for Workforce Management
PPTX
Viber For Windows 25.7.1 Crack + Serial Keygen
PDF
Internet Download Manager IDM Crack powerful download accelerator New Version...
Human Computer Interaction lecture Chapter 2.pptx
Lecture 5 Software Requirement Engineering
CapCut PRO for PC Crack New Download (Fully Activated 2025)
What Makes a Great Data Visualization Consulting Service.pdf
Coding with GPT-5- What’s New in GPT 5 That Benefits Developers.pdf
Bright VPN Crack Free Download (Latest 2025)
Streamlining Project Management in Microsoft Project, Planner, and Teams with...
Mobile App Backend Development with WordPress REST API: The Complete eBook
Understanding the Need for Systemic Change in Open Source Through Intersectio...
ESDS_SAP Application Cloud Offerings.pptx
Human-Computer Interaction for Lecture 1
infoteam HELLAS company profile 2025 presentation
Workplace Software and Skills - OpenStax
Why 2025 Is the Best Year to Hire Software Developers in India
Chapter 1 - Transaction Processing and Mgt.pptx
WJQSJXNAZJVCVSAXJHBZKSJXKJKXJSBHJBJEHHJB
MAGIX Sound Forge Pro CrackSerial Key Keygen
Industrial Bio-Lynx: Advanced Biometric Solution for Workforce Management
Viber For Windows 25.7.1 Crack + Serial Keygen
Internet Download Manager IDM Crack powerful download accelerator New Version...

Microservices on Kubernetes - The simple way