Updated on 2024-09-24 GMT+08:00

Overview

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications across in-cloud hosts.

For application developers, Kubernetes can be regarded as a cluster operating system. Kubernetes provides functions such as service discovery, scaling, load balancing, self-healing, and even leader election, freeing developers from infrastructure-related configurations.

You can access CCE, a hosted Kubernetes service, using the CCE console, kubectl, or Kubernetes APIs. Before using CCE, learn about the following Kubernetes concepts.

Configuration Management

Authentication and Authorization

Auto Scaling