Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 697 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 697 Bytes

Kubernetes

Here some example YAML Kubernetes.

Prepare your environment Tips and Tricks for 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'