The Power of Azure Kubernetes Service: Top Features and How They Compare with AWS EKS.Jul 9, 2024·3 min read
PinnedMonitoring vs. Observability: Key Differences with Real World ExamplesAnd The Power of Combining Monitoring and ObservabilityJul 14, 2024·4 min read
Understanding Azure DevOps: How It Differs from GitLab, GitHub Actions, and JenkinsJun 26, 2024·4 min read
Planning to Migrate from On-Prem to Azure?What do you need to check in Azure? How do you compare the services that your applications are currently using on-premises? What problems might you encounter, and what precautions should you take during the migration process from on-premises to Azur...Jun 24, 2024·4 min read
Azure Vpn GatewayAzure VPN Gateway is a service that can be used to send encrypted traffic between an Azure virtual network and on-premises locations over the public Internet. You can also use VPN Gateway to send encrypted traffic between Azure virtual networks ove...Jun 11, 2024·2 min read
Load Balancers vs. Application Gateways: A Comprehensive ComparisonApplication Gateway and Load Balancer are both used to manage incoming requests to an application, but they serve different purposes. A Load Balancer is used to distribute incoming network traffic across multiple servers in a cluster to ensure high a...Mar 24, 2024·3 min read
A Day to Remember: My KubeDay India 2023 ExperienceIn December 2023, I embarked on a solo journey from Jaipur to Bangalore to attend KubeDay India, an event that resonated with the spirit of KubeCon. The day was filled with exciting encounters and a wealth of information that left a lasting impressio...Mar 10, 2024·2 min read
Downloading and Using OpenTofu Alpha VersionOpenTofu recently released its first alpha version, which is a drop-in replacement for Terraform. Download the OpenTofu binaries for your OS from the releases page.Mar 10, 2024·1 min read
The Role of Docker-in-Docker in Streamlining CI/CD PipelinesRunning a Docker container inside another Docker container is a concept known as "Nested Docker Containers" or "Docker-in-Docker" (DinD). It involves running a Docker daemon (the background service that manages containers) inside an existing Docker c...Nov 1, 2023·2 min read