Michael Pleshakov
Michael Pleshakov
I wonder if the suggested filter approach would be manageable. If it is only necessary to apply ACLs to one rule, then it looks simple enough. However, if it is...
I wonder if the HTTPS redirect use case is a suitable example for the redirect loop problem. For example, what if an HTTPRoute has many rules. This means the user...
Hi @MeghaVarshney21 ``` resolver kube-dns.kube-system.svc.cluster.local valid=5s; upstream backend { zone upstream-backend 64k; server triton.default.svc.cluster.local:8000; } ``` NGINX OSS only resolves DNS names when it starts or when it is reloaded....
Could this feature https://github.com/nginxinc/nginx-prometheus-exporter/pull/37 be utilized as a workaround the the time being? although please note that during retrying, the Prometheus endpoint :9113 is not created yet.
Does the following requirements sufficiently address the problem? (1) If the exporter cannot connect to NGINX during start (a) it doesn’t exit (b) it shows the nginx_up metric set to...
I wonder what people think about the following ideas about the migration guide: **Goals**: - Prepare Ingress users to migrate from the Ingress resource to the Gateway API resources. -...
great! I will write a draft and create a PR.
@ElvenSpellmaker @brianehlert Yep, the ConfigMap `ssl-redirect` and `hsts` are not supported by VirtualServer I can suggest a workaround - you can put the following into the ConfigMap which will enable...
Hi @alexandersm The Ingress Controller doesn't support multiple TLS secrets. However, could you possible try the following workaround? ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: cafe-ingress annotations: nginx.org/server-snippets: | ssl_certificate...
Hi @hostalp I would recommend double checking the memory usage of the KIC pods. If the usage is close enough to the limit, you will definitely experience issues related to...