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 a Pod Resource object, and the Service will be bound to the backend Pod to form a complete nginx application.

    Procedure

  1. On the Container Service page, click the Clusters tab.
  2. On the Cluster list page, click the Details button in the Action column.
  3. On the left navigation bar of the cluster management page, click the Workload tab.
  4. On the left navigation bar of the cluster management page, click the Stateless tab.
  5. On the stateless page, select the namespace.
  6. On the stateless page, click the Create Resource with YAML button.
  7. After successfully creating, review the resource.