Hi Doried, great article, this did help me a lot!
I’m just trying to figure out the best setup for my upcoming SF4
+nginx
+php-fpm
project. The idea of having a volume to provide the code to nginx
and php-fpm
is great and seems the way to go.
I’m just wondering about running nginx
and php-fpm
on the same pod as you do, so when you scale you always have to scale both, right? Did you think about a solution where you run nginx
and php-fpm
on different pods and still share the code via a volume or don’t you think it’s necessary or even possible?