Overview

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:

Generally speaking, this guide accomplishes the following major tasks:

  • Creating a Kubernetes cluster

  • Containerizing your application

  • Deploying the containerized application to the Kubernetes cluster