pipo02mix / why_k8s_can_make_our_life_easier

Explain kubernetes concepts through examples
MIT License
2 stars 2 forks source link

Why Kubernetes can make your life easier

Guide to explain kubernetes concepts through examples ( slides )

Steps

0) Explain how to install Kubernetes with different tools and some complements help to manage the clusters. 1) Single pod: Explain the basics about pods 2) ReplicaSet: Show how a replica controller works 3) Deployment: Manage the pods for update or rollback 4) Service: Connect apps through cluster nodes thanks to services 5) Ingress: How connect with the outside world 6) Persisten Volumes: Playing with NFS 10) Istio: Tame your microservice architecture