Setting up Kubernetes Cluster on Azure AKS
Before registering the data plane, you must have the Kubernetes cluster created with the required infrastructure. Use the following steps to set up the required Kubernetes cluster infrastructure on Azure AKS.
For Kubernetes compatibility, see System Requirements.
GitHub Workshop
For hands on experience to set up Kubernetes Cluster on Azure AKS, see Data Plane Cluster Workshop on GitHub.
Provisioning Infrastructure using Platform Provisioner
Platform Provisioner is a tool to help you quickly set up the cluster with all required infrastructure. For more information, see Platform Provisioner by TIBCO® available on GitHub.
For a disk based StorageClass, it is recommended to use
premium_lrs
orpremium_zrs
SKU with thereclaimPolicy
set to "Retain".For a file based StorageClass, it is recommended to use
premium_lrs
orpremium_zrs
SKU and using NFS with the following mount options:soft, timeo=300, actimeo=1, retrans=2, vers=4.1, _netdev
After setting up Kubernetes cluster with required infrastructure, you can register a cluster as a data plane and then provision capabilities on the data plane.
See the following topics: