SigNoz helm chart ready to be deployed on Kubernetes using Kubernetes Helm.
$ helm repo add signoz https://charts.signoz.io
$ helm install -n platform --create-namespace my-release signoz/signoz
The quickest way to setup a staging/production Kubernetes cluster is with Google Kubernetes Engine, AWS Elastic Kubernetes Service or Azure Kubernetes Service using their respective quick-start guides.
For setting up Kubernetes on other cloud platforms, bare-metal servers, or local machine refer to the Kubernetes getting started guide.
The Kubernetes command-line tool, kubectl
, allows you to
run commands against Kubernetes clusters. You can use kubectl to deploy applications,
inspect and manage cluster resources, and view logs.
To install kubectl
follow the instructions here.
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm follow the instructions here.
To add the SigNoz helm repository:
$ helm repo add signoz https://charts.signoz.io
See the README of SigNoz helm chart.
See the instructions here to contribute.
MIT License
Copyright (c) 2022 SigNoz