top | item 44460416

(no title)

nisa | 8 months ago

This (ragebaity/ai?) post kind of mixes things up. Kubernetes is fine I think but almost everything around it and the whole consulting business is the problem. You can build a single binary, use a single layer oci container and run it with a single config map with memory quota on 30 machines just fine.

Take a look at the early borg papers what problem does it solves. Helm is just insane but you can use jsonnet that is modelled after Google's internal system.

Only use the minimal subset and have an application that is actually build to work fine in that subset.

discuss

order

sidewndr46|8 months ago

how does jsonnet relate to Helm? It appears to be a template language.

nisa|8 months ago

You can use it with tanka or kubecfg, argo and flux also have native support. You can also just render yaml and use kubectl apply