Get the latest tech news
Why I'm building a Home Lab with K8s on Raspberry Pis
Why I'm building a Home Lab using Raspberry Pis, Kubernetes and 3D printing.
I’ve always admired efficient CI / CD pipelines, scalable & configurable infrastructure that can be provisioned “at the touch of a button” and having repeatable setups to host your services on. Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. Grafana Cloud will be our monitoring tool of choice The cluster will include load balancer(s) (probably MetalLB), to expose services outside the cluster in-cluster certificate signers for HTTPS maybe a block storage provider in-cluster (like Longhorn or rook-ceph, still TBD) cloud-native database(s) (using solutions like Crunchy-Postgres) possibly multiple namespaces, for different apps I’ll be deploying a self-hosted container registry, where application containers will be pushed & pulled from
Or read this on Hacker News