Docker4Laravel Production Infrastructure
This repository contains the manifest for all the Kubernetes Objects needed to run the example application.
Ingress
To be able to fully run this demo, you need to install the ingress controller on your Kubernetes cluster by doing:
helm install nginx-ingress stable/nginx-ingress --set controller.publishService.enabled=true
After that, you can do:
kubectl apply -k .
Then your cluster should be ready.
Attention: make sure you create the correct .env file for production (and don't commit it to source control!)