linhbqforSRE Tribeblogs.sretribe.net·Sep 13, 2024Kube-HetznerAbout The Project Hetzner Cloud is a good cloud provider that offers very affordable prices for cloud instances, with data center locations in both Europe and the US. This project aims to create a highly optimized Kubernetes installation that is easy...Discusskube
Sven Eliassonsveneliasson.de·Apr 27, 2024Benchmarking Hetzner's Storage Classes for Database Workloads on KubernetesTLDR: Running Kubernetes on Hetzner offers cost-effective options, but handling production workloads, especially stateful ones like databases, raises concerns. Hetzner provides instance and cloud volume storage options with significant differences in...Discuss·1 like·488 readsHetzner
Tobbe Lundbergtlundberg.com·Apr 26, 2024Hosting a Verdaccio NPM Registry on Hetzner Cloud Part 3: nginxTo follow along here you're going to need a (sub-)domain you want to use to access your Verdaccio NPM Registry. I already have a tobbe.dev domain, so I used a subdomain for this, pistachio.tobbe.dev, and pointed it to my new server IP. Login and upda...DiscussHetzner
Tobbe Lundbergtlundberg.com·Apr 24, 2024Hosting a Verdaccio NPM Registry on Hetzner Cloud Part 2: Adding a User and Securing the ServerIn Part 1 we bought a server and added an SSH key to the root user. If you skipped that part because you already had a server, please make sure you also have your public SSH key added to the root user's authorized_keys file as this part of the guide ...Discuss·65 readsverdaccio
Tobbe Lundbergtlundberg.com·Apr 24, 2024Hosting a Verdaccio NPM Registry on Hetzner Cloud Part 1: Buying a VPSAs the title suggest, we're going to host this on a Hetzner cloud server, a Virtual Private Server (VPS). If you already have a VPS you want to use you can skip ahead to Part 2 where we start configuring the server. Start by going to https://www.hetz...Discuss·58 readsHetzner
Frederico Fischerfredericofischer.hashnode.dev·Mar 28, 2024High-Available Kubernetes Cluster on HetznerAs someone playing a lot with Kubernetes Clusters and especially with the RKE2-Distribution, I thought: "Why shouldn't I write a blog about it?". Therefore here I am showing you how to create a Kubernetes Cluster on Hetzner-Cloud and make it High-Ava...Discuss·77 readsKubernetes
Dominic Cardellinocptchaoz.hashnode.dev·Feb 26, 2023Part 2 - Deploy Kubernetes with Terraform and KubeOneIntroduction This is the second part of my Blog Series "Deploy Kubernetes with Terraform and KubeOne". If you missed the first part of the series, follow this link to read it. In the first part, we talked about how we provide the basic infrastructure...Discuss·10 likes·94 readsTerraform
Dominic Cardellinocptchaoz.hashnode.dev·Feb 19, 2023Part 1 - Deploy Kubernetes with Terraform and KubeOneIntroduction This is my first blog post on Hashnode. I hope you enjoy it 🙃 "Oh no! Yet another blog post about setting a Kubernetes Cluster" - That's probably what most of you think when you read the headline. And you are not wrong at all. Except th...Discuss·78 readsTerraform
Alper Cicekacicek.hashnode.dev·Nov 1, 2022Creating a Kubernetes Cluster on Hetzner Cloud with Hetzner CCM, Rancher, Traefik and CloudflareIntroduction This tutorial will walk you through the process of setting up a Kubernetes cluster on Hetzner Cloud using RKE2. We will create the nodes, install and configure Hetzner's Cloud Controller Manager on the cluster, and enable native load bal...Discuss·3 likes·3.0K readsHetzner
Thomas Schühlytschuehly.de·Jun 22, 2022Parallel processing with Worker Pools in KotlinWorker pools Recently while doing a project with Go I came across Worker Pools on GoByExample to do parallel processing. I didn't find many resources for implementing Worker Pools in Kotlin, but it seemed a good idea for my current Spring Boot + Kotl...DiscussKotlin