varnish-operator icon indicating copy to clipboard operation
varnish-operator copied to clipboard

Run and manage Varnish clusters on Kubernetes

Results 11 varnish-operator issues
Sort by recently updated
recently updated
newest added

I need to add the following annotations to the cluster definition so that all other objects created by cluster definition ( such as stateful set and pods ) inherit these...

Need to add support for the newer varnish versions. https://varnish-cache.org/releases/rel7.2.0.html#rel7-2-0

# Why I had issues line 310 with the syntax and since I added `/32` inside the quotes it worked. I added precision line 372, it can be `hash` and...

Trying out varnish-operator, I see that the backends are generated dynamically from the pods. I would like to know if it is possible to specify an ExternalName Service as a...

Varnish-modules seem to be the main issue here. I'm having to build them from source and don't think I have them working with Varnish yet (haven't tested yet but not...

Still a WIP - [ ] Add appropriate liveness/readiness checks - [x] Automatically send SIGHUP to haproxy process when haproxy.cfg is updated (watch CM in controller?) - [x] Add dashboard...

Hi :wave: Great to see that there is a way to deploy a grafana dashboard https://ibm.github.io/varnish-operator/monitoring.html for the varnish-operator. It would be nice to have a "I already have a...

There are a lot of different ways to handle this. One way is to setup an external nginx deployment that handles SSL, but this will introduce another hop. In order...

enhancement

Hi, If I run multiple varnish instances is there a vay to purge the caches so the purge command is distributed between the varnish pods?