- Distribution
- Ubuntu Jammy 22.04
- Ubuntu Focal 20.04
- GitHub link to the instruction
You need to set up the cluster: Master node and Worker nodes.
- Master: A Master a system that control API calls for the pods, controllers, services, nodes and other components of a Kubernetes cluster are executed.
- Worker: A Worker is a system that provides the run-time environments for the containers. A set of container pods can span multiple nodes.