Deploy Pixie
Install Pixie’s CLI
Install Pixie’s CLI tool using the install script:
bash -c "$(curl -fsSL https://withpixie.ai/install.sh)"
- Press enter to accept the Terms & Conditions.
- Press enter to accept the default install path.
- Visit the provided URL. Select
SIGN UP
if you do not have an existing Pixie account, otherwise log in with your Google account.
- Copy and paste the auth token generated in the browser into the CLI.
Deploy Pixie
Deploy the hosted version of Pixie to the eksworkshop-eksctl
cluster using the CLI:
px deploy --cluster_name eksworkshop-eksctl --pem_memory_limit=1Gi
- Enter
y
to confirm the cluster to deploy pixie to.
Deploying Pixie will take about 5 minutes.
Check if the Pixie components have been deployed:
You should see output similar to below. All pods should be ready and available before proceeding.