Azure-Pipeline Build Docker image
Create Pipeline using Azure Devops

Search for a command to run...
Create Pipeline using Azure Devops

What is kubernetes? Kubernetes is an open source Container orchestration tool developed by google that is use to create multi enviormnet and multi container Deployement. Why do we use of K8s? For Production ready deployment of microservices and small...

Azure Pipeline is a cloud service that we can use to build and test our code project automatically. The Azure pipeline has a lot of capabilities such as continuous integration and continuous delivery to regularly and consistently test and builds our ...

Docker Swarm : Docker Swarm is a container orchestration tool That allows you to Create, Deploy, Scale, and manage a Cluster of Docker Hosts using a declarative configuration file called Docker Compose or DockerCLI. Docker swarm ensures the deployme...

Introduction : Prerequisite: Set up Ec2 instance. Install Docker & Jenkins Add permissions sudo apt-get install docker.io -y sudo apt-get install docker-compose -y sudo usermod -aG docker $USER sudo usermod -aG docker jenkins sudo reboot...

Hello everyone, This article will provide a guide on how to set up a Jenkins server on an Ubuntu or Debian server, covering all the necessary steps to install and configure Jenkins for your needs. As a DevOps engineers, we need Jenkins to help us aut...

Introduction : Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called container that have everything the software needs to run including libraries, system...

This mini project will show the current username, date and time and Disk space and RAM utilization details. ✦ Welcome the user, show the current username✦ Show the date and time✦ Show the uptime of the server and the last logins✦ Show the disk space ...

Commands to create user in linux : This command is used to create a user and create a directory for the same user name. sudo useradd Abhishek-devops -m This command is used to check if Abhishek-devops user is created. sudo cat /etc/passwd Co...
