Skip to content

Instantly share code, notes, and snippets.

View profiprog's full-sized avatar

Milan Skuhra profiprog

View GitHub Profile
@simonliska
simonliska / rook-ceph-mgr-grafana-cloud.md
Last active July 7, 2023 13:00
Setting up Rook Ceph and Grafana Cloud to scrape Ceph mgr metrics

Intro

Let's deploy Rook Ceph in kubernetes ditribution using vagrant or k3d and setup default Grafana dashboard using Grafana Cloud.

Prerequisities

For vagrant: install vagrant, virtualbox (6.1.x. - newest compatible with vagrant) and kubectl.

For k3d: install k3d and kubectl.

Create environment

Vagrant option