Cluster Access - Kubeconfig
Cluster Access - Kubeconfig
Download Kubeconfig
Using kubeconfig
# Homebrew (macOS and Linux) brew install kubelogin # Krew (macOS, Linux, Windows and ARM) kubectl krew install oidc-login # Chocolatey (Windows) choco install kubeloginunzip kubelogin_linux_amd64.zip -d /tmp/kubelogin/ mv /tmp/kubelogin/kubelogin /usr/local/bin/kubectl-oidc_login chmod +x /usr/local/bin/kubectl-oidc_loginkubectl plugin list # Expected output: # The following compatible plugins are available: # /usr/local/bin/kubectl-oidc_loginexport KUBECONFIG=~/Downloads/<cluster-name>.kubeconfigkubectl get nodes
Troubleshooting
Last updated
Was this helpful?
