Install Terraform on EC2-Ubuntu Instance
What is Terraform? Terraform is an infrastructure as a code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently. …
Build-Deploy-Test
What is Terraform? Terraform is an infrastructure as a code tool that lets you build, change, and version cloud and on-prem resources safely and efficiently. …
What is Nginx? NGINX is open-source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server …
1. Use Namespaces Namespaces are actually virtual cluster inside the physical cluster . Namespaces provides logical isolation between the teams and their environment. If your …
In the DevOps age, we all know the importance of Jenkins. We use Jenkins to build, deploy and automate jobs and projects. Jenkins is supported …
Creating an AWS S3 (Simple Storage Service) Bucket using AWS CLI (Command Line Interface) is very easy and we can S3 Bucket using few AWS …
Docker is an application containerization tool used to simplify, streamline and fast-track application development & deployment. In this section, we will learn how to containerize/dockerize …
In this post, we’ll try to connect and manage remote Kubernetes Cluster on the local machine. We can check the cluster-info on the master node. …
An AWS (Amazon Web Services) VPC (Virtual Private Cloud) peering connection is a networking connection between two VPCs that enables us to route traffic between …
We all know using PuTTY tools we convert a .pem file to .ppk. But sometimes our clients give us to .ppk file, But we use …
If we want to block all traffic from single IP in aws. Please follow below steps So here is a quick tutorial for doing this. …