Simple Containerised Deployments For Hobby Projects
At work, we deploy all applications as Docker containers via Kubernetes – I really like this way of delivering applications, running on one machine means it will work the same way (in theory) as in another machine. Why not do the same for my Hobby projects albeit a much more simplified way.
So, this weekend, I made my first attempt – what I wanted to achieve is a proof of concept, .NET Core
app talking to MySQL
, both of which being docker-ised. I also wanted to use Gitlab’s free CI for it’s simplicity as this is what I’m really after – don’t want to have to write a ton of scripts.