#shubhamlondhe
Read more stories on Hashnode
Articles with this tag
What is Kubernetes? Kubernetes is an open-source orchestration tool developed by Google for managing microservices or containerized applications...
Introduction Jenkins stands as a widely used open-source automation server, facilitating the automatic building, testing, and deployment of...
Jenkins Pipeline is a combination of plugins that supports the integration and implementation of continuous delivery pipelines. It has an extensible...
What is CI/CD? Continuous Integration and Continuous Deployment (CI/CD) CI/CD is a set of practices and methodologies that aim to streamline and...
Jenkins is a free open-source Continuous Integration tool and automation server to monitor continuous integration and delivery. It is written in Java....
Docker commands: To builds an image from a Dockerfile. - docker build -t <image_name> . Runs a command in a new container. - docker...