forked from pivotal-cf/docs-tas-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
managing-apps-services.html.md.erb
38 lines (26 loc) · 1.74 KB
/
managing-apps-services.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: Managing Apps and Services
owner: Tanzu Application Service Release Engineering
---
This topic describes how to create and manage apps and services on
Tanzu Application Service for Kubernetes (TAS for Kubernetes).
<p class="note warning">
<strong>Warning:</strong> Consult the <a href="release-notes.html#known-issues">Known Issues</a> section for details on limitations of the application developer experience.
</p>
## <a id='push-app'></a> Pushing an Application
One of the primary activities for developer users of
TAS for Kubernetes is to push an application to the platform.
For more information, see
[Pushing an App](https://docs.pivotal.io/platform/application-service/devguide/deploy-apps/deploy-app.html)
in the _TAS for VMs Administrator Guide_.
## <a id='provision-bind-services'></a> Provision and Bind Service Instances
Many apps running on TAS depend on external services such as databases or message queues.
TAS allows developers to provision such services through its services marketplaces and to bind them to apps automatically.
For more information about provisioning and binding services, see
[Managing Service Instances with the cf CLI](https://docs.pivotal.io/platform/application-service/devguide/services/managing-services.html)
in the _TAS for VMs Administrator Guide_.
## <a id='rolling-app-deploy'></a> Perform a Rolling App Deployment
TAS for Kubernetes supports updating applications to a new version by gradual replacement of application instances,
often called a rolling deployment. For more information about performing a rolling app deployment, see
[Rolling App Deployments](https://docs.pivotal.io/platform/application-service/devguide/deploy-apps/rolling-deploy.html)
in the _TAS for VMs Administrator Guide_.