An open API service indexing awesome lists of open source software.

https://github.com/thcyron/floating-ip-assigner

Kubernetes sidecar for assigning a Hetzner Cloud Floating IP to the current node
https://github.com/thcyron/floating-ip-assigner

floating-ip hcloud hetzner-cloud kubernetes

Last synced: 3 months ago
JSON representation

Kubernetes sidecar for assigning a Hetzner Cloud Floating IP to the current node

Awesome Lists containing this project

README

          

# floating-ip-assigner

**floating-ip-assigner** is a sidecar for Kubernetes which assigns a Hetzner Cloud Floating IP
to the node the container is currently running on.

## Usage

Just add the container to your pod spec:

```yaml
spec:
containers:
- name: floating-ip-assigner
image: thcyron/floating-ip-assigner:1.0.1
env:
- name: HCLOUD_TOKEN
value: ""
- name: HCLOUD_FLOATING_IP_ID
value: ""
```