EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Skip this section if you already have a target cluster set up.
If you don't, follow the AKS quick start guide or the steps below:
az login
Run the following command to create a 2 node cluster:
az aks create --resource-group myResourceGroup --name myAKSCluster --node-count 2 --enable-addons monitoring --generate-ssh-keys
Or, use the portal based on instructions here
Update kubeconfig to point to the right cluster:
az aks get-credentials --resource-group myResourceGroup --name myAKSCluster
And, verify you have the intended nodes active:
kubectl get nodes
Once connected, follow the install steps to deploy Pixie.