Difference between revisions of "Amazon VPC-CNI: cluster addons"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html | https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html | ||
+ | |||
+ | {{cluster_addons example}} | ||
== Related == | == Related == |
Revision as of 08:07, 7 March 2023
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
See also
- 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
- 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: