Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 995 Bytes

security.rst

File metadata and controls

35 lines (23 loc) · 995 Bytes

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
.. toctree::
   :maxdepth: 2
   :caption: Contents:

   security/kubeconfig
   security/RBAC
   security/service_account