https://github.com/styxlab/kubeprov
Kubernetes Cluster Provisioning on Hetzner Cloud
https://github.com/styxlab/kubeprov
coreos hetzner hetzner-cloud k8s kubernetes kubernetes-cluster
Last synced: 3 months ago
JSON representation
Kubernetes Cluster Provisioning on Hetzner Cloud
- Host: GitHub
- URL: https://github.com/styxlab/kubeprov
- Owner: styxlab
- License: mit
- Created: 2018-12-27T10:30:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T23:19:23.000Z (over 7 years ago)
- Last Synced: 2025-10-21T12:37:45.736Z (9 months ago)
- Topics: coreos, hetzner, hetzner-cloud, k8s, kubernetes, kubernetes-cluster
- Language: Go
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubeprov
Kubernetes Cluster Provisioning on Hetzner Cloud
## Disclaimer
THIS IS WORK IN PROGRESS AND CURRENTLY NOT FUNCTIONAL
## Features
- All server nodes run on CoreOS
- Security first approach (Firewall, Encryption)
## Prerequisites
- `go version` >= `go1.11.2`
- `go env |grep GOPATH` is set
- `echo 'export HCLOUD_TOKEN=\n' >> ~/.bashrc`
## Install
```
$ go get -u github.com/styxlab/kubeprov
$ sudo cp "$GOPATH/bin/kubeprov" /usr/local/bin/
```
## Usage
```
$ kubeprov
```