Remix.run Logo
reactordev 2 days ago

Yup. I can’t wait for the day I can kill my caddy8s service.

The best thing about caddy is the fact you can reload config, add sites, routes, without ever having to shutdown. Writing a service to keep your orchestration platform and your ingress in sync is meh. K8s has the events, DNS service has the src mesh records, you just need a way to tell caddy to send it to your backend.

The feature should be done soon but they need to ensure it works across K8s flavors.

01HNNWZ0MV43FF 2 days ago | parent | next [-]

I think you can that with Nginx too, but the SWAG wrapper discourages it for some reason

pushrax 2 days ago | parent | prev [-]

just send sighup to nginx and it will reload all the config—there's very few settings that require a restart

reactordev 2 days ago | parent [-]

Sure, how, from the container? The host it’s on? Caddy exposes this as an api.