hi there. in AWS: for Eks nodegroup pulumi creates...
# general
v
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
if you're using the EKS package, you can use
createNodeGroup
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/eks/#createNodeGroup
v
thanks. Uff.. I’m using python at the moment. May be I can rewrite this part in node.
b
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
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