From eed9d20a0120e506bd5d129e7cf56009e6b01fa1 Mon Sep 17 00:00:00 2001 From: Verox Date: Mon, 6 Jul 2026 15:49:25 +0100 Subject: [PATCH 1/2] Change k8s_gateway repo and home URLs to maintained fork The original ori-edge repository of k8s_gateway is no longer maintained as per the readme, and redirects users to k8s-gateway/k8s_gateway --- content/explugins/k8s_gateway.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/explugins/k8s_gateway.md b/content/explugins/k8s_gateway.md index 06f8dcf4..34d8d402 100644 --- a/content/explugins/k8s_gateway.md +++ b/content/explugins/k8s_gateway.md @@ -5,8 +5,8 @@ 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 @@ -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. \ No newline at end of file +> 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. From 7dadf0cfb626c8120557b8b0d95851a4e639ecf7 Mon Sep 17 00:00:00 2001 From: Verox Date: Mon, 6 Jul 2026 15:55:01 +0100 Subject: [PATCH 2/2] Update for latest resource types supported --- content/explugins/k8s_gateway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/explugins/k8s_gateway.md b/content/explugins/k8s_gateway.md index 06f8dcf4..8c1b62aa 100644 --- a/content/explugins/k8s_gateway.md +++ b/content/explugins/k8s_gateway.md @@ -11,7 +11,7 @@ home = "https://github.com/ori-edge/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). @@ -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. \ No newline at end of file +> 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.