Feb 11 · 6 min read · For any application, securely storing credentials such as passwords and API keys is critical. Kubernetes provides an inbuilt resource called Secrets, which can be injected into pods as environment variables. However, these secrets are only Base64-enc...
Join discussionJan 23 · 6 min read · After building a Kubernetes cluster and setting up Argo CD to manage its configuration, what's the very next thing you should install? For me, both in production and in my homelab, the answer is always the same: External Secrets Operator. This post e...
Join discussion
Sep 30, 2025 · 3 min read · The external urine management products market is experiencing significant growth as healthcare providers and patients increasingly adopt non-invasive solutions for urinary management. These products, including male and female external catheters, offe...
Join discussion
Sep 16, 2025 · 29 min read · Previous Articles in the Series Bridging the Gap: GitOps for Network Engineers - Part 1 (Deploying ArgoCD) Bridging the Gap: GitOps for Network Engineers - Part 2 (Deploying Critical Infrastructure with ArgoCD) Intro Here we go! Time to deploy someth...
Join discussion
May 14, 2025 · 4 min read · Managing secrets in Kubernetes is notoriously tricky. Hardcoding them? Yikes. Storing them in plaintext? Dangerous. In this post, I’ll show you how to securely integrate AWS Secrets Manager into your K8s workflow using External Secrets Operator (ESO)...
Join discussion
May 5, 2025 · 33 min read · ArgoCD Is Amazing—But Let’s Make It Do Something! Intro In Part 1, we laid the foundation by installing ArgoCD and setting up the basic structure for a GitOps-driven platform. If you've followed along, you should now have a working Kubernetes cluster...
Join discussion
Jan 31, 2025 · 3 min read · Let us say that we have a secret in GCP, which is having multiple values in a single secret. For example, this is my secret KEYCLOAK_USER=*** KEYCLOAK_PASSWORD=*** KC_DB=*** KC_DB_URL=*** KC_DB_USERNAME=*** KC_DB_PASSWORD=*** KC_PROXY=*** health-en...
Join discussionJan 7, 2025 · 4 min read · Overview :- In today’s cloud-native landscape, managing secrets securely is crucial for maintaining the integrity and security of your applications. The External #Secrets Operator #(ESO) is a powerful tool that helps you manage and use secrets from e...
Join discussion
Aug 6, 2024 · 3 min read · Overview :- Kubernetes has become a popular platform for deploying and managing containerized applications. As applications grow in complexity, managing secrets such as API keys, passwords, and certificates becomes increasingly important. While Kuber...
Join discussion