Skip to main content

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

  1. Clusters in the left navigation bar of the console.
  2. On the cluster list page, click Details in the Action column on the right side of the target cluster.
  3. On the left navigation bar of the cluster management page, click Workload > Stateless.
  4. Select the namespace at the top of the stateless page and click Create Resource with YAML in the upper right corner of the page.
  5. Create after completing the configuration.