In this session, we create Kubernetes cluster from scratch and deep dive kubernetes cluster components. You can see schedule below;
- Create machines by using Docker Machine to use as Kubernetes cluster nodes
- Install kubernetes cluster with 1 master 2 slave nodes
- Install and configure kubectl to apply some operations on cluster
- Review cluster components to have a good insight about kubernetes
- Deploy a Spring Boot app on to cluster