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,
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
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
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
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
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,
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.
Using Gitlab Private Registry with Kubernetes
How to use your private Gitlab Registry with your Kubernetes cluster.
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
Deploying a SailsJS app to Kubernetes, with MySQL and Redis
Deploy a SailsJS app in Kubernetes - from scratch