Using Skupper with Azure Kubernetes Service (AKS)
Prerequisites
- You must have access to an AKS cluster.
- You must install and set up the Azure CLI (
az
).
Cluster access
Use the az
command and the Azure Portal to log in:
- Go to portal.azure.com
- Select Kubernetes services.
- Navigate to your cluster.
- Select Connect.
- Copy the provided
az
commands into your console session.
See Connect to the cluster for more information.