Update README.md (#7210)

This commit is contained in:
Chris O'Haver
2025-03-24 10:25:44 -04:00
committed by GitHub
parent 8d49af153a
commit 8eed5991f0

View File

@@ -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 This plugin reports readiness to the ready plugin. This will happen after it has synced to the
Kubernetes API. 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 ## Examples
Handle all queries in the `cluster.local` zone. Connect to Kubernetes in-cluster. Also handle all Handle all queries in the `cluster.local` zone. Connect to Kubernetes in-cluster. Also handle all