Overview

You can deploy the PowerBuilder installable cloud applications (including the client app, the PowerServer Web APIs, and the database) to Kubernetes.

In this tutorial, 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 tutorial assumes a basic understanding of the following concepts:

Generally speaking, this tutorial accomplishes the following major tasks:

  • Creating a Kubernetes cluster

  • Containerizing your application

  • Deploying the containerized application to the Kubernetes cluster