Floating IP
Last updated
Last updated
A floating IP (aka FIP), is a public accessible IPv4 address. It is used with to enable public access to the associated pods. You cannot attach multiple floating IPs to a service, but you can associate multiple services with one single floating IP (as long as no port flicts among different services).
If you allocate a floating IP address but do not use it, you will be . If you use it (with Service), you will not be charged for it.
You need to explicitly allocate and release floating IPs:
You cannot release an FIP while it is in use.
Create a new service using an existing floating IP:
You can also associate multiple service to one floating IP, with different ports:
If you allocate a floating IP address but do not use it, you will be charged with an hourly rate ($0.01/hour). If you use it (with Service), you will not be charged for it.