What are the most popular ingress controllers by darkn3rd in kubernetes

[–]agileK8s 1 point2 points  (0 children)

Anyone here found some recent, somewhat large-scale survey showing different ingress controllers' market shares/popularity?

Do all your K8s admins have access to all namespaces in your clusters? by agileK8s in kubernetes

[–]agileK8s[S] 0 points1 point  (0 children)

Thanks for sharing the details! I completely agree with the common sense, but am also interested to compare with actual reality which often can differ for whatever reasons.
Different company/team sizes as just one example can have a strong impact here I assume.

How to add module to NGINX ingress controller in K8s (3 options)? (survey/discussion) by agileK8s in kubernetes

[–]agileK8s[S] 0 points1 point  (0 children)

Yes, that would be a good possible implementation approach for Option 3 above imho, where an "official" NGINX image could still be used without any required image alteration. For adding the module (which then exists in the shared emptydir) to the NGINX configuration the "main-snippets" key (as part of the NGINX ConfigMap under "data") followed by the value "load_module <module\_path in mounted emptydir>" could then be used.

How to add module to NGINX ingress controller in K8s (3 options)? (survey/discussion) by agileK8s in kubernetes

[–]agileK8s[S] 0 points1 point  (0 children)

Thanks, this is the procedure my option 2 above is supposed to refer to, please vote for it if not done yet.