(no title)
tzaman
|
7 years ago
1. I push a hotfix to GitHub.
2. Jenkins (which is on Google Cloud) builds it, and it already has all the Docker steps cached from previous builds, so it's fast.
3. Jenkins pushes the image to Google Cloud repo, which is almost instantaneous
4. Kubernetes (also on Google Cloud) pulls the image and makes a new deploymentNo big deal. :)
No comments yet.