Security

  • Kubernetes Security Fundamentals

  • Managing Certificates and kubeconfig files

  • Managing Role Based Access Controls

前置知识:

All Kubernetes clusters have two categories of users:

  • service accounts managed by Kubernete, 程序(pod)连接API Server

  • normal users. 普通用户,比如通过kubectl连接API Server