Hey guys, is it possible to deploy pulumi_kuberene...
# aws
a
Hey guys, is it possible to deploy pulumi_kuberenetes and pulumi_aws in the same program? i want to deploy an EKS Cluster with some other resources, and in the same program use helm.release function of pulumi_kubernetes. but i cant import the modules of k8s into my aws program, what is the best way to do it?
s
but i cant import the modules of k8s into my aws program
why not? unless i'm misunderstanding your question, this is a prefectly fine thing to do: create EKS cluster with pulumi_aws, create a Helm Release with pulumi_kubernetes that references the EKS cluster's
provider