How to Install & Configure Chef on ubuntu 20.04

Chef is a free & open source devops software & used for automation.It handles by infrastructure transforming into code.It provides facilities like how managed the infrastructure, deployment, or configuration all the network.We can deploy or manage resources on multiple servers or nodes.We can create & test the code on a workstation before the deployment on …

How to Install & Configure Puppet on Ubuntu 20.04.

Puppet is free & open source software configuration management tool & automated administrative engine.It is used to perform administrative tasks and server management taks remotely. Using puppet,we can communicate between client & master server.It helps in performing administrative tasks and centralizing the server management process.It supports Linux, Unix, and Windows operating systems. Install Puppet on …

How to Install SSH plugins on Jenkins

Jenkins is a free & open source DevOps tool & used for CI/CD automation application written in the Java programming language.We can set ssh credentials on jenkins for ssh.We needs to install ssh plugins on jenkins & then we have a option to add ssh credential on jenkins. Install Jenkins on ubuntu. First we needs to …

How to Setup Jenkins On Ubuntu 20.04 LTS

Jenkins is an free & open source continuous integration/continuous delivery and deployment (CI/CD) automation software written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. It provides continuous integration and continuous delivery in software projects by automating parts related to build, test, and deployment. Install Jenkins on Ubuntu. Update the …

How to Manage Single & Multiple Kubernetes Clusters using kubectl & kubectx in Linux

  Kubectl is a command line utility & it is used to control and manage Kubernetes clusters and objects running. It allow we can create, modify and delete Kubernetes resources such as Deployments, Pods, Services, switching contexts and access container shell. Install Kubectl on Linux We needs kubectl on linux so click on link https://www.hackerxone.com/blog/how-install-kubernetes-container-runtime-ubuntu-2004-lts …