#devops
Read more stories on Hashnode
Articles with this tag
Kubernetes Overview Kubernetes, also known as K8s, is an open-source container orchestration platform that automates the deployment, scaling, and...
Questions with their answers What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous...
Jenkins master slave architecture The master-slave architecture in Jenkins allows for greater scalability and flexibility in managing builds across...
Task: Create declarative docker build pipeline Also in same pipeline push docker image to public repository Use github integrations to perform push...
Task-01 Document the process from cloning the repository to adding webhooks, and Deployment, etc. as a README . A well written readme file will help...
Task: Build a jenkins pipeline with github integration Put Dockerfile in project Use webhooks to integrate github with jenkins Build and deploy...