devopsgurug.hashnode.devHow to run jenkins agents on kubernetes clusterI already have a volume that has setup for jenkins and it is deployed on docker so i import it and use it On docker desktop import this volume Check the latest image now run the jenkins docker image with latest version docker run -d -p 8080:8080 ...Jul 29, 2025·15 min read
devopsgurug.hashnode.devConsul installation and setting consul as terraform backendInstall consul sudo yum install -y yum-utils shadow-utils sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo sudo yum -y install consul Verify the installation: consul --version Create a Consul configur...May 31, 2025·2 min read
devopsgurug.hashnode.devLINUX Commandshostname root@DESKTOP-CL9FNGA:~# root@DESKTOP-CL9FNGA:~# uname -n DESKTOP-CL9FNGA root@DESKTOP-CL9FNGA:~# long listing root@DESKTOP-CL9FNGA:~# ls -l total 65972 drwxr-xr-x 3 root root 4096 Apr 8 03:13 GIT drwxr-xr-x 3 root root 4096 Dec 13 ...May 5, 2025·5 min read
devopsgurug.hashnode.devNexus Installation and SetupUse following commands to install nexus It will do following: Install java (use dnf if yum not working) install nexus change directory restart it Get password and login You can use either of following commands based on your OS. sudo yum instal...Jul 4, 2024·6 min read
devopsgurug.hashnode.devElasticsearch Logstash Kibana Filebeat installation and integrationAll the components Elasticsearch Logstash Kibana Filebeat have same version 8.13.3 All the components are installed on separate ec2 instances and respective ports are opened to receive traffic (5044 ,5601,9200 etc....) Elasticsearch Installation ...May 15, 2024·8 min read