Kvindo™ Cloud Docs
A Static Target is a manually configured backend in a Target Group, given as a fixed IP address or hostname. Use it for VMs with known private IPs; for workloads that scale dynamically, prefer a Service Discovery Target instead.
• Target group — the group this backend joins (spec.targetGroupId)
• Address — the backend's IP or hostname (spec.ipOrHostname)
• Port — not set here; the backend port comes from the Listener Rule's toPorts
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| Target group | spec.targetGroupId |
spec.target_group_id |
No | ULID — references a Target Group | — | No | The group this backend joins |
| Address | spec.ipOrHostname |
spec.ip_or_hostname |
No | string — IP or hostname | — | No | The backend's private IP or hostname |
A static backend pointing at a VM's private IP.
Terraform
Python SDK
kc CLI
Resource docs
Examples
More in this section