File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Laravel Docker Images
66 - [ ⛽ Octane] ( #-octane )
77 - [ 🖥 PHP-FPM] ( #-php-fpm )
88 - [ 🤖 Workers] ( #-workers )
9- - [ Scaling Horizon & Octane] ( #scaling-horizon--octane )
109
1110Already-compiled PHP-based Images to use when deploying your Laravel application to Kubernetes using Laravel Helm charts.
1211
@@ -80,12 +79,3 @@ WORKDIR /var/www/html
8079
8180ENTRYPOINT ["php" , "-a" ]
8281```
83-
84- ## Scaling Horizon & Octane
85-
86- It is well known that for Kubernetes, you may scale based on CPU or memory allocated to each pod. But you can also scale based on Prometheus metrics.
87-
88- For ease of access, you may use the following exporters for your Laravel application:
89-
90- - [ Laravel Horizon Exporter] ( https://github.com/renoki-co/horizon-exporter ) - used to scale application pods that run the queue workers
91- - [ Laravel Octane Exporter] ( https://github.com/renoki-co/octane-exporter ) - used to scale the Octane pods to ensure better parallelization
You can’t perform that action at this time.
0 commit comments