Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes:...

30
@LostInBrittany Kubernetes: beyond Minikube Kubernetes: beyond Minikube Horacio Gonzalez @LostInBrittany

Transcript of Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes:...

Page 1: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Kubernetes: beyond Minikube

Horacio Gonzalez @LostInBrittany

Page 2: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Horacio Gonzalez

@LostInBrittanySpaniard lost in Brittany, developer, dreamer and all-around geek

Flutter

Page 3: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Summary

What I would like to speak about:

○ Orchestrating containers

○ Kubernetes: some concepts

○ I have deployed on Minikube, woah!

○ From Minikube to prod

○ Building a managed Kubernetes service

Page 4: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Orchestrating containers

Like herding cats… but in hard mode!

Page 5: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

From bare metal to containers

Another paradigm shift

Page 6: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Containers are easy…

For developers

Page 7: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Less simple if you must operate them

Like in a production context

Page 8: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

And what about microservices?

Are you sure you want to operate them by hand?

Page 9: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Taming microservices with Kubernetes

Page 10: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Kubernetes

Way more than a buzzword!

Page 11: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Masters and nodes

Page 12: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Some more details

Page 13: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Declarative infrastructure

Multi-environment made easy

Page 14: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Having identical, software defined envs

Page 15: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Istio, a Service Mesh for Kubernetes

Page 16: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

I have deployed on Minikube, woah!

A great fastlane into Kubernetes

Page 17: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Running a full K8s in your laptop

A great learning tool

Page 18: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Your laptop isn't a true cluster

Don't expect real performances

Page 19: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Minikube is only the beginning

Page 20: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

From Minikube to prodA journey not for the faint of heart

Page 21: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

The truth is somewhere inside...

Page 22: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

The network is going to feel it...

Page 23: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

The security journey

Page 24: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

The storage dilemma

Page 25: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

The ETCD vulnerability

Page 26: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Managed KubernetesDon't try it at home, folks!

Page 27: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Kubinception: running K8s on K8s

Using Kubernetes to run Kubernetes

Page 28: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Kubinception: where are the nodes?

Page 29: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

Kubinception with several customers

Page 30: Kubernetes: beyond Minikube - on.notist.cloud · Like herding cats… but in hard mode! Kubernetes: beyond Minikube @LostInBrittany From bare metal to containers Another paradigm

@LostInBrittanyKubernetes: beyond Minikube

And the ETCD?