2. Online Documentation
Kubernetes
We use minikube
as our K8s engine in this demo. Documentation for other K8s engines are also listed below.
Documentation for the
kubectl
command-line tool: https://kubernetes.io/docs/reference/kubectl/generated/Documentation for
minikube
: https://minikube.sigs.k8s.io/docs/commands/Documentation for
kind
: https://kind.sigs.k8s.io/Documentation for
microk8s
: https://microk8s.io/docs
Windows and Mac users can also use the Kubernetes engine and kubectl
binary bundled with Docker Desktop.
Cloud services for K8s include Google Kubernetes Engine and Amazon Elastic Kubernetes Service.
Command line tools