Overview
ServiceStage is an application management and O&M platform that lets you deploy, roll out, monitor, and maintain applications all in one place. It supports technology stacks such as Java, PHP, Python, Node.js, Docker, and Tomcat, and supports microservice applications such as Apache ServiceComb Java Chassis (Java chassis) and Spring Cloud, making it easier to migrate enterprise applications to the cloud.
This document describes how to use ServiceStage to create, deploy, and maintain application components and perform service governance.
Prerequisites
- You have registered an account and logged in.
- The login account has the permission to use ServiceStage. For details, see Creating a User and Granting Permissions.
Logging In to ServiceStage
- Log in to the management console.
- Click
in the upper left corner, and click ServiceStage.
- If you log in for the first time, click Authorize on the displayed service authorization page to authorize ServiceStage to use the services on which it depends. Then, the ServiceStage console is displayed.
- If this is not your first login, the ServiceStage console is displayed directly.
Console Description
Table 1 describes ServiceStage console.
Module | Description |
---|---|
Overview | The Overview page provides the ServiceStage overview, including the documentation help, applications, environments, components, and alarms. |
Environment Management | An environment is a collection of compute, network, and middleware resources used for deploying and running a component. The Environment Management page allows you to create, edit, and delete environments, and configure resources (manage and remove resources). Created environments are displayed in a list. |
Application Management | An application is a service system with complete functions and consists of one or more components related to features. The Application Management page allows you to create, edit, and delete applications. Created applications and the number of components created under them are displayed in a list, and entries for creating components under applications are available. |
Component Management | A component is a service feature implementation of an application. It is carried by code or software packages and can be independently deployed and run. The Component Management page displays components of all applications in a list, and provides the component details page as well as the entries for component creation and O&M. |
Deployment Source Management | Provides functions such as organization management, software repository, and image repository.
|
Continuous Delivery | Provides functions such as viewing build projects.
|
Microservice Engine | Provides operation entries for engine instance management, dashboard usage, microservice catalog management, microservice governance, configuration management, and system management. |
Figure 1 ServiceStage console

- Prerequisites
- Logging In to ServiceStage
- Console Description