#hetznercloud — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #hetznercloud, aggregated by home.social.
-
We are hiring "(Senior) Kubernetes Platform Engineers" for the team building managed Kubernetes at @hetzner !
You will be working on the product from the public API through the Kubernetes services to the Linux hosts.
Profile:
* Expert in Kubernetes cluster administration
* Experience in Go
* Fluent in EnglishThe position is available remotely in Germany. Unfortunately we can not consider your application when you live in another country.
You can learn more about the position and apply at https://hetzner-cloud.de/en/jobs/2706982
-
We are hiring "(Senior) Kubernetes Platform Engineers" for the team building managed Kubernetes at @hetzner !
You will be working on the product from the public API through the Kubernetes services to the Linux hosts.
Profile:
* Expert in Kubernetes cluster administration
* Experience in Go
* Fluent in EnglishThe position is available remotely in Germany. Unfortunately we can not consider your application when you live in another country.
You can learn more about the position and apply at https://hetzner-cloud.de/en/jobs/2706982
-
Cheap Self-Hosted Kubernetes on Hetzner Cloud
https://blog.qstars.nl/posts/cheap-self-hosted-kubernetes-on-hetzner-cloud/
Comments: https://news.ycombinator.com/item?id=48996128
#HackerNews #Kubernetes #HetznerCloud #selfHosted #cloudComputing #techTips
-
Cheap Self-Hosted Kubernetes on Hetzner Cloud
https://blog.qstars.nl/posts/cheap-self-hosted-kubernetes-on-hetzner-cloud/
Comments: https://news.ycombinator.com/item?id=48996128
#HackerNews #Kubernetes #HetznerCloud #selfHosted #cloudComputing #techTips
-
Wenn die E-Mails vom eigenen Mailserver auf dem Hetzner Cloudserver nicht bei Empfängern bei T-Online ankommen, dann kann es an einem Block der T-Online-Mailserver liegen.
Ich habe jetzt schon den 2. Fall bei dem die IP des Cloudserver von T-Online abgewiesen wird.
@hetzner #hetzner #hetznercloud #cloud #email #tonline #mailserver
-
Wenn die E-Mails vom eigenen Mailserver auf dem Hetzner Cloudserver nicht bei Empfängern bei T-Online ankommen, dann kann es an einem Block der T-Online-Mailserver liegen.
Ich habe jetzt schon den 2. Fall bei dem die IP des Cloudserver von T-Online abgewiesen wird.
@hetzner #hetzner #hetznercloud #cloud #email #tonline #mailserver
-
DuckDuckFedi how do i provision a #hetzner #hetznercloud VM with a default route to the private network with cloud-init only? I get the IP and subnet route via DHCP, but the gateway apparently has to be set manually.
-
DuckDuckFedi how do i provision a #hetzner #hetznercloud VM with a default route to the private network with cloud-init only? I get the IP and subnet route via DHCP, but the gateway apparently has to be set manually.
-
I am hiring an experienced developer for the "Open Source Integrations" team at @hetzner. We sit between the product teams and the technical community and drive the Developer Experience.
You will work on integrations like our Ansible Collection hetzner.hcloud, our Terraform provider and the hcloud CLI: https://github.com/hetznercloud
Profile:
* You need to be able to communicate well with our customers and with internal teams
* Fluent in English
* Prior experience with Python or Go is a plus
* Previous experience with REST-like APIs and designing them helpThe position is available remotely in Germany. Unfortunately we can not consider your application when you live in another country.
You can learn more about the position and apply at https://hetzner-cloud.de/en/jobs/2523231
-
I am hiring an experienced developer for the "Open Source Integrations" team at @hetzner. We sit between the product teams and the technical community and drive the Developer Experience.
You will work on integrations like our Ansible Collection hetzner.hcloud, our Terraform provider and the hcloud CLI: https://github.com/hetznercloud
Profile:
* You need to be able to communicate well with our customers and with internal teams
* Fluent in English
* Prior experience with Python or Go is a plus
* Previous experience with REST-like APIs and designing them helpThe position is available remotely in Germany. Unfortunately we can not consider your application when you live in another country.
You can learn more about the position and apply at https://hetzner-cloud.de/en/jobs/2523231
-
🥳 New module release: Hetzner Cloud OpenAPI Client
https://codeberg.org/small-tech/hetzner-cloud-openapi-client
This is an OpenAPI client for Node.js generated from the official Hetzner Cloud OpenAPI specification using Massimo.
Recently, while reviewing the code for Catalyst¹, I realised that the Hetzner library I was using was deprecated. The only other client library listed on Awesome Hetzner Cloud for JavaScript was updated seven years ago². So I did a bit of research and discovered that Hetzner has an official OpenAPI specification (useful little things that you can generate documentation as well as working client code from). I also discovered Massimo³, a lightweight and easy to use OpenAPI client generator.
So, anyway, a few minutes later, I had a working Node.js client generated but I thought I’d take a little more time to make it into a module in case anyone else wanted to use it.
In the process, I also created a simple web app example with Kitten⁴ where you can enter your Hetzner API key in a web interface, have it persisted to the default Kitten database⁴ and then carry out a simple call to list your servers. It’s 99 lines of code, including comments, in a single file. (Because Kitten loves you.)
The example uses the new/advanced class and event-based way of working with Kitten so you might find it interesting for that reason too (I haven’t had the chance to document this workflow properly yet). It also showcases Kitten’s Streaming HTML⁵ workflow, as well as its built-in support for semantic default styles and its first-class Markdown support.
You can see the source code for the Kitten example here:
https://codeberg.org/small-tech/hetzner-cloud-openapi-client/src/branch/main/example/index.page.jsThe cool thing is that because the client is generated from the official Hetzner OpenAPI specification, it’s one command to update it should the specification change and you can be sure it matches exactly what’s in the API documentation.
Enjoy!
💕
¹ https://catalyst.small-web.org
² https://github.com/hetznercloud/awesome-hcloud#javascript
³ https://massimohttp.dev/
⁴ https://kitten.small-web.org/tutorials/persistence/
⁵ https://kitten.small-web.org/tutorials/streaming-html/#Hetzner #HetznerCloud #API #OpenAPI #Massimo #NodeJS #JavaScript #servers #hosting #VPS #Kitten #SmallWeb #SmallTech
-
🥳 New module release: Hetzner Cloud OpenAPI Client
https://codeberg.org/small-tech/hetzner-cloud-openapi-client
This is an OpenAPI client for Node.js generated from the official Hetzner Cloud OpenAPI specification using Massimo.
Recently, while reviewing the code for Catalyst¹, I realised that the Hetzner library I was using was deprecated. The only other client library listed on Awesome Hetzner Cloud for JavaScript was updated seven years ago². So I did a bit of research and discovered that Hetzner has an official OpenAPI specification (useful little things that you can generate documentation as well as working client code from). I also discovered Massimo³, a lightweight and easy to use OpenAPI client generator.
So, anyway, a few minutes later, I had a working Node.js client generated but I thought I’d take a little more time to make it into a module in case anyone else wanted to use it.
In the process, I also created a simple web app example with Kitten⁴ where you can enter your Hetzner API key in a web interface, have it persisted to the default Kitten database⁴ and then carry out a simple call to list your servers. It’s 99 lines of code, including comments, in a single file. (Because Kitten loves you.)
The example uses the new/advanced class and event-based way of working with Kitten so you might find it interesting for that reason too (I haven’t had the chance to document this workflow properly yet). It also showcases Kitten’s Streaming HTML⁵ workflow, as well as its built-in support for semantic default styles and its first-class Markdown support.
You can see the source code for the Kitten example here:
https://codeberg.org/small-tech/hetzner-cloud-openapi-client/src/branch/main/example/index.page.jsThe cool thing is that because the client is generated from the official Hetzner OpenAPI specification, it’s one command to update it should the specification change and you can be sure it matches exactly what’s in the API documentation.
Enjoy!
💕
¹ https://catalyst.small-web.org
² https://github.com/hetznercloud/awesome-hcloud#javascript
³ https://massimohttp.dev/
⁴ https://kitten.small-web.org/tutorials/persistence/
⁵ https://kitten.small-web.org/tutorials/streaming-html/#Hetzner #HetznerCloud #API #OpenAPI #Massimo #NodeJS #JavaScript #servers #hosting #VPS #Kitten #SmallWeb #SmallTech
-
„trixie“ is finally here! From now on, #Debian13 is available on #HetznerCloud
-
„trixie“ is finally here! From now on, #Debian13 is available on #HetznerCloud
-
Released two new features for hcloud-upload-image:
- Support for uploading images in qcow2 format
- Smaller minimal snapshot sizes -
Released two new features for hcloud-upload-image:
- Support for uploading images in qcow2 format
- Smaller minimal snapshot sizes -
-
I have finally migrated all my services to #Hetzner! 🥳
The simple structure of the #HetznerCloud, which makes it easy to activate certain services at any time, convinced me. With Object Storage, I also have enough storage for all my applications. 😇
This will certainly be a longer journey together and I am happy to have finally found a proper setup for all my services. 🚀
-
I have finally migrated all my services to #Hetzner! 🥳
The simple structure of the #HetznerCloud, which makes it easy to activate certain services at any time, convinced me. With Object Storage, I also have enough storage for all my applications. 😇
This will certainly be a longer journey together and I am happy to have finally found a proper setup for all my services. 🚀
-
Ok, ich habe jetzt *alle* Virtuellen Maschinen durch neue VMs des gleichen Typs ersetzt, und seitdem geht es wieder. Zum Glück ist das bei #k8s-Nodes ja nicht schwierig, weil die beliebig ersetzbar sind.
-
Ok, ich habe jetzt *alle* Virtuellen Maschinen durch neue VMs des gleichen Typs ersetzt, und seitdem geht es wieder. Zum Glück ist das bei #k8s-Nodes ja nicht schwierig, weil die beliebig ersetzbar sind.
-
@lichess @OVHcloud
Have you folks looked into #hetznercloud ? -
fixing and improving one of my big-medium project where are #nextcloud #caddy #terraform #packer #ansible #hetznercloud #gitlab coming soon !
-
hetzner-k3s v2.0.0 is out! 🎉 See release notes at https://github.com/vitobotta/hetzner-k3s/releases/tag/v2.0.0 for details. This is the new major version of my tool to create cheap #Kubernetes clusters in #HetznerCloud easily and quickly. @Hetzner_Online
-
hetzner-k3s v2.0.0 is out! 🎉 See release notes at https://github.com/vitobotta/hetzner-k3s/releases/tag/v2.0.0 for details. This is the new major version of my tool to create cheap #Kubernetes clusters in #HetznerCloud easily and quickly. @Hetzner_Online
-
Cool beans! #Hetzner now has a new location in #Singapore. Crazy, how a #German cloud company expands to more regions around the world.
-
Cool beans! #Hetzner now has a new location in #Singapore. Crazy, how a #German cloud company expands to more regions around the world.
-
Was really excited to start using #HetznerCloud this weekend, but after spinning up 3 servers, I see that Hetzner has significant limitations right now on Dedicated vCPU servers. I can't select anything but the most basic servers (2 vCPUs, and 8 GB RAM) which is fine for experimenting, but not for actually pushing my stack to Production.
** EDIT: While the message about limitations seems to be valid, the issue I am experiencing is due to new user limitations.
https://status.hetzner.com/incident/aa5ce33b-faa5-4fd0-9782-fde43cd270cf