Skip to content

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

License

Notifications You must be signed in to change notification settings

thcyron/floating-ip-assigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>"

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published