/why_k8s_can_make_our_life_easier

Explain kubernetes concepts through examples

Primary LanguageHTMLMIT LicenseMIT

Why Kubernetes can make your life easier

Guide to explain kubernetes concepts through examples ( slides )

Steps

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