Passionate for Docker? Curious to learn more about Kubernetes, the Google orchestrator? Kubeadm is the solution! Kubeadm is a new tool to deploy painlessly kubernetes on Centos 7, Ubuntu 16.0′ or even Hypriot v1.0.1 on RPi! To learn more about kubeadm: http://kubernetes.io/docs/getting-started-guides/kubeadm/
In this technical blog, I’ll show you how to:
- Create four ec2 instances on AWS with Centos 7.2
- Install Docker on Centos with LVM devicemapper
- Install Kubernetes and Kubeadm on each instance
- Run your Master and join with the minion
- Launch your first nginx Pod
- Create your first Replication Controller
- Expose your Replication Controller with a Load Balancer Service