kubernetes-in-depth analysis of cluster security mechanisms (3.6)

Source: Internet
Author: User
Tags least privilege

The security of the cluster mainly considers the following aspects:

  1. Isolation of the container from the host;
  2. Limiting the ability of containers to adversely affect infrastructure and other containers;
  3. The principle of least privilege--to reasonably restrict the permissions of all components, to ensure that the component only performs its mandated behavior, limiting the scope of the permissions it can achieve by restricting the ability of a single component;
  4. Defining the division of component boundaries;
  5. Dividing the roles of ordinary users and administrators;
  6. Allow administrator privileges to be assigned to ordinary users when necessary;
  7. Allows applications that have "Secret" data (keys,cert,passwords) to run in the cluster.
The Kubernetes cluster provides three levels of client identity authentication:
  1. The strictest HTTPS certificate authentication: Two-way Digital certificate authentication method based on CA root certificate signature;
  2. HTTPS token authentication: Identify legitimate users through a token;
  3. HTTP Base authentication: Authentication by user name + password;

kubernetes-in-depth analysis of cluster security mechanisms (3.6)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.