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.
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:
2) Create one Github Job:
GitHub Link For your reference.
Great work