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 66 repositories.

Install

Install with:

helm repo add k8s-gateway oci://ghcr.io/home-operations/charts-mirror/k8s-gateway
helm install k8s-gateway k8s-gateway/k8s-gateway -f values.yaml

Examples

See examples from other people.

Top Repositories (3 out of 15)

NameRepoStarsVersionTimestamp
k8s-gatewayahgraber/homelab-gitops-k3s903.2.07 days ago
k8s-gatewaysamip5/k8s-cluster1373.2.07 days ago
k8s-gatewaysamip5/k8s-cluster1373.2.02 months ago

Values

See the most popular values for this chart:

KeyTypes
domain (15)
${SECRET_DOMAIN}
string
string
number
service.type (15)
LoadBalancer
string
string
string
string
number
watchedResources[] (14)
- HTTPRoute
- Service
string
string
string
string
image.repository (4)
k8s-gateway/k8s_gateway
string
string
string