Provisioning Kubernetes Stack On Hetzner Cloud.
Name | Version |
---|---|
Terraform | > = 1.0.11 |
Machine at least 3 with minum as kubernetes requirements refer to kubernetes docs
There are demo
for current provisioning kubernetes cluster on Hetzner Cloud here
module "kubernetes" {
source = "bayudwiyansatria/kubernetes/hcloud"
cluster_admin_ssh_keys = file("~/.ssh/id_rsa.pub")
cluster_name = "bayudwiyansatria"
hcloud_token = var.hcloud_token
cluster_admin_ssh_access = file("~/.ssh/id_rsa")
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Looking to contribute to our code but need some help? There's a few ways to get information:
- Connect with us on Twitter
- Like us on Facebook
- Follow us on LinkedIn
- Subscribe us on Youtube
- Log an issue here on github
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details
Copyright © 2021. All Rights Reserved.
- Hat tip to anyone whose code was used
- Inspiration