Hey everyone,
I have a new site and for my first project that I’m documenting, I’m going to go over some of the Gitops stuffs I’ve been playing with.
As a start, I’m fairly new to the world of Gitops so I wanted to try my hand at a push-to-production pipeline that I can ad-hoc add commands from my IDE and see those changes instantly.
There are a few pieces that I knew would play a part:
- Github Actions
- something to code to see instant feedback
- I knew I wanted it to be containerized so a container orchestrator
- Container Repository
- a method to pull in those container images when I made updates
After I knew what I needed it was time to start with each piece. I’m going to break up these posts into each of the pieces so for now, I will update you guys later.