Skip to content

Commit

Permalink
📖 add fork information
Browse files Browse the repository at this point in the history
  • Loading branch information
batistein committed Oct 3, 2023
1 parent 95aa2e0 commit 04b701b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Kubernetes Cloud Controller Manager for Hetzner Cloud
# Kubernetes Cloud Controller Manager for Hetzner Cloud & Hetzner Dedicated

[![GitHub Actions status](https://github.com/syself/hetzner-cloud-controller-manager/workflows/Run%20tests/badge.svg)](https://github.com/syself/hetzner-cloud-controller-manager/actions)

The Hetzner Cloud controller manager integrates your Kubernetes cluster with the Hetzner Cloud API.
The Hetzner Cloud controller manager seamlessly integrates your Kubernetes cluster with both the Hetzner Cloud API and the Robot API.

> This specific fork of the CCM has been enhanced to support Hetzner Dedicated servers and is actively maintained by [Syself](https://syself.com). Its primary purpose is to facilitate the operation of the [Cluster API Provider Integration Hetzner](https://github.com/syself/cluster-api-provider-hetzner).
> If you have inquiries or are contemplating deploying production-grade Kubernetes clusters on Hetzner, we welcome you to reach out to us at [info@syself.com](mailto:info@syself.com?subject=cluster-api-provider-hetzner).
## Features

* **instances interface**: adds the server type to the `node.kubernetes.io/instance-type` label, sets the external ipv4 and ipv6 addresses and deletes nodes from Kubernetes that were deleted from the Hetzner Cloud.
* **zones interface**: makes Kubernetes aware of the failure domain of the server by setting the `topology.kubernetes.io/region` and `topology.kubernetes.io/zone` labels on the node.
* **Private Networks**: allows to use Hetzner Cloud Private Networks for your pods traffic.
* **Load Balancers**: allows to use Hetzner Cloud Load Balancers with Kubernetes Services
* **Hetzner Dedicated**: use Baremetal Server and Cloud Servers together

Read more about cloud controllers in the [Kubernetes documentation](https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/).

Expand Down

0 comments on commit 04b701b

Please sign in to comment.