Kubernetes is a container orchestration platform at scale.
-
kubectl
Installcommand line tool which allows for simulating multi node k8s cluster
-
kind
Installcommand line tool which lets you control Kubernetes clusters
kind version
kind v0.8.1 go1.14.2 darwin/amd64
kubectl version
Client Version: version.Info{Major:"", Minor:"", GitVersion:"v0.0.0-master+$Format:%h$", GitCommit:"$Format:%H$", GitTreeState:"", BuildDate:"1970-01-01T00:00:00Z", GoVersion:"go1.14", Compiler:"gc", Platform:"darwin/amd64"} The connection to the server localhost:8080 was refused - did you specify the right host or port?
kind create cluster
- Create
make k8s-kind-create
- Destroy
make k8s-kind-delete
- Namespace
- Control Plane
- Worker Plane
In-browser Hands-on: Playground
Videos:
Start simple http server
python -m http.server
Open http://localhost:8000
.
Powered by Remark. Tips & tricks: https://github.com/gnab/remark/wiki/Markdown.