eksctl get
cluster
addon
- Lists all addons installed in the cluster
- Examples
- kube-proxy
- coredns
- vpc-cni
- aws-ebs-csi-driver
eksctl get addon --cluster my-cluster
Nodes
nodegroup
eksctl get nodegroup --cluster my-cluster
fargateprofile
eksctl get fargateprofile --cluster my-cluster
AWS Authentication
iamserviceaccount
- Get all SAs em the cluster that are associated with an IAM role
eksctl get iamserviceaccount --cluster my-cluster
podidentityassociation
eksctl get podidentityassociation --cluster my-cluster
Kubernetes Authentication
iamidentitymapping
eksctl get iamidentitymapping --cluster my-cluster
accessentry
eksctl get accessentry --cluster my-cluster
identityprovider
- The the
external
OIDC providers used as an additional method for user authentication to the cluster
eksctl get identityprovider --cluster my-cluster