{"id":16890366,"url":"https://github.com/jedevc/hcloud_kube","last_synced_at":"2026-04-16T12:05:30.111Z","repository":{"id":95489199,"uuid":"275434566","full_name":"jedevc/hcloud_kube","owner":"jedevc","description":"Bootstrap a basic kubernetes cluster on Hetzner cloud! :cloud::confetti_ball:","archived":false,"fork":false,"pushed_at":"2020-07-02T16:53:42.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T11:09:17.073Z","etag":null,"topics":["cloud","hetzner","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jedevc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-27T18:51:15.000Z","updated_at":"2020-07-02T16:53:45.000Z","dependencies_parsed_at":"2025-12-08T15:08:54.281Z","dependency_job_id":null,"html_url":"https://github.com/jedevc/hcloud_kube","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":0.4,"last_synced_commit":"e4ff8521785019b9b7e8e11e065e6ff63831f0b7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jedevc/hcloud_kube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedevc%2Fhcloud_kube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedevc%2Fhcloud_kube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedevc%2Fhcloud_kube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedevc%2Fhcloud_kube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jedevc","download_url":"https://codeload.github.com/jedevc/hcloud_kube/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedevc%2Fhcloud_kube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31884933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cloud","hetzner","kubernetes"],"created_at":"2024-10-13T17:02:43.387Z","updated_at":"2026-04-16T12:05:30.093Z","avatar_url":"https://github.com/jedevc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hcloud_kube\n\nA simple collection of scripts for bootstrapping a simply k8s cluster on\n[Hetzner Cloud](https://www.hetzner.com/cloud).\n\n## Dependencies\n\nYou'll need:\n\n- [hcloud](https://github.com/hetznercloud/cli)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)\n- Other pretty standard linux utils (Bash, SSH, etc)\n\n## Quickstart\n\nCreate a kubernetes cluster with 2 CX21 nodes:\n\n```bash\n$ export HCLOUD_TOKEN=\u003capi token\u003e\n$ ./hcloud_kube -t cx21 -n 2\n```\n\n## Usage\n\n1. Create a new project\n2. Create a new API token in the project\n3. Create a local environment variable `HCLOUD_TOKEN` with the value of the token.\n\n   ```bash\n   $ export HCLOUD_TOKEN=\u003capi token\u003e\n   ```\n\n4. Run the hcloud script\n\n   ```bash\n   $ ./hcloud_kube\n   ```\n\n5. You can then copy the kube admin config\n\n   ```bash\n   $ cp /tmp/hcloud_kube/admin.conf ~/.kube/config\n   ```\n\n6. You probably also want to save the generated ssh keys (in case you want to\n   ssh in later)\n\n   ```bash\n   $ cp /tmp/hcloud_kube/provision_key* ~\n   ```\n\n## Configuration\n\nCommand line options\n\n- `-t TYPE` (default: `cx21`)\n\n  The hetzner instance type for each node.\n\n- `-n COUNT` (default: `0`)\n\n  The number of hetzner workers to provision.\n\n  If set to 0, the master node is tainted to accept pods.\n\nFor additional configuration, dive in, and edit the script - it's meant to be\nbuilt upon.\n\n## References\n\nhttps://community.hetzner.com/tutorials/install-kubernetes-cluster\n\n## License\n\nBecause this tool is short and sweet, it is hereby released into the public\ndomain. Do whatever you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedevc%2Fhcloud_kube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjedevc%2Fhcloud_kube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedevc%2Fhcloud_kube/lists"}