CICD
How the process of pushing application to container happens in CICD pipeline?
- Push is to github.
- Github is hooked to Jenkins, which listens to an SSH.
- Whenever code is pushed, it triggers a build, and this artefact goes to Kubernetes cluster.
- The cluster then take it as an image and runs it on the container in some port.
Comments
Post a Comment