2. Online Documentation

Kubernetes

We use minikube as our K8s engine in this demo. Documentation for other K8s engines are also listed below.

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

  • yq: command-line YAML processor and pretty-printer, also supports JSON and TOML

  • jq: command-line JSON processor and pretty-printer. It can be useful to install jq separately from yq to avoid having to set command-line flags (i.e. -p json -o json)