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
- Host: GitHub
- URL: https://github.com/thcyron/floating-ip-assigner
- Owner: thcyron
- License: mit
- Created: 2019-02-14T17:30:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T21:25:16.000Z (over 7 years ago)
- Last Synced: 2024-06-20T12:52:13.680Z (almost 2 years ago)
- Topics: floating-ip, hcloud, hetzner-cloud, kubernetes
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: ""
```