SigNoz Helm Chart
SigNoz helm chart ready to be deployed on Kubernetes using Kubernetes Helm.
TL;DR
$ helm repo add signoz https://charts.signoz.io
$ helm install -n platform --create-namespace my-release signoz/signoz
Before you begin
Setup a Kubernetes Cluster
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.
Install kubectl
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.
Install Helm
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm follow the instructions here.
Add SigNoz Repository
To add the SigNoz helm repository:
$ helm repo add signoz https://charts.signoz.io
Usage
See the README of SigNoz helm chart.
Contribute the Chart
See the instructions here to contribute.
License
MIT License
Copyright (c) 2022 SigNoz