Kubernetes Resources¶
1. Watch Kubernetes: The Documentary to understand the history and value of Docker and Kubernetes.¶
2. Deploy one this solution to your laptop to enable K8s on your machine:¶
3. Extra read and work for CKA exam:¶
- The entire Kubernetes overview section: Drill into Kubernetes Components, the Kubernetes API, how to interface with the API with tools like kubectl.
- The entire Kubernetes architecture section: Learn what nodes are: master & worker and the Kubernetes components along with their roles (apiserver, etcd, etc)
- Deploy Kubernetes the Hard Way: GitHub