Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 842 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 842 Bytes

Running Kubernetes on Raspberry Pi

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:

Contents

  • 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.