Skip to content

Deploying Grafana Operator from OperatorHub on k8s cluster

hwassman edited this page Nov 24, 2022 · 1 revision
  1. Install Operator Lifecycle Manager (OLM), a tool to help manage the Operators running on your cluster.
$ curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.22.0/install.sh | bash -s v0.22.0
  1. Install the operator by running the following command:
$ kubectl create -f https://operatorhub.io/install/grafana-operator.yaml

This Operator will be installed in the "my-grafana-operator" namespace and will be usable from this namespace only.

  1. After install, watch your operator come up using next command.
$ kubectl get csv -n my-grafana-operator

Related reference material:

User Guide

Installation

Configuration

Maintenance

Troubleshooting

Use cases

Designing dashboards

Developer Guide

Clone this wiki locally