Tools and Configuration
Tools Required
Enable Autocomplete
source <(kubectl completion bash)echo "source <(kubectl completion bash)" >> ~/.bashrcBash Shell
bashNever Run any command as ROOT
Access K8s Cluster from a Remote Machine
Last updated