This is my personal way to prepare the Content for the CKA / CKAD Certification
on The Enviorment Page Kubernetes Lerning gitbook
- 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
1 create pod and create service 2 or create deployment 3 done