EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Note: Skip this section if you already you have a target cluster set up.
If you don't have a cluster ready you can set one up based on the Getting Started with Amazon EKS guide.
~/.aws/credentials
or are stored as environment variablesaws sts get-caller-identity
Create a cluster with managed node-pools using eksctl:
eksctl create cluster
Update kubeconfig to point to the right cluster:
aws eks update-kubeconfig --name <cluster-name>
Verify that you are pointing to the right cluster
kubectl get svc
You can deploy clusters with alternate configurations or by using the AWS console. You can view our requirements to determine recommended node level compute requirements.
Once connected, follow the install steps to deploy Pixie.