Grafana SSO with Keycloak (The Easy Way)
Why This Matters Grafana ships with excellent OAuth support, yet many setups struggle due to mismatched redirect URLs and reverse-proxy setups. When combined with Keycloak, the result is a clean, …
DevOps | Kubernetes | Configuration Management
Why This Matters Grafana ships with excellent OAuth support, yet many setups struggle due to mismatched redirect URLs and reverse-proxy setups. When combined with Keycloak, the result is a clean, …
Introduction to PLG monitoring and the start of a mini series about Prometheus, Loki and Grafana.
Today I am on a quest to have all my applications running in Kubernetes containers connected to PostgreSQL to only use encrypted database connections. Earlier I did Sonarqube and posted …
I am using Sonarqube to validate my code, since I consider code quality important. My Sonarqube is running as container in Kubernetes, and uses an external Postgresql database. For security …
Time moves quickly, and it’s hard to believe the year is already halfway over. At the start of the year, I began a mini blog to document the migration of …
This article intends to explain how to create a configuration backup of an helm installed application via kubectl. The best way to install an application in Kubernetes is helm. So …
Today I came across a new little problem: Configuring a MutatingWebhookConfiguration for Nginx ingress controller. The example looks like this: See that caBundle thing? The value needed here has to …
Anyone following my quest to migrate to Kubernetes has been reading about the thoughts and problems encountered about dealing with a cost-effective and valid storage back-end. I ended up simply …
Since a while I am on a quest to move my legacy cloud to Kubernetes and posted about this already here, here and here. So far I can say that …