Adding Monitoring to a Kubernetes Cluster with kube-prometheus

This draft keeps the operations side of a monitoring rollout intact: install kube-prometheus, expose the main services, add alerting configuration, and adjust the RBAC when the cluster needs broader access than the defaults provide.

Exposing Prometheus and Grafana with MetalLB on Kubernetes

This draft captures a practical bare-metal monitoring setup: install kube-prometheus, remove or adjust the network policies that block outside access, add MetalLB, convert the services to LoadBalancer, and patch the RBAC where the stock install is not enough for the cluster.

Installing Uptime Kuma on Kubernetes and Restoring Existing Data

This draft keeps the useful part of a migration note intact: back up the old Uptime Kuma data, install the chart, restore the data into the new deployment, switch the service to LoadBalancer, and verify the endpoint from outside the cluster.