Skip to content

Support DNS hostnames in PAUDE_PROXY_ALLOWED_CLIENTS for Kubernetes pod filtering#15

Merged
bbrowning merged 1 commit intomainfrom
allowed-clients-dns
Apr 2, 2026
Merged

Support DNS hostnames in PAUDE_PROXY_ALLOWED_CLIENTS for Kubernetes pod filtering#15
bbrowning merged 1 commit intomainfrom
allowed-clients-dns

Conversation

@bbrowning
Copy link
Copy Markdown
Owner

In Kubernetes/OpenShift, StatefulSet pods have deterministic DNS names but
dynamically assigned IPs. This adds DNS hostname support to the client filter
so operators can use pod DNS names (e.g., pod-0.svc.cluster.local) instead of
tracking ephemeral IPs. Hostnames are resolved at startup and re-resolved every
30 seconds in a background goroutine to handle pod restarts.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

…od filtering

In Kubernetes/OpenShift, StatefulSet pods have deterministic DNS names but
dynamically assigned IPs. This adds DNS hostname support to the client filter
so operators can use pod DNS names (e.g., pod-0.svc.cluster.local) instead of
tracking ephemeral IPs. Hostnames are resolved at startup and re-resolved every
30 seconds in a background goroutine to handle pod restarts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bbrowning bbrowning merged commit 2b868f8 into main Apr 2, 2026
6 checks passed
@bbrowning bbrowning deleted the allowed-clients-dns branch April 2, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant