Now that you have already containerized your PowerBuilder installable cloud application (the images that contain the client app and the PowerServer Web APIs have been created and pushed to the Azure container registry), you can deploy them to the Kubernetes cluster. The deployments tell Kubernetes how to create and update instances of your application. Once you have created a deployment, the Kubernetes control plane schedules the application instances included in that deployment to run on individual nodes in the cluster.