HIGH_AVAILABILITY_FABRIC

Fluid
Availability

The IP address that never goes down. Instantly remap traffic between bare metal, cloud regions, or providers via API. TTF < 5s.

Read API Docs

Event Log

TIMESTAMPEVENTSTATUS
10:42:05IP_REMAP_INITSUCCESS
10:41:55HEARTBEAT_ACKOK
failover_hook.json
1
POST /v1/floating_ips/203.0.113.10/actions
2
{
3
  "type": "assign_ip",
4
  "droplet_id": 1044201,
5
  "region": "nyc3",
6
  "anchor_ip": "10.20.1.5"
7
}
VIP203.0.113.10
Primary
10.0.0.1 (NYC)
Standby
10.0.0.2 (DAL)

Kubernetes Native

Stop using expensive Cloud Load Balancers. Assign Floating IPs directly to your K8s Ingress Controller (MetalLB support included).

kind: LoadBalancer

Global Anycast

Turn any Floating IP into an Anycast address. Announce the same VIP from London, New York, and Singapore simultaneously.

Multi-PoP Routing

DDoS Immune

Floating IPs sit behind our massive scrubbing edge. Volumetric attacks are filtered before they hit your compute instance.

Inline Mitigation
Why Static IPs Fail

The Single Point of Failure

Binding a public IP directly to a network interface (NIC) creates a hard dependency. If that server OS crashes, locks up, or needs a reboot, your service is dead.

  • Zero-downtime blue/green deployments
  • Seamless migration from Dev to Prod
  • Cross-datacenter disaster recovery
  • Bypass DNS propagation delays (TTL)
Feature
Standard DNS
Netnounce VIP
Failover Speed
5-10 mins (TTL)
< 5 seconds
Client Cache
Sticky / Broken
Seamless
Health Checks
Limited
Active Probing
Protocol
Layer 7 Only
Layer 3/4 (TCP/UDP)
Setup
Manual Records
API Call