▲ | mschuster91 a day ago | |||||||
> 2000 products sounds like you made 2000 engineers learn kubernetes (a week, optimistically, 2000/52 = 38 engineer years, or roughly one wasted career). Learning k8s enough to be able to work with it isn't that hard. Have a centralized team write up a decent template for a CI/CD pipeline, Dockerfile for the most common stacks you use and a Helm chart with an example for a Deployment, PersistentVolumeClaim, Service and Ingress, distribute that, and be available for support should the need for Kubernetes be beyond "we need 1-N pods for this service, they got some environment variables from which they are configured, and maybe a Secret/ConfigMap if the application rather wants configuration to be done in files" is enough in my experience. | ||||||||
▲ | relaxing a day ago | parent [-] | |||||||
> Learning k8s enough to be able to work with it isn't that hard. I’ve seen a lot of people learn enough k8s to be dangerous. Learning it well enough to not get wrapped around the axle with some networking or storage details is quite a bit harder. | ||||||||
|