https://pulumi.com logo
Title
b

broad-house-79544

11/18/2022, 6:51 AM
HI guys! I'm new to pulumi. Question is about choosing a language. I know YAML and python, however, I think I can't do all the things(like helm deploy etc) as there is no support yet(please let me know if I am wrong). So, thinking of learning JS/TS. Any suggestion/advice?
c

clever-sunset-76585

11/18/2022, 6:58 AM
Learning a new language and a new platform like Pulumi can be too much to start with. Perhaps, start using Pulumi in Python and once you get the hang of it, if you want/have to switch to JS/TS it'll be a little easier as you'll have your learnings from Python to compare against. As for the lack of support for helm deploy in the Python SDK, I am not familiar with it, unfortunately. Maybe someone else might?
b

broad-house-79544

11/18/2022, 9:12 AM
yeh, that's a great suggestion btw! But as the resources I will be working mostly with k8s, eks, helm, so lack of support in python/yaml may again force me to look for a language giving the most support.
q

quaint-eye-38036

11/18/2022, 10:37 AM
I know YAML and python, however, I think I can't do all the things(like helm deploy etc) as there is no support yet
Will you clarify? Is the assumption that helm deployment cannot be done using pulumi-python?
b

broad-house-79544

11/18/2022, 11:31 AM
Is the assumption that helm deployment cannot be done using pulumi-python?
yeh, I didn't find the support for helm deployment using python