devopswithakash.hashnode.devEKS 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
devopswithakash.hashnode.devJenkins Pipeline PROJECT - 1t2-large https://github.com/jaiswaladi246/to-do-app.git sudo apt install openjdk-17-jre Pluggin —> SonarQube Scanner for Jenkins, docker pipeline, (jdk) eclipse temurian installer, OWASP, docker, docker pipeline, docker API, docker build step Man...Sep 27, 2024·1 min read
devopswithakash.hashnode.devLinux - Interview*] How to permanently mount a disk in linux create a vol attach it to inst { sudo file -s /dev/xvda1 } --> gives the file system type mkfs -t xfs /dev/xvdf --> to Format to a filesystem mkdir /mnt --> create an empty directory mount /dev/xvdf /m...Sep 27, 2024·1 min read
devopswithakash.hashnode.devAssignment*] Increase disk space in ec2 instance without mounting ebs 1st modify the volume, then run the growpart command *] Deploy image in docker container using Jenkins pipeline *] Deploy image in kubernetes using Jenkins pipeline *] Study a...Jul 3, 2024·1 min read
devopswithakash.hashnode.devK8s QA*] Init & Sidecar containers Sure! Let's break down the concepts of Sidecar Containers and Init Containers in Kubernetes in both simple and technical ways. Sidecar Containers Simple Explanation: What They Are: Sidecar containers are helper container...Jul 2, 2024·2 min read