rohitexplainstech.hashnode.devCI/CD Pipeline for Golang ApplicationThe main goal of this project is to implement DevOps practices in a Go web application. The project is a simple website written in Golang, using the net/http package to serve HTTP requests. 馃殌馃捇 What We Will Implement: Containerizing the Project: M...Jul 24, 2024路12 min read
rohitexplainstech.hashnode.devAzure Infrastructure Automation with Terraform ( Part 4)We are going to create an Inbound NAT Rule for Standard Load Balancer. azurerm_lb_nat_rule azurerm_network_interface_nat_rule_association Verify the SSH Connectivity to Web Linux VM using Load Balancer Public IP with port 1022 Steps: Create ...Jul 22, 2024路3 min read
rohitexplainstech.hashnode.devAzure Infrastructure Automation with Terraform ( Part 3 )We are going to create Azure Standard Load Balancer Resources as part of this blog. azurerm_public_ip azurerm_lb azurerm_lb_backend_address_pool azurerm_lb_probe azurerm_lb_rule azurerm_network_interface_backend_address_pool_association Commen...Jul 20, 2024路4 min read
rohitexplainstech.hashnode.devAzure Infrastructure Automation with Terraform ( Part 2 )Part 1:https://rohitexplainstech.hashnode.dev/azure-infrastructure-automation-with-terraform We are going to create two important Bastion Resources Azure Bastion Host Azure Bastion Service We are going to use the following Azure Resources for...Jul 15, 2024路7 min read
rohitexplainstech.hashnode.devAzure Infrastructure Automation with TerraformWe are going to create the following Azure Resources azurerm_resource_group azurerm_virtual_network azurerm_subnet azurerm_network_security_group azurerm_subnet_network_security_group_association azurerm_network_security_rule azurerm_public_ip...Jul 11, 2024路13 min read