Hell yeah! I enhanced my existing concourse pipeline of simply building the images to also grab secrets and run a k8s deployment. From a simple bump of a version file, my pipeline will now build, tag, and push an image, then deploy the new image into my k8s cluster for the world to see. Of course, I get a Mattermost notification when it succeeds or fails.
To outline roughly what the stack is for this website: Read More...
Since I wanted to update my website to what you see now, I had to speed up the time it takes to iterate. In fact, I want full CI/CD. In addition to that reason, I think it’s just fun to automate things in general. I’m sure I can think of more ways to use concourse down the road.
Before Concourse, I had to build, tag and push my images on the command line. Read More...