Prometheus Exposing Linux User and Group information with the Prometheus Textfile Collector Learn how to set up the Textfile Collector to expose Linux user and group data as Prometheus metrics.
ArgoCD Enhance Argo CD Observability: A Step-by-Step Guide to Integrating Prometheus Metrics into the UI Bringing more observability to the Argo CD UI
Helm Signing Helm Charts with PGP using the GitHub Releaser Action This guide will show how you can sign your Helm Charts in an automated way by using the GitHub Releaser Action with a PGP key.
Firefox Run a private Sync Server for Firefox on Kubernetes If you don’t want to store all your data in the Firefox Cloud you can run your own self-hosted Firefox Sync Server.
Helm Using GitHub as a Helm Chart Repository Using GitHub Pages to create a Helm Repository in a secure and stable way.
Kubernetes A minimal minikube cheat sheet A collection of commands and tips and tricks for using minikube.
Kubernetes Using minikube with nip.io on WSL2 Minikube combined with nip.io makes accessing and developing applications a breeze.
MySQL Fixing the 'authentication plugin not loaded' issue on Bitnami's MySQL Helm Chart When you upgrade an existing installation of the Bitnami MySQL Helm Chart
Kubernetes How to permanently redirect traffic with nginx in Kubernetes In this article I will show a quick way to permanently redirect traffic with the nginx Ingress Controller in Kubernetes using an Ingress object.
Helm Automating Blackbox Monitoring for your Helm Chart In this article, I explain the concept of Blackbox Monitoring, a Prometheus CRD for defining monitoring targets, and a possible implementation of these concepts with Helm.
ArgoCD Deploying Helm Charts through ArgoCD: Streamlining Kubernetes Deployments Learn how to deploy Helm Charts with ArgoCD with four different approaches.
ArgoCD Deploying Helm Charts using ArgoCD and Helmfile Deploying Helm Charts with ArgoCD using Helmfile is not supported out of the box. In this article, I will show how to extend ArgoCD using config management plugins to support Helmfile.