Laravel
Laravel in Kubernetes Part 5 - Deploying a database for our application
Deploying a database for our application can be quite a challenge. On one hand, using a managed database makes sense from a management perspective, but might be a bit more expensive than running it ourselves. On the other hand, running it ourselves comes with a whole array of possible maintenance