Updated on 2023-10-13 GMT+08:00

Data Protection

CCI provides VM-level isolation without compromising the startup speed, offering you better container experience. CCI has the following security features:

  • Secure containers are used.
  • Kernel virtualization based on secure containers provides comprehensive security isolation and protection
  • In-house virtualization acceleration technologies improve the performance of secure containers.
Figure 1 Hard multi-tenancy brought by secure containers

SSL

Secure Sockets Layer (SSL) is a protocol designed to protect security and data integrity for Internet communications.

You can upload an SSL certificate to CCI. In HTTPS access, CCI will automatically install it to the layer-7 load balancer for data transmission encryption. For details, see SSL Certificates.

Secret

A secret is a Kubernetes object for storing sensitive data such as passwords, tokens, certificates, and private keys. A secret can be loaded to a container as environment variables when the container is started.

For details, see Secret.