atakanyenel / keeper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keeper

Go Report Card

Keeper is a solution for cloud environments where IP address changes with every new deployment of the same VM. Keeper works as a DNS. Every time a a VM is instantiated , Keeper gets it's public IP address and sends it to a server, which has a static domain name. That way, any other device that wants to reach that server can just query it's current IP address from the server.

Keeper is designed for minimal footprint on start-up , so it compiles to minimal executable possible by removing debug info.

About

License:The Unlicense


Languages

Language:Go 82.1%Language:Dockerfile 9.2%Language:Makefile 8.8%