GithubHelp home page GithubHelp logo

hetznercloud / awesome-hcloud Goto Github PK

View Code? Open in Web Editor NEW
930.0 930.0 70.0 126 KB

A curated list of awesome libraries, tools, and integrations for Hetzner Cloud

awesome awesome-list awesome-lists hetzner hetzner-cloud

awesome-hcloud's People

Contributors

alxhlz avatar apricote avatar arkste avatar costela avatar ddkfm avatar elconas avatar halfbax avatar hcloud-bot avatar hg8496 avatar kanishkablack avatar lkaemmerling avatar mrincompetent avatar olieidel avatar thcyron avatar thetechnick avatar tomsiewert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-hcloud's Issues

hetzner-node-pool - Terraform module to easily create VMs in the Hetzner Cloud and groups them in pools for easy scaling

Project Name

hetzner-node-pool

Description

hetzner-node-pool - Terraform module to easily create VMs in the Hetzner Cloud and groups them in pools for easy scaling

Link

https://registry.terraform.io/modules/hegerdes/hetzner-node-pool/hcloud/latest

Type

Library

Language

HCL

Further Comments

The module groups common hcloud Terraform resources into one modules. This allows easy scaling.

Features:

  • Ensuring placement groups are set
  • Public & Private IPs
  • Easy usage of snapshots
  • Easy scaling
  • Support auto generated and own VM names
  • Support for Cloud-Init
  • Support for optional disks

Expensive examples on GitHub and also linked on registry.terraform.io

Remove my deprecated hcloud-csi-driver

My CSI Driver is deprecated in favor of the official driver. We should not recommend the usage of this driver for any new deployments.

You can either tag it as deprecated or remove it altogether from the list.

Hetzner-k3s

Hi,

I created a PR to add my latest project to the list. I hope you find it useful.

It's a CLI utility (written in Go) that is able to create lightweight Kubernetes (k3s) clusters in Hetzner in minutes.

Single node K8s provisioning tool

Hi,

we've created a provisioning tool for Single node K8s:
https://github.com/DomainDrivenArchitecture/dda-k8s-crate

It is

  • cheap - we use this module to get even for low traffic apps the full k8s feeling on simple & cheap hetzner servers.
  • secure - no ports left open, k8s interaction & dashboard is ssh tunneled
  • complete - we integrated already dashboard, flannel, metallb, letsencrypt & applications

Our setup uses aws-route53 for dns management & hetzner-cloud for server-creation.

Interested in listing us ?

BR, Michael

Please consider adding TestFlows GitHub Hetzner Runners project to the list

Project Name

TestFlows GitHub Hetzner Runners

Description

Autoscaling GitHub Actions self-hosted runners using Hetzner Cloud

Link

https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners

Type

Tool

Language

Python

Further Comments

Please consider adding the https://github.com/testflows/TestFlows-GitHub-Hetzner-Runners project to the list that allows autoscaling GitHub Actions self-hosted runners using Hetzner Cloud. Used in https://github.com/altinity/clickhouse-regression.

Releasing the OpenAPI Specs

We are considering switching to Hetzner, but we would like access to the API OpenApi specs as many tools (including our own) are already providing integration with OpenApi. This is an important consideration when choosing a cloud provider.

From what I see in https://docs.hetzner.cloud/ it seems that the specs are already well defined, it's just a matter of releasing the json or yaml. Is there any chance you could make it public? ๐Ÿ˜„

Helm Chart for hcloud-cloud-controller-manager.

Hi,

as discussed in hetznercloud/hcloud-cloud-controller-manager#65, I created a Open Source Helm Chart for easy installation of the hcloud-cloud-controller-manager in a Hetzner Cloud based Kubernetes Cluster. I would like to ask if you would kindly add this to the project list.

Thank you very much!

Best regards
Matthias Lohr

publish Hetzner Cloud Init Datasources

Hetzner has its own cloud-init DataSource
But that's only bundled in its images.

It'd be easier to adapt the ISO images if that datasource was published to pip or at least Git.

Cloud API: user_data for enable_rescue action needed

Hi , is this the wish list place for Hetzner Cloud Service enhancements? I hope so, since I have an improvement request for your otherwise great product.

When going to rescue mode, I can install other software than the orginal OS to have a more dynamic approach than mounting precreated ISOs. I would love to automate that process with terraform or ansible, so I want to be able to inject a setup script that donwload e.g a rooter software, configures it and reboots without further manual steps.

Any plans for this? Would be great, thanks!

Add New Project: hetzner-k3s

Project Name

hetzner-k3s

Description

A CLI tool written in Crystal to quickly create and manage Kubernetes clusters in Hetzner Cloud

Link

https://github.com/vitobotta/hetzner-k3s

Type

Tool

Language

None

Further Comments

Cystal language was missing from the dropdown so I could not select it :)

This tool is already in use by many people, and soon I am going to implement autoscaling. I think it would be worth adding the project to your list :)

Add New Project: certmaster

Project Name

certmaster

Description

certmaster automatically creates Let's Encrypt certificates and uploads them to Hetzner load balancers

Link

https://github.com/poundifdef/certmaster

Type

Tool

Language

Go

Further Comments

This is useful when Hetzner can't automatically manage your certs, for example, if you use a different DNS provider.

OpenAPI representation of hcloud API

To allow faster integration into different programming languages and frameworks, I created semi-automatic tooling to generate an OpenAPI specification document from the HTML documentation at https://docs.hetzner.cloud/.

OpenAPI is a separate project that defines a standard for machine-readable representation of APIs. My repository contains the generated specification document and scripts to update it when the documented feature set changes.

My project on GitHub: https://github.com/MaximilianKoestler/hcloud-openapi

The generated specification is currently being used by hcloud-rust which was added to your collection through this issue.

By the way: I have no Idea which category this specification document/my repository fits in ๐Ÿ˜ƒ

Remove linter

As we generate the awesome list not automatically we don't need the linter (and the CI) anymore.

[Feature request] DNS access token limitations

Right now single access token has access to all the zones.

I would recommend:

  1. implement some way of limiting access token to single zone
  2. implement expiration for token

In my opinion that will increase the security level for those who need it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.