- Dockerfile created + start_docker.sh ( added comments on both files )
- statefulset.yml created to use local(docker+k8s for desktop) k8s cluster and the local docker image created in step 1.
- deploy.Jenkinsfile for deployment of Dockerfile ( creates the image without starting the container ) + kubectl apply -f statefulset.yml to deploy the app.
- a simple script in bash where I tried to use almost all commands in order to get an output
- In progress
- In progress