Kubernetes Auth

Welcome to our Kubernetes cluster 👋
Have a nice day!

Dependencies

You will need to install kubectl before continuing, and to ensure that you keep your own version upto date. Failure to do so could result in interrupted Kubernetes operational usage.

macOS

brew install kubernetes-cli

linux

curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl

windows

choco install kubernetes-cli

How does this work

We will authenticate you with the configured provider that has been setup, and then provide a set of commands to run using kubectl.

You might be prompted by your authentication provider to provide limited access to your email and name, this application does not store or transfer this information, instead it is a front-end to a Oauth like workflow, which integrates with Dex.