From 8eed5991f0209f319366feb49801bf9b5edfd6a2 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Mon, 24 Mar 2025 10:25:44 -0400 Subject: [PATCH] Update README.md (#7210) --- plugin/kubernetes/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugin/kubernetes/README.md b/plugin/kubernetes/README.md index d600b66ac..eb5cac03e 100644 --- a/plugin/kubernetes/README.md +++ b/plugin/kubernetes/README.md @@ -121,6 +121,11 @@ The *kubernetes* plugin watches Endpoints via the `discovery.EndpointSlices` API This plugin reports readiness to the ready plugin. This will happen after it has synced to the Kubernetes API. +## PTR Records + +This plugin creates PTR records for every Pod selected by a Service. If a given Pod is selected by more than +one Service a separate PTR record will exist for each Service selecting it. + ## Examples Handle all queries in the `cluster.local` zone. Connect to Kubernetes in-cluster. Also handle all