Kvindo™ Cloud Docs
A VPC Peering External Peer is the non-Kvindo side of a VPC Peering — a network outside Kvindo Cloud (another provider, or on-premises). Kvindo establishes an encrypted tunnel to the peer's router over SSH and advertises the given CIDRs across it.
• VPC Peering — the peering this external side joins (spec.vpcPeeringId)
• SSH access — how Kvindo reaches the remote router: user, IP, port, and an optional SSH Private Key
• Advertised CIDRs — the remote networks made reachable from the Kvindo side (spec.ipV4Cidrs)
• Private IPv4 — the tunnel address of the remote endpoint (spec.privateIpV4)
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| VPC Peering | spec.vpcPeeringId |
spec.vpc_peering_id |
No | ULID — references a VPC Peering | — | No | The peering this external side joins |
| SSH Private Key | spec.sshPrivateKeyId |
spec.ssh_private_key_id |
Yes | ULID — references an SSH Private Key | — | No | Key used to reach the remote router |
| SSH User | spec.sshUser |
spec.ssh_user |
Yes | string | — | No | SSH user on the remote router — no server-side default, set it explicitly (typically root) |
| SSH Port | spec.sshPort |
spec.ssh_port |
Yes | integer (0–65535) | — | No | SSH port on the remote router — no server-side default, set it explicitly (typically 22) |
| SSH IPv4 | spec.sshIpV4 |
spec.ssh_ipv4 |
Yes | string — IPv4 | — | No | Address Kvindo connects to over SSH |
| Private IPv4 | spec.privateIpV4 |
spec.private_ipv4 |
Yes | string — IPv4 | — | No | Tunnel address of the remote endpoint |
| Advertised CIDRs | spec.ipV4Cidrs |
spec.ipv4_cidrs |
Yes | list of string — CIDR | — | No | Remote networks advertised to the Kvindo side |
A peering plus an external peer reachable over SSH, advertising a remote 10.20.0.0/16 network.
Terraform
Python SDK
kc CLI
Resource docs
More in this section