https://pulumi.com logo
#aws
Title
# aws
a

aloof-dress-1001

08/02/2022, 5:07 PM
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

steep-toddler-94095

08/02/2022, 7:41 PM
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
4 Views