kubernetes-security/01-AUTH.md

591 B

Kube Auth

Requirements

  • Have kubectl working against minikube

Theory

Practice

  • Figure out how kubernetes authentication works

Try by running the following commands:

  • kubectl config view
  • kubectl cluster-info
  • kubectl proxy
  • minikube dashboard --url
  • kube auth can-i [verb] [resource]

Try figuring out what command line flags the minikube server was started with and use that to figure out what authentication methods does it support.