Helm

A installation guide for "Logging Operator" inside Kubernetes cluster using Helm package manager

The easiest way to install the "Logging Operator" is by using the Helm chart. The operator helm chart is developed on the helm=>3.0.0version.

helm upgrade logging-operator \
  ./helm-charts/logging-operator/ \
  -f ./helm-charts/logging-operator/values.yaml \
  --namespace logging-operator --install

After the deployment of operator, validate the deployment using helm test command.

helm test logging-operator --namespace logging-operator

Last updated