Merge branch 'backend' into main

This commit is contained in:
Ankit Nayan 2021-02-10 01:40:17 +05:30
commit b96e1b5466

View File

@ -33,8 +33,16 @@ SigNoz is an opensource observability platform. SigNoz uses distributed tracing
# Getting Started # Getting Started
Deploy in Kubernetes using Helm. Below steps will install the SigNoz in platform namespace inside you k8s cluster. ## Deploy using docker-compose
We have a tiny-cluster setup and a standard setup to deploy using docker-compose.
Follow steps listed at https://signoz.io/docs/deployment/docker/.
The troubleshooting instructions at https://signoz.io/docs/deployment/docker/#troubleshooting may be helpful
## Deploy in Kubernetes using Helm.
Below steps will install the SigNoz in platform namespace inside you k8s cluster.
```console ```console
git clone https://github.com/SigNoz/signoz.git && cd signoz git clone https://github.com/SigNoz/signoz.git && cd signoz