Apr 8 · 5 min read · What Happens When a User Clicks a URL? Generally, when a user clicks on a URL, the request goes through multiple stages in the background, and within seconds the user receives a response. Let’s walk t
Join discussionApr 7 · 3 min read · In Kubernetes, security is a major concern because by default, all pods can communicate with each other using their IP addresses. In an Amazon EKS cluster, these pod IP addresses are assigned by the A
Join discussionApr 4 · 16 min read · Pipeline as a code in jenkins means? Pipeline as Code in Jenkins means you write your build and deployment process as code inside a file called Jenkinsfile we add this file in our repo and make it as
Join discussionMar 29 · 2 min read · We have already created resources dynamically using variables and also used loops like for_each to create multiple resources. But have you ever thought about creating resources in different regions us
Join discussionMar 29 · 5 min read · Let's talk about most important features in terraform where devops engineers use day to day life Workspaces When you create an EC2 instance using Terraform, the details of that resource are stored in
Join discussionMar 27 · 4 min read · Ever Felt Bored Creating Resources Manually? Till now, we’ve been creating resources like EC2 instances, S3 buckets, VPCs… clicking here, clicking there in the AWS console. It’s fine when it’s just on
Join discussion