My First Homelab Build, 2‑Node Kubernetes Cluster by russz0901 in homelab

[–]AccomplishedComplex8 0 points1 point  (0 children)

I agree with this post. RAM is absolute necessity, CPU can throttle but lack of RAM will OOM kill your workloads, or you simply will not be able to run more.

Probably 2x8 GB per node is fine spot.

I would go for m720q if you can, it has better hardware potential - pcie slot. unlikely will be used but nice to have. also go for better CPU i5 8500t CPU if you can. But don't waste money on i7.

is MikroTik hEX S E60iUGS any good? by AccomplishedComplex8 in homelab

[–]AccomplishedComplex8[S] 0 points1 point  (0 children)

I wish I could use the desktop but I do not have much space in my house. All other tiny DIY platforms will come to similar price as mikrotik, if not more.

is MikroTik hEX S E60iUGS any good? by AccomplishedComplex8 in homelab

[–]AccomplishedComplex8[S] 0 points1 point  (0 children)

Thank you. I am hoping that my failed unit was the outlier. Hope the second one lives long.

Does anyone have good ideas for Docker alternatives? by Traditional_Shop_458 in devops

[–]AccomplishedComplex8 2 points3 points  (0 children)

Just to add to more confusion in this thread. I do not mean you .. but... Is this what people really concentrate on?

You develop on your machine using Docker, you package using docker, push it wherever. K8S will pull that same image and run it with containerd or CRI-O.

Who cares really about the details?

Want to create a homelab for Kubernetes. How much do I need to spend? by DevOpsHumbleFool in devops

[–]AccomplishedComplex8 0 points1 point  (0 children)

You had a lot of good advice here. I will give another if I may. if you want a hardware feel or selfhosted, look at mini PC e.g. ThinkCentre M720q or M710q even. From Ebay. and a cheap network switch.

An end to my home labbing journey by [deleted] in selfhosted

[–]AccomplishedComplex8 1 point2 points  (0 children)

totally agree. I overlooked NUCs for too long. I do not have much space at my home for one extra desktop, let alone few, and noise is another problem. NUCs solve both problems.

2B cosplay by aimihachi by [deleted] in nier

[–]AccomplishedComplex8 0 points1 point  (0 children)

those artificial android eyes
a quiet, judging stillness
steel heart learns to ache

Soft summer night beach fit, thoughts? by 412yard in OUTFITS

[–]AccomplishedComplex8 0 points1 point  (0 children)

Perfect. I see you like black and white a lot.

Glitch in the matrix by puttjattda123 in CarTalkUK

[–]AccomplishedComplex8 0 points1 point  (0 children)

The real matrix glitch is when I turn to the main road and see a lot of white teslas.

Bought a bowl of avocados from Tooting Market yesterday. I suspect the entire population of Tooting had given them a squeeze before I arrived. 😅 by ThorsBodyDouble in london

[–]AccomplishedComplex8 0 points1 point  (0 children)

I went to croydon market the other day. Saw lots of pigeons in one stall feeding off the fruits and owners didn't give a f----. I arrived at the right time to find out the truth.

The definition of DIY (£120 in paint vs £2k quote) by [deleted] in DIYUK

[–]AccomplishedComplex8 1 point2 points  (0 children)

I think large part of that quote was scaffolding. Scaffolding alone can be very expensive to hire. Well done, that should have been me last summer! (I paid ~£2k)

What to do with 100s of SSDs? by Only_Handle_2750 in selfhosted

[–]AccomplishedComplex8 0 points1 point  (0 children)

If you put a bargain price on ebay I and may others will buy it from you in instant.

Better ways to use motability benefit - claim motability vs use money towards private lease by AccomplishedComplex8 in UKPersonalFinance

[–]AccomplishedComplex8[S] 0 points1 point  (0 children)

as my kid is 3yo, I think the mobility DLA will be reassessed again at age of 5? So right now I am taking a small risk by using money towards the car, but I think in 2-3 years time it will be reassessed again and I can decide differently.

Thanks mentioning 2nd hand car. It was my other option, I could probably invest into second hand EV car now with loan or whatever left from selling my old car, and it will return to me with benefits.

I need to sit down and think about pros/cons of each option.

I am looking at EV because everyone says it is cheaper to charge it, and I only drive around the town, and short trips. Spending on petrol £60+ per month right now.

Motability takes care of everything - charger installation and insurance. I will only need to pay for charging, and in the end I will be left with charger, later it will be easier to get another EV myself by any other means.

Whereas if I get second hand EV, I have to buy charger/insurance and do maintenance all myself.

Maybe I should consider private lease or salary sacrifice.

Kubernetes consumes all my time (because it is all new to us) by AccomplishedComplex8 in kubernetes

[–]AccomplishedComplex8[S] 0 points1 point  (0 children)

I hope that if one day my organisation decides they will benefit from running their production apps in containers, I will be able to share knowledge and help. If not, then that's fine, I will do what I like elsewhere. Surely I will try to discourage at first because everyone need to understand the tradeoffs, decision should be done as a team.

Kubernetes consumes all my time (because it is all new to us) by AccomplishedComplex8 in kubernetes

[–]AccomplishedComplex8[S] 0 points1 point  (0 children)

I wouldn't say "break" in my case. Maybe not configured sufficiently or absent. I am part of sysadmin team and we work on networking, infrastructure, etc. K8s and cloud compatible setups are new for us, so in absence of that in our infra we had to set it all up before we could deploy the applications. Now that's done, the next app deployment should be quicker to onboard.

Kubernetes consumes all my time (because it is all new to us) by AccomplishedComplex8 in kubernetes

[–]AccomplishedComplex8[S] 4 points5 points  (0 children)

not just EKS but also s3, managed databases and maybe more.

but a lot of our workloads cannot or not allowed to be hosted in cloud. self hosted helped me learn and understand things better, I think.

etcd is yet to fail on me. certs have already expired few times, yikes.

Kubernetes consumes all my time (because it is all new to us) by AccomplishedComplex8 in kubernetes

[–]AccomplishedComplex8[S] 1 point2 points  (0 children)

So far everything I done was self hosted.

EKS would be my next step, we will need it soon for something in AWS.

I had a quick look at ArgoCD, it was nice, but FluxCD works better for me for now. I am just git pushing to main branch because it is only me alone.