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

Popular posts from this blog

Setup Flyway,Postgres in Jenkins using Docker

Docker

Jenkins