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 permissions. You need to manually grant the permissions to IAM users..
For details on how to create a 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.
Yes. CCE not only helps store your own images in My Images but also allows you to create containerized applications using open source images. For details, see Creating a Deployment (Nginx).
To create a workload, you need to create a cluster first. For details on how to create a workload, see Creating a Deployment (Nginx).
CCE provides different workload access types to address diverse scenarios.
You can create a service of the ClusterIP type. The ClusterIP Services allow workloads in the same cluster to access each other using their cluster-internal domain names.
Cluster-internal domain names are in the format of <A custom service name>.<The workload's namespace>.svc.cluster.local:<Port number>. For example, nginx.default.svc.cluster.local:80.