https://pulumi.com logo
Title
h

hallowed-intern-40532

12/27/2021, 9:07 PM
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

billowy-army-68599

12/28/2021, 11:15 AM
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