Learning Kubernetes
This is my personal way to prepare the Content for the CKA / CKAD Certification
on The Enviorment Page Kubernetes Lerning gitbook
Quick overview kubectl
- get …
- pods
- deployments
- rc
- rs
- services
- describe …
- expose …
- rollout …
- undo
- history
- status
- create …
- secret
- deployment
- service (short: svc)
- set …
- image
- label
- exec -i-t /bin/bash
other tools
curl
workflow
1 create pod and create service 2 or create deployment 3 done