kube-httpcache icon indicating copy to clipboard operation
kube-httpcache copied to clipboard

Varnish Reverse Proxy on Kubernetes

Results 53 kube-httpcache issues
Sort by recently updated
recently updated
newest added

Some basic default readiness/lieness Probes would be may a good idea too (e.g. tcp socket check), better then nothing? _Originally posted by @spielkind in https://github.com/mittwald/kube-httpcache/pull/51#discussion_r582214484_

enhancement
help-wanted
good first issue

This is a follow-up to #101. The arm64v8 image is built with an amd64 build of the varnish-exporter binary, which is a bad idea for obvious reasons. Apparently, the upstream...

bug
accepted

**Is your feature request related to a problem? Please describe.** Aggressive autoscaling can trigger config updates multiple times rendering Varnish unable to respond. **Describe the solution you'd like** Have a...

enhancement
help-wanted

Either run supervisord as Docker entry, to start varnishnsca: Example: https://github.com/globalgiving/docker-varnish-logging Or better run varnishnsca via sidecar as Option in the Helm chart.

enhancement
help-wanted

We had a suspicion, that sometimes the VCL was not updated correctly or maybe not at all replicas. Therefore, I added more detailed logging, which enables better examination/troubleshooting. No logs...

Fix ascii overview diagram "Ingress -> Varnish -> Application" in first section "## How it works" of README.md

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.19.0 What's Changed The module prometheus/common v0.48.0 introduced a bug when used together with client_golang. If your project...

dependencies

**Is your feature request related to a problem? Please describe.** A frontend listener and port can be defined however it's impossible (as far as I'm aware) to add the `,PROXY`...

enhancement

Varnish module collection of modules ("vmods") extends Varnish VCL used for describing HTTP request/response policies with additional capabilities. This feature request will extend the functionality of varnish to the kube-httpcache...

enhancement