ingress-controller
Here are 139 public repositories matching this topic...
Please describe the problem you have
klogv2 has the https://godoc.org/github.com/kubernetes/klog#SetLogger API, which should let us drop the vaguely sketchy output stream we use to capture core Kubernetes log output.
-
Updated
Dec 16, 2020 - Go
NOTE: GitHub issues are reserved for bug reports only.
For anything else, please join the conversation
in Kong Nation https://discuss.konghq.com/c/kubernetes.
Summary
As specified here, images on bintray should follow have an architecture appended to them:
https://github.com/Kong/kong/blob/master/CHANGELOG.md
Currently only amd64 is available.
Kong proxy does but the
more cli commands
Is there an updated ARM template that uses VMSS for nodePool creations, add them to app gateway backend pool and I would like to know how we can egress the traffic through APP Gateway as it would be the only public IP for the cluster and I still get a random IP address when I try to access a web page from a pod.
https://raw.githubusercontent.com/Azure/application-gateway-kubernetes-ingress/ma
-
Updated
Dec 16, 2020 - Go
Kubernetes v1.18 introduced a dedicated resource + field for defining IngressClass. See the documentation here: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class
It would make sense for the ingress-controller to support ingress class in this way going forward.
Related issue for skipper: zalando/skipper#1478
-
Updated
Dec 14, 2020 - HCL
-
Updated
Oct 27, 2020 - Go
-
Updated
Dec 16, 2020 - Go
-
Updated
Dec 8, 2020 - Go
-
Updated
Aug 9, 2019 - Go
-
Updated
Dec 11, 2020 - Go
-
Updated
Apr 19, 2018 - Go
-
Updated
Nov 19, 2020 - Go
-
Updated
Nov 14, 2020 - PHP
-
Updated
Feb 29, 2020 - Go
-
Updated
Jul 16, 2019 - PowerShell
-
Updated
May 15, 2019 - Go
-
Updated
Jan 20, 2018 - Go
-
Updated
Dec 15, 2020 - HCL
-
Updated
Dec 10, 2020 - Shell
-
Updated
Sep 19, 2020
Change the templates to run all the Tyk containers as non-root user by default, but keep an option to change the user for the gateway since there might be a legitimate use case with a host network (and privileged port).
The images should mostly work fine with this, known issues are:
- tyk-gateway container will need a pid file path configured for a non-root user accessible path
- tyk-k8s co
-
Updated
Aug 22, 2019 - Go
-
Updated
Aug 30, 2019 - C
Improve this page
Add a description, image, and links to the ingress-controller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ingress-controller topic, visit your repo's landing page and select "manage topics."
I've been searching and looking everywhere on the internet and on these forms for days to help understand this issue and how to properly setup NGINX Ingress with Wordpress-fpm. I'm rather new to Kubernetes and all so I've been working on setting this up to help me learn it all.
I can get it to work using the image of Wordpress that has Apache included (Wordpress:latest) but I rather use NG