logo
search
COLLAPSE ALL
  • Home
  • About Pixie
    • Pixie Overview
    • Data Sources
    • How Pixie uses eBPF
    • Roadmap
    • FAQ
    • Troubleshooting
  • Installing Pixie
    • Requirements
    • Setting up Kubernetes (optional)
      • Minikube
      • EKS
      • GKE
      • AKS
      • k0s
      • Additional environments
  • Using Pixie
    • Using the Live UI
    • Using the CLI
    • Using the API
  • Tutorials
  • Reference
    • Architecture

AKS

Set up your AKS Cluster

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:

Prerequisites

  • Install CLI and login by running az login
  • You can also use Azure's cloud shell to manage from your browser.

Create the cluster

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

Connect to the Cluster

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

Deploy Pixie

Once connected, follow the install steps to deploy Pixie.

This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.