Topic: Reusing Resources - Page 2

Home Data Center Project: Starting the build

After completing my previous project of building a Kubernetes cluster using old computers, I decided to take the next logical step and use real data center hardware to build a Kubernetes cluster at home within a budget of $3000. This is the first of a series of posts describing the build.

Read

Adding Prometheus to on premises Kubernetes cluster via Helm

Prometheus is fantastic for drilling down into whats happening with the resources within your cluster.

Read

Adding Jenkins to on premises Kubernetes cluster via Helm

Jenkins is an absolute prime candidate for running on a non-production Kubernetes cluster built on old, unused hardware.

Read

Adding an Ingress to on premises Kubernetes cluster without load balancer

Exposing services to outside the Kubernetes cluster sounds difficult, but its easier than you might expect.

Read

Adding Helm to on premises Kubernetes cluster

Helm works like a package manager for Kubernetes and allows you to easily deploy and remove

Read

Adding persistance to on premises Kubernetes cluster

After building a k8s cluster in the first post, it's time to add persistance for services to use

Read

Creating a bare-bones on premises Kubernetes cluster from old hardware

Old hardware lying about? Why not 'combine' it and build a local kubernetes cluster?

Read