Difference between revisions of "Amazon VPC-CNI: cluster addons"
Jump to navigation
Jump to search
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | The [[add-on]] creates [[elastic network interfaces (ENI)]] and attaches them to your Amazon EC2 nodes | |
+ | https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html | ||
− | + | {{cluster_addons example}} | |
== Related == | == Related == | ||
− | * [[kube-proxy]] | + | * <code>[[kube-proxy]]</code> |
− | * [[coredns]] | + | * <code>[[coredns]]</code> |
− | * [[AWS EKS Addons]] | + | * [[AWS EKS Addons]]: <code>[[vpc-cni]]</code> |
+ | * [[Working with the Amazon VPC CNI plugin for Kubernetes Amazon EKS add-on]] | ||
+ | * [[Configuring the Amazon VPC CNI plugin for Kubernetes to use IAM roles for service accounts]] | ||
+ | * [[Amazon VPC CNI plugin for Kubernetes: aws-node]] | ||
+ | * <code>[[aws eks list-addons]]</code> | ||
== See also == | == See also == | ||
+ | * {{AWS VPC CNI}} | ||
* {{EKS addons}} | * {{EKS addons}} | ||
+ | * {{tf eks addons}} | ||
* {{Kubernetes networking}} | * {{Kubernetes networking}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 16:43, 26 February 2024
The add-on creates elastic network interfaces (ENI) and attaches them to your Amazon EC2 nodes https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html
cluster_addons = { coredns = { preserve = true most_recent = true timeouts = { create = "25m" delete = "10m" } } kube-proxy = { most_recent = true } vpc-cni = { most_recent = true } aws-ebs-csi-driver = { most_recent = true } }
Related[edit]
kube-proxy
coredns
- AWS EKS Addons:
vpc-cni
- Working with the Amazon VPC CNI plugin for Kubernetes Amazon EKS add-on
- Configuring the Amazon VPC CNI plugin for Kubernetes to use IAM roles for service accounts
- Amazon VPC CNI plugin for Kubernetes: aws-node
aws eks list-addons
See also[edit]
- AWS VPC CNI,
aws-node (ipamd): (aws-node, aws-eks-nodeagent, aws-vpc-cni-init), cluster_addons: vpc-cni
, aws-network-policy-agent:aws-eks-na-cli, AmazonEKS_CNI_Policy
,AmazonEKS_CNI_Policy
- 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
- Terraform EKS addons:
coredns, kube-proxy, vpc-cni, aws-ebs-csi-driver
- Kubernetes networking: network policies, Network Policy Providers, CNI, Calico, flannel, Service mesh, Istio,
kube-proxy, coredns, AWS VPC CNI: vpc-cni
, Kubernetes: Ingress controllers, IPVS, ServiceTypes:LoadBalancer, ClusterIP, NodePort, ExternalName
, Endpoints, EndpointSlices, Kubernetes DNS,svc.cluster.local
, Weave Net
Advertising: