dunglas / frankenphp-wordpress

WordPress on FrankenPHP
122 stars 18 forks source link

Kubernetes support #7

Open codeagencybe opened 1 year ago

codeagencybe commented 1 year ago

Hello

Is this project still active? Is there any way to make this compatible in a Kubernetes cluster? Is Caddyserver a hard requirement for this to work or can it also be done on top of a Kubernetes ingress like Traefik? Basically the parts that are used to issue SSL certs can also be done automated with Cert-Manager which works with any reverse proxy and ingress.

husimo-tilleuls commented 1 year ago

Hello,

Pretty sure this project is still active, yes!

I think at a time FrankenPHP will provide a helm chart (personally I didn't have the occasion to use it Franken with Kube for now but it will be the case soon).

I think it's pretty easy to use in a helm chart as it's a mono-container. Just add the necessary annotations for your traefik ingress to route trafic to Caddy/Franken and it should rock!

And I'm sure @dunglas will be glad to review PR for helm chart on the main project: https://github.com/dunglas/frankenphp

++