EKS upgradeUpgrading a kubeadm cluster from 1.27 to 1.28 1st create a cluster using d command eksctl create cluster --name eks-cluster --version 1.27 --with-oidc --nodegroup-name worker --region us-east-1 --node-type t2.medium --ssh-access --ssh-publi...Sep 28, 2024·2 min read
Terraform Assignment1] Learn about tfvars file? In Terraform, a .tfvars file is used to pass variable values into your Terraform configuration. This allows you to separate configuration from variable definitions, making it easier to manage and share configurations. Terr...Jun 20, 2024·2 min read
Docker1] Custom Docker Image Create a docker image and push it to docker hub & ECR 2] File operations Copy a file from host machine to a running container 3] Multi Stage Dockerfile Write a Multi Stage Dockerfile for building and hosting a java ...May 26, 2024·2 min read
AWS Assignment* ] Add MFA to the root account IAM --> Security credentials --> Assign MFA device Next time when you log in to console it will ask you the OTP as well * ] Setup Zero-spend budget and custom monthly budget. Billing and Cost Management --> ...May 10, 2024·3 min read
Jenkins Assignment1] Set up web hook trigger for freestyle & pipeline projects Free Style Pipeline 2] Trigger jenkins parameterized freestyle job/ pipeline job using URL from a shell file 3] Generate artifact in any Agent and then deploy it to Tomcat...Apr 14, 2024·3 min read
Wanderlust - a 3 tire web applicationclone the repo Run the following commands so that you can use npm sudo apt update sudo apt install nodejs node -v sudo apt install npm now npm i will work Install MongoDB sudo apt-get install gnupg curl curl -fsSL https://www.mo...Apr 8, 2024·1 min read
MAVEN - AssignmentInstall tomcat and host the jar file with Tomcat. run the command; mvn package target folder will be created, inside which there will be .war file copy it to webapps which is in tomcat & now you can see it in tomcatMar 29, 2024·1 min read