https://pulumi.com logo
f

fast-salesmen-9938

11/12/2019, 3:00 PM
Hello, quick question: are you planing to support kubernetes kops? Thx in advance.
g

gorgeous-egg-16927

11/12/2019, 5:58 PM
We don’t have any current plans to support kops. Did you have a particular use case in mind?
c

creamy-potato-29402

11/12/2019, 6:16 PM
It’s not clear to me what this would mean.
kops doesn’t really have a resource model
f

fast-salesmen-9938

11/13/2019, 4:45 PM
Yes, We use kops because it is easy, stable and more advanced compared to EKS to create Kubernetes clusters on AWS. The downside is that we don't have the AWS UI to manage our clusters from one place. At this point, we don't think it's an issue...
The resources (basically K8S clusters) are declared in an AWS S3 bucket.
g

gorgeous-egg-16927

11/13/2019, 5:00 PM
In that case, you’ll have to use kops directly to manage the k8s cluster, but you could still use Pulumi to manage the k8s apps using the
pulumi/kubernetes
provider. I don’t expect we’ll be adding first-class kops support for the foreseeable future.
c

creamy-potato-29402

11/13/2019, 5:00 PM
kops exports terraform right?
you can use tf2pulumi to convert that
g

gorgeous-egg-16927

11/13/2019, 5:05 PM
That’s a good point, but then you’d have to manage the underlying resources (VMs, networking, storage, etc) yourself using Pulumi. Not sure if that’s what you want or not
f

fast-salesmen-9938

11/13/2019, 10:17 PM
I checked tf2pulumi and it support ts only and has some limitations.
Thank you for the answer
c

creamy-potato-29402

11/13/2019, 11:49 PM
ah
yes
you’re using python?
f

fast-salesmen-9938

11/14/2019, 2:19 PM
yes, I do
2 Views