Difference between revisions of "AWS EKS Addons"
Jump to navigation
Jump to search
(52 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | * [[AWS Load Balancer Controller | + | https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html |
+ | |||
+ | * <code>[[eks-pod-identity-agent]]</code> | ||
+ | * <code>[[aws-efs-csi-driver]]</code> | ||
+ | * [[Amazon CloudWatch Observability agent]]: <code>[[amazon-cloudwatch-observability]]</code> | ||
+ | * [[AWS Load Balancer Controller add-on]] | ||
* [[CoreDNS]] add-on | * [[CoreDNS]] add-on | ||
* <code>[[kube-proxy]]</code> add-on | * <code>[[kube-proxy]]</code> add-on | ||
* [[Calico]] add-on, [[network policy]] | * [[Calico]] add-on, [[network policy]] | ||
+ | * <code>[[vpc-cni]]</code> | ||
+ | * <code>[[adot]]</code> [[ADOT Operator]] | ||
+ | * [[Kubecost]] | ||
+ | * [[Teleport]] | ||
+ | * [[Amazon GuardDuty for EKS]]: <code>[[aws-guardduty-agent]]</code> | ||
+ | * [[Amazon EKS Pod Identity Agent]] | ||
+ | * [[Mountpoint for Amazon S3 CSI Driver]] | ||
+ | * [[grafana-labs_kubernetes-monitoring]] | ||
+ | |||
+ | [[CSIDrivers]] | ||
+ | * <code>[[aws-ebs-csi-driver]]</code> (Mar 2022) https://aws.amazon.com/blogs/containers/amazon-ebs-csi-driver-is-now-generally-available-in-amazon-eks-add-ons/ | ||
+ | |||
+ | |||
+ | From vendors: | ||
+ | * [[Dynatrace]], [[Kpow]], [[Kubecost]], [[Teleport]], [[Tetrate]], [[Upbound]], [[Datree]], [[Kasten]], [[HA Proxy]] | ||
+ | |||
+ | == Commands == | ||
+ | List installed addons: | ||
+ | * <code>[[aws eks list-addons]]</code> | ||
+ | List available addons: | ||
+ | * <code>[[aws eks describe-addon-versions --output text]] | grep ADDONS</code> | ||
+ | * <code>[[aws eks create-addon]]</code> | ||
+ | * <code>[[kubectl get pods -n kube-system]]</code> | ||
+ | |||
+ | == Errors == | ||
+ | * <code>[[Error: waiting for EKS Add-On]]</code> | ||
+ | == Related == | ||
+ | * [[AWS EKS Cluster Identity Provider Configuration]] | ||
+ | * [[K8s addons]] | ||
+ | * <code>[[helm repo add eks]] https://aws.github.io/eks-charts</code> | ||
+ | * [[Terraform resource: aws_eks_addon]] | ||
+ | * [[Terraform EKS module addons]]: <code>[[cluster_addons]]</code> | ||
+ | * [[kubernetes_storage_class_v1]] | ||
+ | * <code>[[minikube addons]]</code> | ||
+ | * [[EKS best practices]] | ||
+ | * [[Amazon EKS Blueprints for Terraform]] | ||
== See also == | == See also == | ||
− | * {{EKS}} | + | * {{aws eks addons}} |
+ | * {{EKS addons}} | ||
[[Category:EKS]] | [[Category:EKS]] |
Latest revision as of 08:18, 22 May 2024
https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html
eks-pod-identity-agent
aws-efs-csi-driver
- Amazon CloudWatch Observability agent:
amazon-cloudwatch-observability
- AWS Load Balancer Controller add-on
- CoreDNS add-on
kube-proxy
add-on- Calico add-on, network policy
vpc-cni
adot
ADOT Operator- Kubecost
- Teleport
- Amazon GuardDuty for EKS:
aws-guardduty-agent
- Amazon EKS Pod Identity Agent
- Mountpoint for Amazon S3 CSI Driver
- grafana-labs_kubernetes-monitoring
aws-ebs-csi-driver
(Mar 2022) https://aws.amazon.com/blogs/containers/amazon-ebs-csi-driver-is-now-generally-available-in-amazon-eks-add-ons/
From vendors:
Contents
Commands[edit]
List installed addons:
List available addons:
aws eks describe-addon-versions --output text | grep ADDONS
aws eks create-addon
kubectl get pods -n kube-system
Errors[edit]
Related[edit]
- AWS EKS Cluster Identity Provider Configuration
- K8s addons
helm repo add eks https://aws.github.io/eks-charts
- Terraform resource: aws_eks_addon
- Terraform EKS module addons:
cluster_addons
- kubernetes_storage_class_v1
minikube addons
- EKS best practices
- Amazon EKS Blueprints for Terraform
See also[edit]
aws eks [ list-updates | list-addons | create-addon | update-addon | describe-addon-versions ]
- AWS EKS Addons: best practices,
vpc-cni, kube-proxy, coredns, aws-ebs-csi-driver, aws-efs-csi-driver, aws-guardduty-agent, amazon-cloudwatch-observability, aws eks describe-addon-versions, aws eks create-addon, aws eks list-addons
Advertising: