Here some example YAML Kubernetes.
alias k='kubectl' alias kc='k config view --minify | grep name' alias kdp='kubectl describe pod' alias krh='kubectl run --help | more' alias ugh='kubectl get --help | more' alias c='clear' alias kd='kubectl describe pod' alias ke='kubectl explain' alias kf='kubectl create -f' alias kg='kubectl get pods --show-labels' alias kr='kubectl replace -f' alias kh='kubectl --help | more' alias krh='kubectl run --help | more' alias ks='kubectl get namespaces' alias l='ls -lrt' alias ll='vi ls -rt | tail -1' alias kga='k get pod --all-namespaces' alias kgaa='kubectl get all --show-labels'