Kubectl Config Set Context ~repack~ -

The --current flag is powerful, but typing kubectl config set-context --current --namespace=foo is still a mouthful. Professional Kubernetes engineers treat their shell like a cockpit. Here are three aliases that will change your life:

# Set the --namespace flag for the CURRENT context kubectl config set-context --current --namespace=db-migration kubectl config set context

Contact