CI/CD
CI/CD

CI/CD

Created CI/CD Pipeline with integrating tools like git, Jenkins, Docker, docker hub, Kubernetes.

So Whenever Developer creates the code, it is deployed into Kubernetes having zero downtime.

No alt text provided for this image

The Flow of the Project is shown in Image having one developer server normally windows containing one work directory having index.html, Dockerfile, Deployment file.

So whenever the developer does some changes in code, this code is pulled by Jenkins server and creates one docker image after every code change and this image is pushed to the docker hub which is further used by K8's server.

Implementation:

1) Create one work directory which developer code, Dockerfile, Deployment file:

No alt text provided for this image

2) Create one Github Job:

No alt text provided for this image
No alt text provided for this image


GitHub Link For your reference.


















To view or add a comment, sign in

More articles by Raghav Agarwal

Explore content categories