What is Terraform? Terraform is a tool developed by HashiCorp for provisioning cloud infrastructure in a declarative method. Terraform use the concept of Infrastructure as a Code (IaC) for provisioning. IaC diverts from the traditional cloud provisioning, in IaC we create code contains all the necessary components and integrations thatRead More →

When organizations are deploying the application in microservice architecture to Kubernetes it has multiple service components. Some services may communicate each within the cluster services and some services need to expose to the internet. In Kubernetes, to expose service to the internet can possible with the use of LoadBalance serviceRead More →

A few months back I started a new journey with a new employer. In my organization, they do e-commerce hosting for various customers all over the world. So when the customer needs to host our e-commerce product as a hosting team it’s our responsibility to create the relevant Azure cloudRead More →

No matter who you are a developer or and IT Professional, we need to have tools to optimize the day-to-day works with VS Code. When you install VS Code for the first time you feel like its just another text editor, but the true power of VS Code comes withRead More →