Create an app from an orchestration template
The Container Service management console has built-in orchestration templates. You can create applications by yourself according to the Kubernetes YAML syntax rules, or create applications based on the built-in templates.
Prerequisites
A Container Service cluster is created. For more information, see Create a Kubernetes cluster.
Background Information
This example shows how to create an orchestration template nginx Application, including a Deployment and Service, backend Deployment will create a Pod Resource object, and the Service will be bound to the backend Pod to form a complete nginx application.
Procedure
- On the Container Service page, click the Clusters tab.
- On the Cluster list page, click the Details button in the Action column.
- On the left navigation bar of the cluster management page, click the Workload tab.
- On the left navigation bar of the cluster management page, click the Stateless tab.
- On the stateless page, select the namespace.
- On the stateless page, click the Create Resource with YAML button.
- After successfully creating, review the resource.