jroddev

Kubernetes

A collection of 2 posts
K8s Grafana Doesn't Persist Data
Kubernetes

K8s Grafana Doesn't Persist Data

I recently setup monitoring on my home MicroK8s [https://microk8s.io/] cluster (Prometheus, Grafana, InfluxDB) and found out the hard way that by default the Grafana deployment does not have any kind of Persistence (emptyDir volume [https://kubernetes.io/docs/concepts/storage/volumes/]). If the pod gets restarted all of
Feb 28, 2021 2 min read
K8 Host Storage Backups with Rsync and CronJob
Kubernetes

K8 Host Storage Backups with Rsync and CronJob

I host a single node Kubernetes cluster (MicroK8s) at home running various applications. I use simple hostpath volumes for storage and need a way to create backups of this data. The solution I chose is to combine K8 CronJobs with Rsync. The basic steps are: * Create a backups namespace * Create
Feb 16, 2021 4 min read
Page 1 of 1
jroddev © 2023
Powered by Ghost