tree: 2a19d38877c764696975086d2363fa9cc2b0f1af
  1. changes/
  2. contributing/
  3. evaluate/
  4. expose/
  5. install/
  6. operate/
  7. reference/
  8. storage/
  9. troubleshooting/
  10. ui/
  11. upgrade/
  12. menu.yml
  13. README.md
docs/README.md

Apache SkyWalking Helm Chart

A Helm 3 chart for running Apache SkyWalking on Kubernetes: the OAP backend, the Horizon UI web console, an optional Satellite gateway, and a storage backend the chart can deploy for you.

This repository ships one chart, chart/skywalking — OAP, Horizon UI, optional Satellite, optional storage (Elasticsearch, PostgreSQL, BanyanDB). The SWCK operator and its custom-metrics adapter live in apache/skywalking-swck, where the operator, its CRDs and its image are developed and released.

Start here

helm install skywalking oci://docker.io/apache/skywalking-helm \
  --version 5.0.0 -n skywalking --create-namespace \
  --set oap.image.tag=11.0.0 \
  --set oap.storageType=banyandb \
  --set ui.image.tag=horizon-1.0.0 \
  --set elasticsearch.enabled=false \
  --set banyandb.enabled=true \
  --set banyandb.image.tag=0.11.0

oap.image.tag, oap.storageType and ui.image.tag have no defaults and must be given on every install; banyandb.image.tag is required on top of those whenever banyandb.enabled=true — it is a tag, not an image reference: 0.11.0, published on docker.io/apache/skywalking-banyandb. Read Quick Start for the full path, including the ECK CRD step you need whenever elasticsearch.enabled is left at its default true.

A fresh install has no login. Horizon UI ships no default credentials and does not fail closed — the pod reports Ready and nobody can sign in until you configure users. See Set Up Logins.

Find your way

Related documentation