clouddecode.inSplat Expressions in TerraformWhen writing Terraform code to manage cloud infrastructure, we often deal with multiple similar resources — for example, a group of EC2 instances, multiple storage accounts, or several subnets. So how do we easily access the same attribute (like ID o...Jun 15, 2025·2 min read
clouddecode.inTerraform + Azure Storage Backend: The Right Way to Migrate StateWhile configuring a remote backend in Terraform using Azure Storage, I hit an error that might look familiar: If you wish to attempt automatic migration of the state, use "terraform init -migrate-state". If you wish to store the current configuration...Apr 13, 2025·1 min read
clouddecode.inUnderstanding Access Tokens vs. Refresh Tokens in Kubernetes Kubeconfig🔹 Have you ever faced authentication failures in Kubernetes?🔹 Wondered why your kubectl commands suddenly stop working?🔹 Confused about how tokens in kubeconfig actually work? If so, you’re not alone! Kubernetes authentication can be tricky, espec...Feb 23, 2025·4 min read
clouddecode.inStruggling with Resource Limits in Kubernetes? Here’s What You Need to Know!Kubernetes is a powerful container orchestration platform, but managing resources efficiently is key to ensuring fair resource distribution and avoiding performance bottlenecks. Two important resource management mechanisms in Kubernetes are LimitRang...Feb 2, 2025·2 min read