Skip to content

bayudwiyansatria/terraform-hcloud-kubernetes

Repository files navigation

Terraform Hetzner Cloud Kubernetes Module

Platforms License Code Of Conduct Support Contributing

Contributor Covenant

Provisioning Kubernetes Stack On Hetzner Cloud.

Requirements

Name Version
Terraform > = 1.0.11

Machine at least 3 with minum as kubernetes requirements refer to kubernetes docs

Getting Started

There are demo for current provisioning kubernetes cluster on Hetzner Cloud here

Usage

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")
}

Contributing

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:

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2021. All Rights Reserved.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration