All Projects → wkulhanek → docker-openshift-grafana

wkulhanek / docker-openshift-grafana

Licence: other
Grafana Docker Image for use with Red Hat OpenShift

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-openshift-grafana

openshift-prometheus
Repository for all things related to Prometheus on OpenShift
Stars: ✭ 53 (+140.91%)
Mutual labels:  openshift, openshift-templates, openshift-application
bobbycar
IoT Transportation demo using Red Hat OpenShift and Middleware technologies
Stars: ✭ 33 (+50%)
Mutual labels:  openshift, grafana
jbpm-spring-boot
Sample of a jbpm service with spring boot. It runs on OpenShift and it has prometheus metrics and a grafana dashboard
Stars: ✭ 16 (-27.27%)
Mutual labels:  openshift, grafana
grafana-operator
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
Stars: ✭ 449 (+1940.91%)
Mutual labels:  openshift, grafana
sarjitsu
dockerized setup for visualizing System Activity Report (SAR) data.
Stars: ✭ 20 (-9.09%)
Mutual labels:  openshift, grafana
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions ‎️‍🔥
Stars: ✭ 20 (-9.09%)
Mutual labels:  grafana, grafana-prometheus
tailor
Infrastructure as Code for OpenShift
Stars: ✭ 12 (-45.45%)
Mutual labels:  openshift
keycloak-docker
Docker image for Keycloak 6.0.1 (postgres, ssl) + k8s + Openshift
Stars: ✭ 19 (-13.64%)
Mutual labels:  openshift
serilog-sinks-grafana-loki
A Serilog sink sending log events to Grafana Loki
Stars: ✭ 55 (+150%)
Mutual labels:  grafana
metagraf
metaGraf is a opinionated specification for describing a software component and what its requirements are from the runtime environment. The mg command, turns metaGraf specifications into Kubernetes resources, supporting CI, CD and GitOps software delivery.
Stars: ✭ 15 (-31.82%)
Mutual labels:  openshift
ProxyInjector
A Kubernetes controller to inject an authentication proxy container to relevant pods - [✩Star] if you're using it!
Stars: ✭ 77 (+250%)
Mutual labels:  openshift
transmission-cli
Transmission PHP client for detect profit torrents and automate weburg.net downloads
Stars: ✭ 17 (-22.73%)
Mutual labels:  grafana
kubeseal-webgui
This is a python based webapp for using Bitnami-Sealed-Secrets in a web-ui.
Stars: ✭ 27 (+22.73%)
Mutual labels:  openshift
RHCA-study-notes
Red Hat Certified Architect personal study notes
Stars: ✭ 95 (+331.82%)
Mutual labels:  openshift
citadel
Turn an arbitrary command into a Kubernetes Key Management Service GRPC server
Stars: ✭ 15 (-31.82%)
Mutual labels:  openshift
jarvis
🍿 Simple Home Media Stack
Stars: ✭ 28 (+27.27%)
Mutual labels:  grafana
yesoreyeram-boomtheme-panel
Grafana Panel for adding styles
Stars: ✭ 59 (+168.18%)
Mutual labels:  grafana
billing-api
Billing API - Killing a fly with a cannon
Stars: ✭ 17 (-22.73%)
Mutual labels:  grafana
faas-tutorial
Java FaaS demos with OpenWhisk and OpenShift
Stars: ✭ 43 (+95.45%)
Mutual labels:  openshift
spotify-heroic-datasource
Heroic datasource for Grafana
Stars: ✭ 15 (-31.82%)
Mutual labels:  grafana

Grafana Docker Image for use with Red Hat OpenShift

This repository builds a docker image for use with Red Hat OpenShift taking into account security considerations for running on OpenShift - e.g. not running under the root user.

  1. To build:

    docker build . -t wkulhanek/grafana:latest
    docker push wkulhanek/grafana:latest

    The repository includes an OpenShift Template to run Grafana with persistent storage.

  2. To deploy:

    oc new-project grafana --display-name="Monitoring - Grafana Dashboards"
    oc new-app -f grafana -p VOLUME_CAPACITY=4Gi
    • Log into Grafana using the Route provided in the Template and using default account admin with password admin (maybe it would be a good idea to change the password after this…​).

  3. Grafana Data Source

    • The Grafana template automatically provisions a Prometheus data source DS-Prometheus which connects to http://prometheus:9090 via proxy connection.

    • This works if there is a Prometheus (called prometheus) in the same project as Grafana. If this is not the case it is necessary to edit the datasource to point to another location.

  4. Grafana Dashboard

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].