From cd24b2979a0b3a63e95d55e4728df5be49d8d950 Mon Sep 17 00:00:00 2001 From: Rodion Miromind Date: Tue, 31 Aug 2021 19:18:40 +0300 Subject: [PATCH] Update app-lifecycle-management.md --- .../en/docs/application-store/app-lifecycle-management.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/application-store/app-lifecycle-management.md b/content/en/docs/application-store/app-lifecycle-management.md index aa4eb3275..32989038d 100644 --- a/content/en/docs/application-store/app-lifecycle-management.md +++ b/content/en/docs/application-store/app-lifecycle-management.md @@ -1,19 +1,19 @@ --- -title: "Application Lifecycle Management" +title: "Kubernetes Application Lifecycle Management" keywords: 'Kubernetes, KubeSphere, app-store' description: 'Manage your app across the entire lifecycle, including submission, review, test, release, upgrade and removal.' linkTitle: 'Application Lifecycle Management' weight: 14100 --- -KubeSphere integrates [OpenPitrix](https://github.com/openpitrix/openpitrix), an open-source multi-cloud application management platform, to set up the App Store, managing applications throughout their entire lifecycle. The App Store supports two kinds of application deployment: +KubeSphere integrates [OpenPitrix](https://github.com/openpitrix/openpitrix), an open-source multi-cloud application management platform, to set up the App Store, managing Kubernetes applications throughout their entire lifecycle. The App Store supports two kinds of application deployment: - **App templates** provide a way for developers and independent software vendors (ISVs) to share applications with users in a workspace. You can also import third-party app repositories within a workspace. - **Composing apps** help users quickly build a complete application using multiple microservices to compose it. KubeSphere allows users to select existing services or create new services to create a composing app on the one-stop console. ![app-store](/images/docs/appstore/application-lifecycle-management/app-store.png) -Using [Redis](https://redis.io/) as an example application, this tutorial demonstrates how to manage the app throughout the entire lifecycle, including submission, review, test, release, upgrade and removal. +Using [Redis](https://redis.io/) as an example application, this tutorial demonstrates how to manage the Kubernetes app throughout the entire lifecycle, including submission, review, test, release, upgrade and removal. ## Prerequisites