Ask HN: DevOps Tutor?
My side project seems to be building traction, and it’s relying on scaling up some quite resource intensive processes in Kubernetes clusters.
It would be really useful to have an experienced dev-ops ‘tutor’ to ask questions to for say an hour or two a week.
How would I go about finding someone like that?
5 comments
[ 389 ms ] story [ 217 ms ] threadwhat kind of problems are you facing, though ?
At the moment: - I'm running new jobs manually by writing "deploy.yaml" files each time, and trying to figure out how to do this via API
- I think I'm probably over-provisioning VMs when I could be more efficient with resources. Looking at Google Cloud Autopilot but not sure if this is right.
- Sometimes with autoscaling on Digitalocean, nodes keep running after jobs are completed, and I have to manually check and kill them.