Managing Apps and Services
This topic describes how to create and manage apps and services on Tanzu Application Service for Kubernetes (TAS for Kubernetes).
Warning: Consult the Known Issues section for details on limitations of the application developer experience.
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 in the Tanzu Application Service for VMs Administrator Guide.
Provision and Bind Service Instances
Many apps running on TAS for Kubernetes depend on external services such as databases or message queues. TAS for Kubernetes 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 in the Tanzu Application Service for VMs Administrator Guide.
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 in the Tanzu Application Service for VMs Administrator Guide.