Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/explugins/k8s_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ weight = 10
tags = [ "plugin" , "k8s" ]
categories = [ "plugin", "external", "kubernetes" ]
date = "2020-09-19T12:00:00-08:00"
repo = "https://github.com/ori-edge/k8s_gateway"
home = "https://github.com/ori-edge/k8s_gateway/blob/master/README.md"
repo = "https://github.com/k8s-gateway/k8s_gateway"
home = "https://github.com/k8s-gateway/k8s_gateway/blob/master/README.md"
+++

## Description

This plugin is very similar to [k8s_external](https://coredns.io/plugins/k8s_external/) but supporting all types of Kubernetes external resources - Ingress, Service of type LoadBalancer and `networking.x-k8s.io/Gateway` (when it becomes available).
This plugin is very similar to [k8s_external](https://coredns.io/plugins/k8s_external/) but supporting all types of Kubernetes external resources - Ingress, Service of type LoadBalancer, HTTPRoutes, TLSRoutes, GRPCRoutes from the Gateway API project.

This plugin relies on it's own connection to the k8s API server and doesn't share any code with the existing [kubernetes](https://coredns.io/plugins/kubernetes/) plugin. The assumption is that this plugin can now be deployed as a separate instance (alongside the internal kube-dns) and act as a single external DNS interface into your Kubernetes cluster(s).

Expand Down Expand Up @@ -59,4 +59,4 @@ With the above configuration the plugin will behave in the following way:

Currently only supports A-type queries, all other queries result in NODATA responses.

> This plugin is **NOT** supposed to be used for intra-cluster DNS resolution and by default will not contain the default upstream [kubernetes](https://coredns.io/plugins/kubernetes/) plugin.
> This plugin is **NOT** supposed to be used for intra-cluster DNS resolution and by default will not contain the default upstream [kubernetes](https://coredns.io/plugins/kubernetes/) plugin.