https://pulumi.com logo
v

victorious-helmet-11068

05/06/2020, 5:40 PM
hi there. in AWS: for Eks nodegroup pulumi creates “managed nodegroup” or “self-managed nodegroup”? I’m looking for a way to create self-managed nodegroup.
b

billowy-army-68599

05/06/2020, 6:13 PM
if you're using the EKS package, you can use
createNodeGroup
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/eks/#createNodeGroup
v

victorious-helmet-11068

05/06/2020, 6:33 PM
thanks. Uff.. I’m using python at the moment. May be I can rewrite this part in node.
b

billowy-army-68599

05/06/2020, 7:11 PM
ah, in that case you'll need to create your own autoscaling group and attach it, the
eks
module abstracts that way for you. The logic shouldn't be super hard to implement yourself. It starts here in the eks module https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/nodegroup.ts#L290
v

victorious-helmet-11068

05/06/2020, 8:00 PM
thanks. custom eni networking is superboring… uses old self-managed way. I try to write something. https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html