HN user

SkyLinx

344 karma

SprintPulse - The Retrospective Tool Teams Actually Love - Try it out at https://sprintpulse.io/

Posts67
Comments195
View on HN
news.ycombinator.com 4mo ago

Show HN: SprintPulse – AI-powered retrospectives that drive action

SkyLinx
1pts0
hetzner-k3s.com 6mo ago

Show HN: The easiest way to set up Kubernetes clusters on Hetzner Cloud

SkyLinx
4pts0
news.ycombinator.com 1y ago

Hetzner-k3s v2.2.0 has been released

SkyLinx
3pts0
news.ycombinator.com 2y ago

New record: I created a 300-node Kubernetes cluster in 11 minutes

SkyLinx
1pts0
news.ycombinator.com 2y ago

(For Kubernetes users mainly) I need your help/advice with a business idea

SkyLinx
2pts0
news.ycombinator.com 2y ago

V1.1.5 of Hetzner-k3s (my Kubernetes installer for Hetzner Cloud) is out

SkyLinx
4pts0
news.ycombinator.com 3y ago

Hetzner-k3s v1.1.1 – the easiest way to create k3s clusters in Hetzner Cloud

SkyLinx
3pts1
news.ycombinator.com 3y ago

Setting up Seafile (file sharing and syncing) with S3 and Collabora Online

SkyLinx
1pts0
news.ycombinator.com 3y ago

Why is DNS resolution via UDP slower than TCP on Mac?

SkyLinx
9pts24
news.ycombinator.com 3y ago

Show HN: Hetzner-k3s v1.0.1 is out with autoscaling support

SkyLinx
18pts0
news.ycombinator.com 3y ago

I rewrote in Crystal my tool to quickly create Kubernetes clusters in Hetzner

SkyLinx
127pts47
news.ycombinator.com 4y ago

Hetzner-k3s v0.5.4 is out with support for multi zonal Kubernetes clusters

SkyLinx
5pts2
news.ycombinator.com 4y ago

DuckDuckGo, StartPage, Kagi, Brave Search and other alternatives search engines

SkyLinx
28pts20
news.ycombinator.com 4y ago

A recruiter is looking for people with 10 years of experience with Kubernetes

SkyLinx
1pts2
github.com 4y ago

Show HN: Create HA k3s clusters in Hetzner Cloud in a couple of minutes or less

SkyLinx
2pts3
news.ycombinator.com 4y ago

Open source APM/exception tracking that I could self host

SkyLinx
3pts1
www.dynablogger.com 5y ago

Show HN: A simple blogging platform I built out of frustration with other tools

SkyLinx
210pts122
fjogeleit.dynablogger.net 5y ago

OpenEBS and NFS Server Provisioner on RKE Cluster with Rancher

SkyLinx
1pts0
news.ycombinator.com 5y ago

Ask HN: Paddle and test accounts / multiple webhook URLs

SkyLinx
1pts0
news.ycombinator.com 5y ago

Ask HN: Please help me understand whether I need encryption for this

SkyLinx
3pts1
news.ycombinator.com 5y ago

Ask HN: Who is using Contabo for their virtual servers?

SkyLinx
2pts4
news.ycombinator.com 5y ago

Ask HN: Should I switch from Chargebee to Paddle for my SaaS?

SkyLinx
23pts32
vitobotta.com 5y ago

Using Docker on Apple Silicon with a remote Docker engine

SkyLinx
1pts0
vitobotta.com 5y ago

Kubernetes in Hetzner Cloud with Rancher Part 2 – Node Driver

SkyLinx
1pts0
vitobotta.com 5y ago

Kubernetes in DigitalOcean with Rancher

SkyLinx
1pts0
vitobotta.com 5y ago

Kubernetes in Hetzner Cloud with Rancher – Updated Guide

SkyLinx
1pts0
vitobotta.com 5y ago

Live migration of a Kubernetes cluster from a cloud provider to another

SkyLinx
2pts1
vitobotta.com 5y ago

A Google Analytics proxy to game ad blockers

SkyLinx
2pts0
vitobotta.com 5y ago

Full page caching in Rails with a memcached cluster and middleware

SkyLinx
1pts0
vitobotta.com 5y ago

Self hosted GitHub Actions runners in Kubernetes

SkyLinx
2pts3

I'm building SprintPulse (https://sprintpulse.io), a real-time retrospective tool that transforms team feedback into concrete action items. With AI-powered summaries, merge suggestions, and sentiment tracking, every voice is heard and nothing gets lost. With the Linear integration, you can easily export your action items to a Linear or Jira project.

If its similar to k9s and lens what sets it apart? Please don’t get upset from my questions, it’s not my intention. I am genuinely just wondering why I would pay for this tool when there are similar tools that are free to use. I actually tried your tool not long ago - I remembered now from the screenshot. At the time it didn’t support proxies if I remember correctly and I didn’t really see anything that would make me switch from k9s (my current favorite because I’m very fast using it with the keyboard). Perhaps I will try it again to see what’s changed.

It's up to you. You can configure it with one master or HA multiple masters (e.g.). If you set the instance count for the masters pool >1 then my tool will create a load balancer in front of the API server.

The tool simply requires a small YAML config file and creates and configures everything that you need to get a fully functional cluster in a few minutes. It creates all the infrastructure resources (servers etc), it deploys kubernetes on all the nodes, and then installs some software that allows you to provision both load balancers and persistent volumes. It also installs a controller that makes upgrading to a new version easier.

What the tool does not install is other apps, because this would be too opinionated and depends from cluster to cluster.

k3s because it has been around for a while, and it's something I have used almost since it was first made available.

Yes cluster upgrades are covered with the "upgrade" command, as described in the REAME. I use the Rancher's System Upgrade Controller for this, which makes rolling upgrades very easy and super quick.

Github Actions is perfectly fine, it's what I use both for personal stuff and at work.

For the database, are you planning to host it in Kubernetes? Depending on the database type there may be an operator that can handle backups easily for you. For example for Postgres I have used the Zalando operator which does this and there is a newer one called CloudNativePG which might be even better. What kind of databases are they?

It's a programming language that looks very similar to Ruby in syntax (if you are familiar with Ruby), but it's compiled, so by switching from Ruby to Crystal for this tool I was able to provide standalone executables which are easier to use. With the Ruby version instead my users had to set up Ruby or Docker, which was not optimal.

Give it a try, looking forward to hearing what you think :)

For backups I just use Velero. It can back up any kind of volumes with the Restic integration, and it has been rock solid for years for me.

In the past I've used Longhorn, Rook, OpenEBS and others but really, in Hetzner Cloud just use their volumes. It's much more reliable than those software solutions in my experience and performance is also a lot better.

I can give you an example of one cluster than I use for personal stuff:

- 3 masters with 3 cores and 4 GB of RAM each - load balancer for the masters (for the Kubernetes API) - 3 workers with faster AMD CPUs and 4 cores/8GB of RAM - around 200GB of storage in persistent volumes

I think it costs around 60-70 euros per month total! I can't remember the exact amount because I have many things with Hetzner and do tests creating and deleting stuff all the time so my bill is rather long lol.

Hetzner is very cheap, but I can voice for the performance and reliability as well. It's a very good provider and I highly recommend them. Now they even have 2 locations in the USA!