K8S CheatSheet
K8S CheatSheet
Pod Commands:-
Ingress Commands:-
Job Commands:-
kubectl get job <job_name> : Get Job
kubectl get job <job_name> -o yaml : Get Job in YAML
Format
kubectl edit job <job_name> : Edit Job
kubectl describe job <job_name> : Describe Job
kubectl delete job <job_name> : Delete Job
Rollout Commands:-