Difference between revisions of "Amazon VPC-CNI: cluster addons"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
* [[Working with the Amazon VPC CNI plugin for Kubernetes Amazon EKS add-on]]
 
* [[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]]
 
* [[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}}
 
* {{tf eks addons}}

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]

See also[edit]

Advertising: