Here are example YAML manifests to simplify deploying basic components for Kubernetes cluster installed on Raspberry Pi.
This repo is intended to be used as a playground for a corresponding article:
- «Installing fully-fledged vanilla Kubernetes on Raspberry Pi».
- Russian version: «Полноценный Kubernetes с нуля на Raspberry Pi».
prometheus-pv.yaml
— PVs (persistent volumes) for a simple local storage (based on hostpath) for Prometheus (including AlertManager data);cert-manager-cluster-issuer.yaml
&cert-manager-grafana-certificate.yaml
— cert-manager's cluster issuer & SSL certificate for Grafana.