nileshganvir.hashnode.devBash Script to Add secrets in Azure Key VaultAzure Key Vault is a cloud service provided by Microsoft Azure that allows you to securely store and manage sensitive information, such as: Secrets: API keys, passwords, connection strings, tokens Keys: Cryptographic keys used for encryption/decryp...Aug 24, 2025·2 min read
nileshganvir.hashnode.devIntroduction to AWS Elastic BeanstalkElastic Beanstalk simplifies management without sacrificing control or choice. Elastic Beanstalk takes care of the capacity provisioning, load balancing, scaling, and application health monitoring; all you have to do is upload your application. Basic...Jul 21, 2025·3 min read
nileshganvir.hashnode.devPython Based Flask ApplicationCreate Infrastructure Using Terraform Install the Terraform in your system first and then We are going to create one AWS resource EC2 Instance with new security group. provider "aws" {region = "ap-south-1"access_key = "Put your access key here"secret...Mar 27, 2024·5 min read
nileshganvir.hashnode.devReal Time DevOps Project : Deploy to K8S using JenkinsTable of content:- Introduction Brief overview of the project Objectives and goals Git Integration Explanation of Git usage in the project Branching strategy Collaboration workflows Docker Implementation Introduction to Docker Dockerfil...Mar 11, 2024·10 min read
nileshganvir.hashnode.devHow to change Docker Repository name and Rename Image ?In this blog post I will guide you how yo change Docker repository name and rename Docker images. Let's dive in together ! Lets Understand The Docker Image tag Before we get started, let's take a moment to understand Docker image tags. Docker images ...Feb 25, 2024·2 min read