Static Token File-Based Authentication with Minikube

Опубликовано: 10 Октябрь 2024
на канале: kubucation
4,264
42

Authenticate your Kubernetes Cluster (or Minkube cluster) with a Token File. With this authentication method your users will send a token with their request (or configure kubectl to use the token). The token is then used to identify (and possibly authorize) the user.

The file is static, so user management is still a bit awkward, but it's the first step towards token-based auth, where the tokens are issued by a third-party token provider.

As in the previous video, everything we're developing together is using minkube, so all you need to do is use your favorite package manager to install minikube and you're ready to go