Hello team, why is it that a data hub recommends o...
# all-things-deployment
l
Hello team, why is it that a data hub recommends on using Kubernetes with helm charts for production? can we not use docker images?
l
So using using kubernetes is the only way? I actually can't use helm or cli so looking for other options to set up
b
i believe there are people who try portainer as well basically you want something to keep your containers alive
l
Aaah portrainer and docker images? Are the images the ones in github
b
github store the code. the images are in docker hub
l
Thank you. We would still need to modify the images to run on multiple nodes right?
b
not sure if it works as is
but deploying multiple instances of the containers is fine, or deploying them on different nodes
l
Aah ok . I can try something like that. You have been very helpful:)