k8s-gateway helm

k8s_gateway is a CoreDNS plugin that resolves all types of external Kubernetes resources.

It will gather all domains from all services, ingresses, and HTTPRoutes resources and create a DNS record for each of them, corresponding to the service IPs. This ensures that all external resources are resolved from within the cluster, and traffic is not leaving the cluster.

Most people deploy the k8s_gateway together with CoreDNS and call the Helm Release 'k8s-gateway'. This can be supplimenting along side the kube-dns or default CoreDNS from k3s.

More popular helm chart found

k8s-gateway from ori-edge is more popular with 71 repositories.

Install

Install with:

helm repo add bjw-s https://bjw-s.github.io/helm-charts/
helm install k8s-gateway bjw-s/app-template -f values.yaml

Top Repositories (3 out of 12)

See examples from other people.

NameRepoStarsVersionTimestamp
k8s-gatewayauricom/home-ops1242.3.04 days ago
k8s-gatewayharaldkoch/kochhaus-home691.3.1a month ago
k8s-gatewayxUnholy/k8s-gitops4041.5.16 months ago

Values

See the most popular values for this chart:

KeyTypes
boolean
boolean
number
string
number
boolean
number
boolean
number
string
number
boolean
number
string
number
string
string
string
string
string
service.main.loadBalancerIP (3)
${CLUSTER_LB_K8SGATEWAY}
string
string
string
boolean
string
args[] (10)
- -conf
- /etc/coredns/Corefile
string
image.repository (10)
quay.io/oriedge/k8s_gateway
string
string
string
boolean
string
number
string
boolean
string
number
string
boolean
boolean
string
number
string
boolean
string
string
string
string
string
boolean
persistence.config.name (8)
k8s-gateway-configmap
string
string
string
boolean
string
string
boolean
string
string
boolean
string
boolean
string
string
boolean
string
string
number
string
string
number
string
string
number
number
string
configMaps.config.data.Corefile (2)
.:1053 { errors log health { lameduck 5s } ready k8s_gateway ${INGRESS_DOMAIN} { apex k8s-gateway.networking resources Ingress Service ttl 300 } prometheus 0.0.0.0:9153 loop reload loadbalance }
string
boolean
controllers.main.containers.main.args[] (2)
- -conf
- /etc/coredns/Corefile
string
string
string
string
boolean
string
number
string
boolean
string
number
string
boolean
boolean
string
number
string
string
string
string
number
string
string
string
string
configmap.config.data.Corefile (1)
.:1053 { errors log health { lameduck 5s } ready k8s_gateway ${SECRET_PUBLIC_DOMAIN} ${SECRET_PRIVATE_DOMAIN} ${SECRET_EMAIL_DOMAIN} { apex k8s-gateway.networking resources Ingress Service ttl 300 } prometheus 0.0.0.0:9153 loop reload loadbalance }
string
boolean
string
number
string
string
string
string
string
string
securityContext.capabilities.add[] (1)
- NET_ADMIN
- NET_BIND_SERVICE
string
boolean