You can deploy the PowerBuilder installable cloud applications (including the client app, the PowerServer Web APIs, and the database) to Kubernetes.
In this guide, we will take Azure Kubernetes Service (AKS) as an example to show you how to create a Kubernetes cluster in AKS and then deploy the PowerBuilder installable cloud application to it.
This guide assumes a basic understanding of the following concepts:
-
Kubernetes concepts. For more information, see Kubernetes core concepts for Azure Kubernetes Service (AKS).
-
Docker concepts. For more information, see Docker overview.
Generally speaking, this guide accomplishes the following major tasks:
-
Creating a Kubernetes cluster
-
Containerizing your application
-
Deploying the containerized application to the Kubernetes cluster