{"id":13702603,"url":"https://github.com/BlueBambooStudios/hcloud-connect","last_synced_at":"2025-05-05T04:31:18.400Z","repository":{"id":51328577,"uuid":"297169961","full_name":"BlueBambooStudios/hcloud-connect","owner":"BlueBambooStudios","description":"Heztner Cloud K8s Agent","archived":false,"fork":false,"pushed_at":"2021-05-14T23:50:00.000Z","size":24,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T08:15:16.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlueBambooStudios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-20T21:51:08.000Z","updated_at":"2022-04-14T21:04:04.000Z","dependencies_parsed_at":"2022-09-05T20:20:34.694Z","dependency_job_id":null,"html_url":"https://github.com/BlueBambooStudios/hcloud-connect","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBambooStudios%2Fhcloud-connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBambooStudios%2Fhcloud-connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBambooStudios%2Fhcloud-connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueBambooStudios%2Fhcloud-connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueBambooStudios","download_url":"https://codeload.github.com/BlueBambooStudios/hcloud-connect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252439582,"owners_count":21748038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T21:00:38.951Z","updated_at":"2025-05-05T04:31:18.139Z","avatar_url":"https://github.com/BlueBambooStudios.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":["Rust"],"readme":"# Hetzner Cloud Connect\n\n![golangci-lint](https://github.com/BlueBambooStudios/hcloud-connect/workflows/golangci-lint/badge.svg)![Docker](https://github.com/BlueBambooStudios/hcloud-connect/workflows/Docker/badge.svg)\n\nHandles automatically adding servers to load balancers\n\n## Usage\n\nAll configuration is passed with environment variables. We recommend storing these variables as secrets.\n\nFirst create a secret containing your hetzner credentials:\n\n```\n---\napiVersion: v1\nkind: Secret\nmetadata:\n  name: hcloud\n  namespace: kube-system\ntype: Opaque\nstringData:\n  token: \"{HETZNER_API_TOKEN}\"\n  loadBalancer: \"{LOAD_BALANCER_ID}\"\n```\n\nThen deploy the daemonset to your cluster:\n\n```\nkubectl apply -f https://raw.githubusercontent.com/BlueBambooStudios/hcloud-connect/master/deployment/daemonset.yaml\n```\n\n### Environment variables\n\n|          **Key**           |      **Type**      | **Default** |                **Description**                 |\n| :------------------------: | :----------------: | :---------: | :--------------------------------------------: |\n|        HCLOUD_TOKEN        |       String       |             |               Hetzner API token                |\n|      HCLOUD_ENDPOINT       | String (Optional)  |             |    Optional endpoint URL for Hetzner Cloud     |\n|        HCLOUD_DEBUG        | Boolean (Optional) |    FALSE    |              Enable debug loggin               |\n|    HCLOUD_LOAD_BALANCER    |       String       |             |                Load balancer id                |\n| HCLOUD_USE_PRIVATE_NETWORK | Boolean (Optional) |    FALSE    | Use the private network when attaching targets |\n|         NODE_NAME          |       String       |             |  Node name as shown in Hetzner control panel   |\n\n### N.B.\n\nThere are no tests, use at your own peril\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlueBambooStudios%2Fhcloud-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlueBambooStudios%2Fhcloud-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlueBambooStudios%2Fhcloud-connect/lists"}