-
In this guide, we’ll configure External-DNS with Technitium DNS Server using RFC-2136 dynamic updates. This setup allows Kubernetes to automatically update DNS records, eliminating manual management. We'll cover TSIG authentication, Helm deployment, and ingress configuration to ensure proper integration. Let’s get …
Read More -
Automating Talos etcd Backups with Scheduled Jobs and ArgoCD Setting up a reliable and automated etcd backup for Talos is simpler than it seems if you break it down properly. The key? Using a combination of Kubernetes CronJobs, External Secrets, and ArgoCD for seamless deployment and management. In this guide, I’ll …
Read More -
In this article, I will describe all the steps required to setup GitLab CI/CD in kuberntes using kustomize. We will go through how to run GitLab on Kubernetes when you have related resources postgres, redis, minio, tls certificates etc already available in your setup. This is a very common scenario in companies and …
Read More -
About • Usage • Image Configuration • Local Demo • Helm Chart • Todo • Issues • Acknowledgment About The exporter allows to retrieve the DockerHub rate limit counts as scrape target for Prometheus. The exporter obtains an auth token and then queries the Docker Hub registry with a HEAD request to parse RateLimit-Limit, …
Read More -
Rancher v2.X KeyCloak Authentication Backend Configuration Ranchers official documentation about how to configure the Rancher & KeyCloak setup is fine but definitely not sufficient to successfully configure it. That's why every single required step is documented down here. KeyCloak Configuration Steps are based on …
Read More