Auto Added by WPeMatico

26Mar/26

Helm – Creating a Chart (Kubernetes)

Previously I discussed using Helm to install existing charts into Kubernetes (https://geektechstuff.com/2026/03/06/helm-kubernetes-package-manager-kubernetes/), but what if you have a custom self-made app or want to create a bespoke install into Kubernetes? Helm Create Alongside existing Helm charts, Helm gives you the option of creating your own charts. In fact, Helm even gives you a template with […]
14Feb/26
Testing Kubernetes Load Balancer via Replicas (Kubernetes)

Testing Kubernetes Load Balancer via Replicas (Kubernetes)

I previously blogged about deploying a replica set of nginx in Kubernetes, with the same static web pages shared from storage. I then did a post about using a load balancer such as Metallb in Kubernetes, with pods available externally via the load balancer. But how about mixing the two together…. Some Python (Flask) When […]