this post was submitted on 14 Jun 2023
11 points (100.0% liked)

Kubernetes

893 readers
1 users here now

founded 1 year ago
MODERATORS
11
submitted 1 year ago* (last edited 1 year ago) by Daemon to c/kubernetes
top 4 comments
sorted by: hot top controversial new old
[–] msage 3 points 1 year ago (1 children)

This might be a bit of a deep end, but I dislike how people try to push k8n everywhere.

Like you have a mid-sided company, without any real possibility to suddenly grow out. With decades of technical debt, questionable practices, lack of knowledge. But the priority is to push Kubernetes.

Sorry for the rant.

[–] Sheldan 2 points 1 year ago (1 children)

It can be a buzzword, but also be convenient for various things.

But there certainly is a steeep learning curve

[–] h_a_r_u_k_i 3 points 1 year ago* (last edited 1 year ago) (1 children)

I agree that not everyone should use it. But once one gets past the learning curve (understanding K8s resouces and how they work together), the experience of managing services is truly a delight: easy scaling, self-healing, Nginx ingress, etc.

[–] [email protected] 1 points 1 year ago

Especially from the perspective of the Infrastructure team!

The amount of magic you can create to abstract away everything so that your Dev teams can just focus on the code is a game changer.

The mindset you need is everything is just APIs.