How to implement a CI/CD pipeline in the codebase using a jenkins & docker config file in the project. Building a Docker image. Pushing the Docker image to Docker Hub. Kicking off a deployment script which will run the application in Docker container on a Digital Ocean server
CHALLENEGES>>>> CREATE E2E PIPELINE and run this job
1> set up pipeline
2> build
3> test
4> deploy
5> run this job on microservices k8s
6> continous monitorung
deploy this project with docker using dockerfile 'CD TESTED'