Does anyone know if it's possible to deploy signoz...
# general
m
Does anyone know if it's possible to deploy signoz on an azure docker container instance?
p
hey @Matt Ng welcome to SigNoz community. I have not worked with Azure Docker Container instances before but from their descriptions, it seems it allows to run docker based containers - which is what you need for running SigNoz. I think you should be able to use our docker compose files to find relevant instruction to run on Azure DCI. https://signoz.io/docs/install/docker/#install-signoz-using-docker-compose
@Prashant Shahi do you have more insights on this
p
Hey @Matt Ng! It is officially not supported. Also, I don't think it will be easy with Azure Container Instances. As there are multiple SigNoz components that needs to be deployed and we don't have all-in-one docker container yet.
You could use SigNoz in an instance/VM using Docker/Swarm. Or, you could deploy SigNoz in K8s cluster using Helm chart.
m
Ok, thank you. Is getting it into an all in one docker container something you're looking into? I would love to use it but currently don't have a linux vm I can run it on.
p
Is getting it into an all in one docker container something you're looking into?
we were previously evaluating it, but did not pursue it since a lot of the involved components would be have to be bundled.