Kvindo™ Cloud Docs
A UDP Listener Rule forwards datagrams from a UDP Listener to a Target Group. Datagrams are distributed round-robin across the targets — there is no session affinity, so suit it to stateless UDP services.
• Listener — the UDP listener this rule belongs to (spec.udpListenerId)
• Forward to UDP — send datagrams to a Target Group (spec.forwardToUdpResponseAction)
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| Listener | spec.udpListenerId |
spec.udp_listener_id |
No | ULID — references a UDP Listener | — | No | The listener this rule belongs to |
| Order | spec.order |
spec.order |
Yes | integer | 0 |
No | Evaluation order; lower is checked first |
| Forward to UDP | spec.forwardToUdpResponseAction |
spec.forward_to_udp_response_action |
Yes | object — {targetGroupId, toPorts, portMappingType} |
— | No | Forward the datagrams to a Target Group |
A rule that forwards UDP datagrams to a DNS Target Group on port 53.
Terraform
Python SDK
kc CLI
Resource docs
More in this section