HI guys! I'm new to pulumi. Question is about choo...
# getting-started
b
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
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
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
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
Is the assumption that helm deployment cannot be done using pulumi-python?
yeh, I didn't find the support for helm deployment using python