This document has links to resources that will be useful for the Kubernetes in 7 Days course.
Name | Description |
---|---|
Kubernetes Documentation | Kubernetes documentation. |
Kubernetes Glossary | Glossary of Kubernetes terms. |
Kubernetes Tutorials | Totorials for a number of Kubernetes aspects. |
Kubernetes API | Detailed information on the _Kubernetes _Resources. |
Kubernetes Picking the Right Solution | Information about how to choose a Kubernetes cluster type. |
kubectl Installation | Instructions for how to install kubectl . |
kubectl Overview | Overview information on kubectl . |
kubectl Cheat Sheet | Summary information on useful kubectl commands. |
kubectl Command Reference | Detailed information on how to use kubectl . |
Running Kubernetes Locally via Minikube | Documentation for using Minikube. |
Minikube Advanced Usage | Detailed configuration information for advanced Minikube usage. |
Minikube Add-Ons | Details of the Add-Ons available on Minikube. |
Minikube Tutorial | Another tutorial for Minikube. |
Run a Stateless Application Using a Deployment | Example of how to use Deployments . |
Creating a single master cluster with kubeadm | Instructions to create a single master cluster using kubeadm . |
kubeadm Reference | Detailed information on how to use kubeadm . |