Skip to content

Latest commit

 

History

History

README.md

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.