mirror of
https://github.com/kubesphere/website.git
synced 2025-12-30 09:42:53 +00:00
Update app-lifecycle-management.md
This commit is contained in:
parent
41193eef54
commit
cd24b2979a
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue