Chris Vermeulen
  • Laravel In Kubernetes
Subscribe
Tagged

Load Balancer

A collection of 2 posts

Laravel in Kubernetes Part 11 - Adding Let's Encrypt certificates to the application
Laravel In Kubernetes

Laravel in Kubernetes Part 11 - Adding Let's Encrypt certificates to the application

The next important piece, is for us to add certificates to our application, so our users can securely use our application across the internet. We are going to use Cert Manager to achieve this, as it will automatically provision new certificates for us, as well as renew them on a

Christiaan Sep 23, 2021 • 8 min read
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
Chris Vermeulen © 2023
Powered by Ghost