-
Notifications
You must be signed in to change notification settings - Fork 20
Deploying Grafana Operator from OperatorHub on k8s cluster
hwassman edited this page Nov 24, 2022
·
1 revision
- 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
- 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.
- After install, watch your operator come up using next command.
$ kubectl get csv -n my-grafana-operator
Related reference material:
Visit the IBM Storage Scale Knowledge Center for getting more info about the latest product updates
-
- Setup classic Grafana
- Make usage of Grafana Provisioning feature
-
- Installing RedHat community-powered Grafana operator from OperatorHub
- Creating Grafana instance using the RedHat community-powered Grafana-operator
- Creating Grafana Datasorce instance from Custom Resource managed by the RedHat community powered Grafana operator
- Importing the predefined dashboard from the example dashboards collection
- Exploring Grafana WEB interface for CNSA project in a k8s OCP environment
- How to setup Grafana instance to monitor multiple IBM Storage Scale clusters running in a cloud or mixed environment
- API key authentication
- Configurable bridge settings
- CherryPy builtin HTTP server settings
- How to setup HTTPS(SSL) connection
- Start and stop grafana-bridge with systemd