Nagacharancharanwrites.hashnode.dev·Apr 4, 2024Deploying and accessing an application Behind the Firewall on AzureArchitecture of our Simple Project Creating Resource Group Creating VM Create Virtual Network configuring Firewall Settings Installing and accessing Nginx Create Virtual Network : Note : Virtual Network Name and Resource group name may or ...DEVOPS Learning JourneyCloud
Nagacharancharanwrites.hashnode.dev·Aug 17, 2023How to configure AWS with TerraformHi Guys, welcome you all to yet another interesting blog post on aws integration with Terraform. Here in this blog, we are going to configure an AWS account with Terraform by using IAM access keys and secret keys. Let's go... We will learn How to con...3 likesDEVOPS Learning JourneyDevops
Nagacharancharanwrites.hashnode.dev·Aug 15, 2023Terraform Installation on WindowsHello Guys, Today I just wanted to grab an opportunity to help you with the installation of terraform on your windows. we will learn why to terraform in another blog post. In short, terraform is an Infrastructure as code ( IAC ) tool, a tool that wil...DEVOPS Learning Journey# nagacharan
Nagacharancharanwrites.hashnode.dev·May 23, 2023Grafana Integration with MySql DatabasePREREQUISITE Create Linux EC2 instance in AWS first login to your AWS account and then search for EC2 on global search. click on " launch instance " connect to the instance by clicking on connect button on top of the screen. yum install ...222 readsDEVOPS Learning Journey# nagacharan
Nagacharancharanwrites.hashnode.dev·May 9, 2023Deploying Spring Boot Application on k8sintroduction : In this Blog, we are going to learn how to deploy the Java Spring boot application in K8s as a pod and finally display it as a Dashboard. Architecture : Launch an instance from an Amazon Linux 2 or Amazon Linux AMI with t2.mediu...46 readsDEVOPS Learning JourneyKubernetes