Hi! Could you please help to clarify 2 questions a...
# general
h
Hi! Could you please help to clarify 2 questions about Pulumi AWS EKS cluster deployment: - Are any reasons to use AWS EKS module from AWS package comparing to Pulumi.Eks package? - What is the best practice to configure custom CNI like Calico/Cilium instead of VPC Cni?
b
the eks package takes care of lots of the heavy lifting required to create a cluster, similar to eksctl. we usually recommend it. you should be able to follow the intstructions here with pulumi, you'll have to import the aws-node daemonset though: https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html