← Home ← Back to /g/

Thread 106165456

26 posts 8 images /g/
Anonymous No.106165456 [Report] >>106165511 >>106165532 >>106165535 >>106165732 >>106165883 >>106166520 >>106166910 >>106167070 >>106168154 >>106170692 >>106171280 >>106171305 >>106171682 >>106171718
Have your experiences with Kubernetes been positive?
Anonymous No.106165511 [Report] >>106165543
>>106165456 (OP)
What do you need that shit for?
Anonymous No.106165532 [Report] >>106167116
>>106165456 (OP)
Well, not Kubernetes, but Docker Swarm.
Tried to use multiple storage using mounted NFS. Wasn't a good time... I wouldn't use it for the volumes themselves, only for persistent media and keep some storage on each node for the containers themselves.
Overall? Pretty good. 7.5/10.
Anonymous No.106165535 [Report]
>>106165456 (OP)
Kubernetes is awful, but building a cluster at home is still better than therapy.
Anonymous No.106165543 [Report] >>106165790 >>106165811
>>106165511
Nice found another /g/ user who’s never written a line of code for money
Anonymous No.106165732 [Report]
>>106165456 (OP)
Pays my bills/10
Anonymous No.106165790 [Report]
>>106165543
NTA but still explain. I kinda wanna do this but can't imagine a use case and don't wanna build in to just sit there
Anonymous No.106165811 [Report]
>>106165543
>devops shit
>writing code
Anonymous No.106165830 [Report] >>106168501
how do I into devops?
Anonymous No.106165883 [Report]
>>106165456 (OP)
It wa fine with 1 node, until I tried the cluster part and I couldn't join 2nd node no matter what.
Anonymous No.106166520 [Report] >>106167154 >>106172032
>>106165456 (OP)
Yes until I had to upgrade. You can't have just one cluster. You need a prod and staging to test your upgrades. That's where the journey ended. K3s was pretty cool.
Anonymous No.106166593 [Report]
>Not using Talos Linux to build Kubernetes clusters
Anonymous No.106166910 [Report]
>>106165456 (OP)
I use Docker extensively both at work and for personal projects, but I've never felt any urge to learn Kubernetes. It looks wildly overcomplicated. Just use Docker Compose on generic VPSs along with your cloud provider's load balancer services.
Anonymous No.106167070 [Report] >>106168501
>>106165456 (OP)
What is the best way to get your feet wet with Kubernetes? I've used Docker and ZFS a lot and have an ancient tower PC that I could probably fix and mess around with. Can you get any type of reasonable experience from running Kubernetes on a single home PC?
Anonymous No.106167116 [Report]
>>106165532
>Docker Swarm
SOUL
Anonymous No.106167154 [Report]
>>106166520
I came here to say this
Anonymous No.106168154 [Report]
>>106165456 (OP)
bros I have a question/life scenario I was going to throw in /sqt/, but it seems sort of relevant to this thread actually.

I am unemployed and looking for a job. My niche resume and the current job market seems to have pigeonholed me into only being able to get interviews for ELK stack development. The problem with that is I don't know shit about the ELK stack, or all these data pipelines and shit that interconnect with it or whatever the fuck. I mean I'm not technologically retarded, I use VMs and stuff, but once you add containers and cloud and APIs and shit, I'm lost. And then I read the job descriptions and they're like oh also lol Grafana, Docker, Kubernetes, Terraform, IaC, clusters, AWS integration, Helm, Ansible, and I want to fucking cry. ELK ended up on my resume pretty much by accident, but I guess everything else I've ever done and am actually good at is irrelevant in the current job market.

So I'm thinking about going ahead and actually learning all this ELK stuff. But I hardly even know what to ask to get started. I think, to get anything relevant out of it, I need a whole computer environment with previously mentioned Kubernetes, Docker, containers, whatever. I just have a strong desktop and some ChinkPads. Should I get a server or some cheap miniPCs or do it all in the cloud or uhh...? Give up maybe?
pls halp
Anonymous No.106168501 [Report]
>>106165830
>>106167070
Self-hosting k8s properly is a pain in the ass. Surely you can install kind and mess around, and it's totally solid for basic stuff and maybe some more in-depth experimentation with DB clustering.
But if you want to practice deploying some devops shit everyone uses (gitlab with runners, kafka, prometheus+grafana, minio, etc.) - as much as I hate to say it, you better unironically pay for some managed K8s in cloud.
Self-hosted k8s is in very, very specific demand and I can't really recommend it to noob - build a wider stack, not deeper, or you won't get hired.
Anonymous No.106170679 [Report]
If you need a kubernetes cluster, your shit is so bloated it makes jeetslop look like templeos.
Anonymous No.106170692 [Report]
>>106165456 (OP)
People see this and think it's smart, but none of you fuckers use Plan9 or Inferno.
Anonymous No.106171280 [Report]
>>106165456 (OP)
My salary has literally doubled since I learned it.
Anonymous No.106171305 [Report]
>>106165456 (OP)
That's a lot of power usage to do nothing.
Anonymous No.106171682 [Report]
>>106165456 (OP)
I refuse to deal with containerization (no, I'm not a NEET. I just have a non-tech job. Incredible, I know.)
Densel No.106171718 [Report]
>>106165456 (OP)
what's a kubernete?
Anonymous No.106172032 [Report] >>106172716
>>106166520
Did an upgrade break your cluster so hard that you couldn't fix it in reasonable time?
Anonymous No.106172716 [Report]
>>106172032
Yeah, atleast I was not skilled enough to fix it fast. Instead of letting the cluster rot, decided to reinstall. Then few upgrades were fine, when it broke again, I stopped using it and went back to single server.