Setting up MQTT broker with SSL, the easy/lazy way.
[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]Routing traffic in KinD
How to route traffic via a reverse proxy, i.e. Nginx , in KinD .
[Read More]Testing deployments with KinD
A short post about how I use KinD to test my Kubernetes with Helm and Helmfile .
[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]Twelve-Factors in practice - Part V - Build, release, run
Strictly separate build and run stages
The fifth of a 12 part series on how to use Twelve-Factor App in practice. I will be explaining and implementing https://12factor.net/build-release-run based on my experience on how to deal with pipelines.
[Read More]Twelve-Factors in practice - Part IV - Backing services
Treat backing services as attached resources
The forth of a 12 part series on how to use Twelve-Factor App in practice. This entry is, again, written in collaboration with my good friend and (twice/double) former coworker Mycha de Vrees.
We will be implementing https://12factor.net/backing-services based on my/our combined experience on how to deal with resources/services although is is going to be a short one.
[Read More]Twelve-Factors in practice - Part III - Config
Store config in the environment
The third of a 12 part series on how to use Twelve-Factor App in practice. This entry is, again, written in collaboration with my good friend and (twice/double) former coworker Mycha de Vrees. We will be implementing https://12factor.net/config based on my/our combined experience on how to deal with configuration.
[Read More]Twelve-Factors in practice - Part II - Dependencies
Explicitly declare and isolate dependencies
The second of a 12 part series on how to use Twelve-Factor App in practice. This entry is written in collaboration with my good friend and (twice/double) former coworker Mycha de Vrees.
[Read More]