This section describes how to use Cloud Container Engine (CCE) and provides frequently asked questions (FAQs) to help you quickly get started with CCE.
Complete the following tasks to get started with CCE.
An account has the permissions to use CCE. However, IAM users created by an account do not have the permission. You need to manually grant the permission to IAM users. For details, see .
For details on how to create a regular Kubernetes cluster, see Creating a Kubernetes Cluster.
Yes. The CCE console is easy-to-use, and the Getting Started guide helps you quickly understand and use CCE.
In addition to storing images created by yourself in My Images, CCE allows you to create containerized applications using open source images. For details, see Creating a Deployment (Nginx) from an Image.
Create a cluster and then create a workload in the cluster. For details, see Creating a Deployment (Nginx) from an Image.
CCE provides different workload access types to address diverse scenarios.
Set Service Type to ClusterIP, which allows workloads in the same cluster to use their cluster-internal domain names to access each other.
Cluster-internal domain names are in the format of <self-defined service name>.<workload's namespace>.svc.cluster.local:<port number>. For example, nginx.default.svc.cluster.local:80.