kubectl alias code example
Example 1: kubectl delete all pods
kubectl delete --all pods
Example 2: kubectl to show label of pod
kubectl label pods labelex owner=michael
Example 3: kubectl describe to yaml
kubectl describe <type> <name> -o yaml