Updated on 2025-03-07 GMT+08:00

Overview

Kubernetes is an open-source container orchestration system for automating containerized application deployment, scaling, and management across cloud servers.

One key feature of Kubernetes is its ability to autonomously manage containers to ensure they operate as intended. For example, if you need your Apache application to run continuously, Kubernetes will monitor its status, restart containers as needed, and create new ones to maintain Apache's uptime. Administrator can load a microservice for the service planner. In addition, Kubernetes systematically improves tools and makes itself more user-friendly to deploy applications.

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.

Containers and Kubernetes

Configuration Management

Authentication and Authorization

Auto Scaling