I got into a situation where I got a minimal setup, fairly small VPS for a test/staging server which was behind a VPN. For a project I needed to deploy frontend services but rather than a Kubernetes setup I needed to get the same basic features on a simple bare VPS where I wasn’t even root at.
[Read More]Custom Helm chart in GitLab auto devops
The default auto devops is based on 2 major parts, the auto-deploy-image and the auto-deploy-app . We’ll go through both of them and take a look the standard possibilities they provide.
[Read More]Gitlab CI/CD and Helm + file
Using CI/CD, Helm and Helmfile to deploy
A short post about how I use GitLab CI/CD to automagically deploy to Kubernetes using Helm and Helmfile .
[Read More]Gitlab CI/CD and PyPi
Using CI/CD to publish
A short post about how I use GitLab CI/CD to automagically test and deploy to PyPi .
[Read More]Setting up Gitlab Pages
I started a while back with setting up Gitlab Pages for replacing my personal website and setting up some doc pages. Setting everything up and getting this website to work, especially on custom domain names, was quite the adventure.
[Read More]