https://meltano.com/ logo
#announcements
Title
# announcements
h

high-oil-4073

01/29/2021, 11:59 AM
Hello 🙂 I am a Software Engineer at Fevo Inc. (The Social Cart). I have just recently stumbled upon your tool as I was searching for possible tools to handle our complicated data pipelines and ETL processes. I am testing this and it is showing great promise, I like it!!! What are your recommendations for running this in prod? Is it prod-grade for running it in Kubernetes? Can I integrate it with Argo Workflows so I can get a kubernetes-native data pipeline & workflow orchestration?
✅ 1
r

ripe-musician-59933

01/29/2021, 3:47 PM
Welcome to the community @high-oil-4073! If you have experience with Kubernetes and containers already, that's a great choice. You can easily containerize your project: https://meltano.com/docs/containerization.html, and use the resulting Docker image with the
meltano elt
command to run pipelines on any Docker-compatible platform: https://meltano.com/docs/production.html#containerized-meltano-project-7, which I'd assume includes Argo.
h

high-oil-4073

01/29/2021, 3:50 PM
yep, that was I was thinking of, wanted to check is there a new way
r

ripe-musician-59933

01/29/2021, 3:53 PM
Nope, that's it. Because you can containerize your Meltano project so easily, it's easy to take it anywhere that supports Docker 🙂