NGINX and NGINX Plus Ingress Controllers for Kubernetes

docker go golang ingress ingress-controller k8s kubernetes nginx
1 Open Issue Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a bug in the NGINX Ingress Controller example configuration for cross-namespace secrets. The example currently fails because it doesn't specify the namespace when creating a secret, resulting in it being created in the default namespace instead of the intended 'cafe' namespace. The fix involves updating the example's `kubectl` command to include the `-n cafe` flag to specify the namespace.

Complexity: 2/5
bug good first issue needs triage

NGINX and NGINX Plus Ingress Controllers for Kubernetes

Go
#docker#go#golang#ingress#ingress-controller#k8s#kubernetes#nginx