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 Pod Resource object, Service will be bound to the backend Pod to form a complete nginx application.
Steps
- Clusters in the left navigation bar of the console.
- On the cluster list page, click Details in the Action column on the right side of the target cluster.
- On the left navigation bar of the cluster management page, click Workload > Stateless.
- Select the namespace at the top of the stateless page and click Create Resource with YAML in the upper right corner of the page.
- Create after completing the configuration.