#devopscommunity
Read more stories on Hashnode
Articles with this tag
Awesome! You learned the architecture of one of the top most important tools "Kubernetes" in your previous task. What about doing some hands-on...
Kubernetes Overview Kubernetes is an open-source platform used alongside Docker to deploy, maintain, and implement container applications. A container...
Jenkins Interview Here are some Jenkins-specific questions related to Docker that one can use during a DevOps Engineer interview: 1)What’s the...
Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build...