Christiaan

10
Aug
Laravel in Kubernetes Part 4 - Kubernetes Cluster Setup

Laravel in Kubernetes Part 4 - Kubernetes Cluster Setup

In this post, we will spin up our Kubernetes cluster using Terraform, in DigitalOcean. We will create this using Terraform,
7 min read
09
Aug
Laravel in Kubernetes Part 3 - Container Registries

Laravel in Kubernetes Part 3 - Container Registries

In this post, we will take our new Dockerfile and layers, and build the images, and push them up to
4 min read
09
Aug
Laravel in Kubernetes Part 2 - Dockerizing Laravel

Laravel in Kubernetes Part 2 - Dockerizing Laravel

In this part of the series, we are going to Dockerise our Laravel application with different layers, for all the
17 min read
12
Jul
Coding mistakes I've made

Coding mistakes I've made

Here I will list some of the simple bugs, which cost me lots and lots of time to debug Database
3 min read
09
Jul
Laravel in Kubernetes Part 1 - Installing Laravel

Laravel in Kubernetes Part 1 - Installing Laravel

This series will show you how to go from laravel new to Laravel running in Kubernetes, including monitoring, logging, exposing
4 min read
08
Jan
Switching off sticky sessions in Openshift routes

Switching off sticky sessions in Openshift routes

I had some trouble a while ago implementing a canary deployment using internal scaling. When I started calling the route,
1 min read
11
Nov
Git Ignore files globally

Git Ignore files globally

Often times, ignoring files locally without editing .gitignore, can be quite useful. You can do this globally, or locally by just using pure git.
1 min read
11
Mar
Using Gitlab Private Registry with Kubernetes

Using Gitlab Private Registry with Kubernetes

How to use your private Gitlab Registry with your Kubernetes cluster.
3 min read
12
Feb

Using systemd to run a simple process and keep it up

Short post about using systemd to run a simple process :) You'll need a service file. For the most
1 min read
11
Sep
Deploying a SailsJS app to Kubernetes, with MySQL and Redis

Deploying a SailsJS app to Kubernetes, with MySQL and Redis

Deploy a SailsJS app in Kubernetes - from scratch
16 min read