CKA (Certified Kubernetes Administrator)/CKA TIP
kubectl Cheat Sheet
seulseul
2022. 1. 25. 11:29
https://kubernetes.io/docs/reference/kubectl/cheatsheet/
kubectl Cheat Sheet
This page contains a list of commonly used kubectl commands and flags. Kubectl autocomplete BASH source <(kubectl completion bash) # setup autocomplete in bash into the current shell, bash-completion package should be installed first. echo "source <(kubect
kubernetes.io