Version Tomorrow is the first day of the rest of your life

workshop: Kubernetes Docker Workshop

Learn how to deploy docker application on a Kubernetes cluster

Kubernetes2

Learn how to deploy docker application on a Kubernetes cluster.

You've probably heard lots about Docker. Now Docker alone is useful, but to deploy it you are better off using an orchestrator like Kubernetes. This workshop will tell you how to install one on your laptop, write your own yaml files, and learn the basics on how to use a kubernetes cluster.

Bring your laptop in order to run the cluster. Minikube runs on Linux, OSX, Windows, but you need virtualbox installed.

Another option is kubeadm-dind-cluster, where you only need Docker running.