ingress-controller
Here are 172 public repositories matching this topic...
-
Updated
Feb 2, 2022 - Go
See release notes for Envoy 1.20.0: https://www.envoyproxy.io/docs/envoy/v1.20.0/version_history/current
http: the HeaderMatcher fields exact_match, safe_regex_match, prefix_match, suffix_match and contains_match are deprecated by string_match.
The wrinkle here is that string_match was added in Envoy 1.20.0 and does not exist in 1.19.x so we cannot use this field as soon as we
-
Updated
Jan 31, 2022 - 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.
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
Jan 31, 2022 - Go
-
Updated
Oct 7, 2021 - Ruby
We run the controller with limited AWS STS credentials (issued by Vault). These credentials are not allowed to perform any operation in iam:*, which causes startup to fail. To get around this we've custom built the controller to comment out the IAM lookup, as all our certs are in ACM. It'd be nice if we could disable this in the official build via command line flag, or have it warn and move o
-
Updated
Jan 6, 2022 - HCL
k8s_taints are not documented right now.
see https://github.com/aws-samples/aws-eks-accelerator-for-terraform/blob/main/modules/aws-eks-managed-node-groups/locals.tf#L24
Here is a working example you can use:
k8s_taints = [{key= "purpose", value="execution", "effect"="NO_SCHEDULE"}]I haven't tested it with fargate profiles:
https://github.com/aws-samples/aws-eks-acc
-
Updated
Feb 2, 2022 - Go
-
Updated
Oct 27, 2020 - Go
-
Updated
Jan 24, 2022 - Go
-
Updated
Sep 6, 2021 - PHP
-
Updated
Dec 22, 2021 - Go
-
Updated
Dec 26, 2021 - Go
-
Updated
Apr 19, 2018 - Go
-
Updated
Feb 5, 2021 - Go
-
Updated
Feb 2, 2022 - Mustache
-
Updated
Feb 29, 2020 - Go
-
Updated
Jul 14, 2021 - Go
-
Updated
Aug 17, 2021
-
Updated
Dec 29, 2021 - HCL
-
Updated
Jul 16, 2019 - PowerShell
-
Updated
Jan 20, 2018 - Go
-
Updated
Feb 1, 2022 - Mustache
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."
We currently have this doc for monitoring using prometheus+grafana https://kubernetes.github.io/ingress-nginx/user-guide/monitoring/
But there is no documentation for using servicemonitor.
For users who want to use their existing prometheus instances, servicemonitor will help scrape metrics from ingress-nginx-controller namespace .
A popular method to use prometheus is the kube-promeheus-