Update app-lifecycle-management.md

This commit is contained in:
Rodion Miromind 2021-08-31 19:18:40 +03:00 committed by GitHub
parent 41193eef54
commit cd24b2979a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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