Overview
Cloud Container Instance (CCI) is a serverless container service that allows you to run containers without creating and managing server clusters. Under the serverless model, CCI allows you to directly create and use containerized workloads on the console or by using kubectl or Kubernetes APIs, and pay only for the resources consumed by these workloads.
This document describes how to use kubectl or call CCI APIs to implement functions.
Document Organization
This document includes:
- Using kubectl
This section describes how to configure kubectl on CCI. CCI allows you to use native or customized kubectl to create resources such as workloads. Native kubectl is recommended.
- Namespace and Network
This section describes the concepts of the namespace and network.
- Pod
This section describes the concept of the pod and how to use pods.
- Label
This section describes the functions of labels and how to use labels.
- Deployment
This section describes the application scenarios of Deployments, and how to deploy container images to CCI using a Deployment.
- Service and Ingress
This section describes how to use services and ingresses to manage workload access.
- Service: an abstraction which defines a logical set of pods and a policy by which to access them.
- Ingress: an API object that manages external access.
- Persistent Storage
This section describes how to use storage in workloads. That is, how to use storage volumes in containers. Storage types that can be used include Elastic Volume Service (EVS), Scalable File Service (SFS), and Object Storage Service (OBS).
- ConfigMap and Secret
This section describes how to use ConfigMaps and secrets.
ConfigMaps and secrets are used to store configuration and sensitive information to enable easier and flexible workload configuration.
- Job and Cron Job
This section describes how to use jobs. A job is a one-off task.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot