install eks-node-viewer
sudo curl -L https://github.com/awslabs/eks-node-viewer/releases/download/v0.7.1/eks-node-viewer_Linux_x86_64 -o /usr/local/bin/eks-node-viewer && sudo chmod +x $_
alias eks-node-viewer='eks-node-viewer -extra-labels=karpenter.sh/nodepool,kubernetes.io/hostname,beta.kubernetes.io/arch,topology.kubernetes.io/zone'
eks-node-viewer
image
Accessing the app
If you're experiencing 500 HTTP error from the UI app, this might be because the catalog component didn't bootstrap properly (as it uses local data, and not an actual EBS volume which you'll get to experiment with in the next section). To fix it, simply restart the deployment of the catalog app by running the following command:
kubectl rollout restart deployment retail-store-app-catalog