Deploy kube-prometheus-stack on a Bare-Metal Kubernetes Cluster (Traefik + Wildcard HTTPS)
This post shows how to deploy kube-prometheus-stack (Prometheus Operator + Prometheus + Alertmanager + Grafana + exporters) on a 3-node […]
This post shows how to deploy kube-prometheus-stack (Prometheus Operator + Prometheus + Alertmanager + Grafana + exporters) on a 3-node […]
Lens is a desktop Kubernetes IDE that connects directly to the Kubernetes API server. The key to a stable setup
Metrics Server collects CPU / memory usage from each node’s Kubelet and exposes it via the Kubernetes Metrics API. This
This post shows how to deploy the official Zabbix Kubernetes Helm chart into your cluster, run a Zabbix Proxy inside
This post shows how I manage my Kubernetes Backstage deployment using Argo CD, so Backstage is continuously reconciled from Git
This post shows how I deploy Argo CD v3.2.2 into my bare-metal kubeadm Kubernetes cluster, expose it through Traefik at:
This post shows how I deploy my Backstage app (homelab-backstage) into Kubernetes while keeping my existing Backstage instance unchanged. This
This guide shows how to run a production-style Backstage container that uses PostgreSQL (instead of SQLite), with secrets provided through
This guide shows a simple, production-style Docker deployment for a Backstage app that we previously ran from source. Goal: Prerequisites
In a previous post, I installed Backstage on Ubuntu 24.04, wired it to Keycloak for OIDC login, and ran it