GitHunt
TH

thcyron/floating-ip-assigner

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

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:

spec:
  containers:
  - name: floating-ip-assigner
    image: thcyron/floating-ip-assigner:1.0.1
    env:
    - name: HCLOUD_TOKEN
      value: "<token>"
    - name: HCLOUD_FLOATING_IP_ID
      value: "<id>"

Languages

Go93.5%Dockerfile6.5%

Contributors

MIT License
Created February 14, 2019
Updated September 4, 2023
thcyron/floating-ip-assigner | GitHunt