#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Kubernetes Overview Kubernetes has emerged as a leading container orchestration platform, which is widely adopted by organizations for deploying and...
Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become...
Questions What’s the difference between continuous integration, continuous delivery, and continuous deployment? Benefits of CI/CD What is meant by...
Jenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates...
Docker Build and Docker Run docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build command....
What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced...