Hello, quick question: are you planing to support ...
# general
f
Hello, quick question: are you planing to support kubernetes kops? Thx in advance.
g
We don’t have any current plans to support kops. Did you have a particular use case in mind?
c
It’s not clear to me what this would mean.
kops doesn’t really have a resource model
f
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
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
kops exports terraform right?
you can use tf2pulumi to convert that
g
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
I checked tf2pulumi and it support ts only and has some limitations.
Thank you for the answer
c
ah
yes
you’re using python?
f
yes, I do