Chris Vermeulen
  • Laravel In Kubernetes
Subscribe
Tagged

DigitalOcean

A collection of 2 posts

Laravel in Kubernetes Part 10 - Exposing the application
Laravel

Laravel in Kubernetes Part 10 - Exposing the application

Our application is now successfully deployed in Kubernetes, but we need to expose it to the outside world. We can access it locally by running kubectl port-forward svc/laravel-in-kubernetes-webserver 8080:80 and going to http://localhost:8080. We need to expose our application to the outside world though so our

Christiaan Sep 14, 2021 • 6 min read
Laravel in Kubernetes Part 5 - Deploying a database for our application
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

Christiaan Aug 28, 2021 • 10 min read
Chris Vermeulen © 2023
Powered by Ghost