ismail yenigül·Feb 20Toggling Kubernetes Context in Fish Shell and bashIf you work with multiple Kubernetes clusters (dev, staging, prod…), seeing the active context in your terminal prompt can save you from…A response icon1A response icon1
ismail yenigül·Feb 18Fixing ArgoCD CLI Error: “could not parse version from user-agent: argocd-client/stable”Ran into this issue while trying to log in to Argo CD from CLI:
ismail yenigül·Jan 14Why Some AWS S3 Objects Never Move to STANDARD-IA (Even After Years)Recently I ran into a confusing situation with Amazon S3 lifecycle rules. I had a bucket with a rule that transitions objects from STANDARD…
InFAUN.dev() 🐾byismail yenigül·Jul 2, 2025Fixing the Unexpected a- Subdomain Issue in ExternalDNS with Google Cloud DNSManaging DNS records automatically in Kubernetes using ExternalDNS is a great way to keep things dynamic and declarative. But when you’re…A response icon1A response icon1
InFAUN.dev() 🐾byismail yenigül·May 23, 2025Upgrading External Secrets from v0.5Upgrading infrastructure components in production can be challenging, especially when dealing with custom resources and GitOps flows. In…A response icon1A response icon1
InFAUN.dev() 🐾byismail yenigül·Apr 22, 2025How-to set up Google Cloud (GCP) credentials in HCP Terraform CloudTo deploy infrastructure such as GKE clusters, Helm charts (which often require GCP service accounts), and securely store Cloud SQL…
InFAUN.dev() 🐾byismail yenigül·Apr 19, 2025ECS Scale-In issue and A Comparison with EKS Cluster AutoscalerIn modern cloud-native environments, auto scaling is a crucial feature to ensure that your infrastructure is both cost-effective and…
InFAUN.dev() 🐾byismail yenigül·Apr 18, 2025Cleaning Up Orphaned ECS Capacity Providers in AWSWhen managing resources on AWS, sometimes things don’t go as planned. One common situation is when an Amazon ECS (Elastic Container…
InFAUN.dev() 🐾byismail yenigül·Apr 17, 2025Securely Access RDS Without a Bastion Host Using HAProxy on EKSIn traditional AWS setups, accessing an Amazon RDS instance in a private subnet often involves setting up a Bastion host — an extra piece…A response icon1A response icon1
InFAUN.dev() 🐾byismail yenigül·Apr 16, 2025Kubernetes Namespace Stuck in Terminating? Here’s How to Clean It Up ProperlyHave you ever tried to delete a Kubernetes namespace and found it stuck in the Terminating state forever? Don’t rush to force-delete it —…