Difference between revisions of "Grafana operator"
Jump to navigation
Jump to search
(26 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* https://github.com/grafana-operator/grafana-operator | * https://github.com/grafana-operator/grafana-operator | ||
+ | * <code>[[kind: Grafana]]</code> | ||
+ | * <code>[[kind: GrafanaDashboard]]</code> | ||
+ | * <code>[[kind: GrafanaDatasource]]</code> | ||
+ | == Installation == | ||
+ | https://github.com/grafana-operator/grafana-operator/blob/master/documentation/deploy_grafana.md | ||
+ | git clone https://github.com/grafana-operator/grafana-operator | ||
+ | [[kubectl apply -f grafana-operator-setup.yaml]] | ||
+ | .../... created | ||
+ | .../... created | ||
+ | .../... | ||
+ | .../... created | ||
+ | [[kubectl create namespace]] grafana | ||
+ | [[kubectl create -]]f deploy/examples/Grafana.yaml -n grafana | ||
+ | grafana.[[integreatly.org]]/example-grafana created | ||
+ | |||
+ | |||
+ | [[kubectl get grafana -A]] | ||
+ | [[kubectl describe grafana -A]] | ||
+ | [[kubectl -n grafana describe grafana example-grafana]] | ||
+ | |||
+ | [[kubectl logs -n]] grafana-operator-system grafana-operatore-controller-manager-xxxxxxx | ||
+ | Defaulted container "kube-rbac-proxy" out of: kube-rbac-proxy, manager | ||
+ | I1212 .... | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | * [[Operator SDK]] | ||
+ | * [[Grafana installation]] | ||
+ | * <code>[[kubectl get subscriptions]]</code> | ||
+ | * <code>[[kubectl get installPlan]]</code> | ||
+ | * <code>[[grafana.integreatly.org]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{Grafana operator}} | ||
* {{K8s operator}} | * {{K8s operator}} | ||
+ | |||
+ | [[Category:K8s]] |
Latest revision as of 10:21, 7 March 2024
Installation[edit]
https://github.com/grafana-operator/grafana-operator/blob/master/documentation/deploy_grafana.md
git clone https://github.com/grafana-operator/grafana-operator kubectl apply -f grafana-operator-setup.yaml .../... created .../... created .../... .../... created kubectl create namespace grafana kubectl create -f deploy/examples/Grafana.yaml -n grafana grafana.integreatly.org/example-grafana created
kubectl get grafana -A kubectl describe grafana -A kubectl -n grafana describe grafana example-grafana
kubectl logs -n grafana-operator-system grafana-operatore-controller-manager-xxxxxxx Defaulted container "kube-rbac-proxy" out of: kube-rbac-proxy, manager I1212 ....
Related[edit]
- Operator SDK
- Grafana installation
kubectl get subscriptions
kubectl get installPlan
grafana.integreatly.org
See also[edit]
Advertising: