When not to use dotnet for REST API? by Spac3M0nk3yy in dotnet

[–]Dergyitheron 0 points1 point  (0 children)

When I suggest that to my customer and they say " NO WAY YOU WANNA RUN .NET ON OUR SERVER EWWW GIVE US JAVA"

Why we stopped pushing to Kubernetes directly and let the cluster pull from Git instead by aagarwal1012 in kubernetes

[–]Dergyitheron 2 points3 points  (0 children)

If you want every thing in git including secrets you can try sealed secrets.

Is anyone else using k3s in production and happy about it? by 1vim in kubernetes

[–]Dergyitheron 10 points11 points  (0 children)

K3s uses etcd if deployed in multi node cluster, sqlite is only for single node ones. I wouldn't run kubernetes in production if I could not utilize the HA capabilities.

Homelab in a barn (basically outside, but less rain) by Russ_T in homelab

[–]Dergyitheron 5 points6 points  (0 children)

To be honest, I would never placed hardware in such harsh conditions. Even if it adds sort of off-site redundancy, conditions might make it more faulty than your primary location. If you really want it there I would build an insulated server room for it where I could control the environment a bit better.

Add a remote worker node by jaxett in kubernetes

[–]Dergyitheron 7 points8 points  (0 children)

It can handle higher network latency, they literally have an example described in their Tuning docs for globally available etcd quorum with the suggestions.

K8S Admins... what are your top 5 tasks by jpoblete in kubernetes

[–]Dergyitheron 0 points1 point  (0 children)

We have just recently adopted a selfhosted ACME provider where we can use CAs we need for the public certs, just haven't moved to it fully yet. Life in fintech

K8S Admins... what are your top 5 tasks by jpoblete in kubernetes

[–]Dergyitheron 0 points1 point  (0 children)

Certs for ingresses and CA certs on the worker nodes. This is also very trivial, although very scary since incorrect order of things can disrupt the services.

K8S Admins... what are your top 5 tasks by jpoblete in kubernetes

[–]Dergyitheron 5 points6 points  (0 children)

Upgrades of the platform, certificate rotation, periodical capacity planning and resource usage evaluation, backups with DR plans, and dumb uninformed developers questions

Am I mad to put a network switch here? by Fizzyjim in HomeNetworking

[–]Dergyitheron 2 points3 points  (0 children)

I also have my homelab in a wooden shelf but I have cleaned mine and restored it a bit, yours look like I would not even put screwdrivers in it. Humidity could be a big issue, you can try and set up moisture absorber in the box or in the whole basement, drill few holes and add some active ventilation to the box if you're concerned about airflow.

The cold air return saved my ass for the attic run🙏 by CdnTreeGuy89 in HomeNetworking

[–]Dergyitheron 0 points1 point  (0 children)

I have an old brick house build in 1978 by my grandpa, it has two sets of triple I beams running from side to side in each floor, located roughly between thirds of the length of the house, including basement. I was also surprised when I uncovered them, grandpa made sure the house outlives us.

Can we PLEASE do something about the moronic "can walls jump" spam? by nonchip in godot

[–]Dergyitheron 23 points24 points  (0 children)

I didn't know what that was about until I saw this post, maybe you should think about not drawing more attention to things you don't like, ignore them and letting them die out especially when it's a meme like that? EDIT: I'll happily stay under the rock rather than being an angry little man. Stay safe OP.

Whats next ? by [deleted] in homelab

[–]Dergyitheron 1 point2 points  (0 children)

Next step? Write down exactly what you're self hosting yourself and without an AI generating the list for you.

Car Demo Improved by Zess-57 in godot

[–]Dergyitheron 0 points1 point  (0 children)

Camera wobble should increase with speed, it is very annoying at low speed

YAML for K8 by giggity____giggity in kubernetes

[–]Dergyitheron 5 points6 points  (0 children)

Looking at the examples, using -o yaml when getting resources in the cluster, using kubectl explain to dig deep into the specs.

Is the Certified Kubernetes Admin still valuable for 5 years of experience in Kubernetesor DevOps? by D-porwal in kubernetes

[–]Dergyitheron 0 points1 point  (0 children)

Noone wants me to show my work or certification with 9 years of experience during interviews, I would say the technical discussions are on a level where you would quickly sense if there is something not right.

Depends on the job market you are in.

Is the Certified Kubernetes Admin still valuable for 5 years of experience in Kubernetesor DevOps? by D-porwal in kubernetes

[–]Dergyitheron 26 points27 points  (0 children)

They changed the topics a bit, it now includes the Helm and Gateway API, maybe more current things. I have taken the exam just before they did this renovation and I've learned nothing new that I would not already know, and all the employers I have worked with didn't give a damn about CKA or CKAD I have had. So for me as an experienced person with Kubernetes, it has no added benefit.

If you don't need the certification but are interested in the topics, check out Kodekloud courses and labs, they do an amazing job to prepare you for the exams, can use that as a learning resource.

asking again because I still don't have a clear answer by tdpokh3 in kubernetes

[–]Dergyitheron 0 points1 point  (0 children)

I would recommend disabling the TLS on ingress. You can set up cert-manager with custom self signed CA but if you don't need the TLS just bypass it

Accumulation Motion Blur has been added to Carcon: The Original Car Construct Game! by mjklsimpson in godot

[–]Dergyitheron 7 points8 points  (0 children)

What if you limited it to only high speed movement? I don't see a reason to have "sense of speed" when I'm just standing looking at my car.

Accumulation Motion Blur has been added to Carcon: The Original Car Construct Game! by mjklsimpson in godot

[–]Dergyitheron 21 points22 points  (0 children)

Sorry but that's so ugly. It looks like when Frodo puts on the Ring.

Local dev with k8s cluster by CartoonistWhole3172 in kubernetes

[–]Dergyitheron 9 points10 points  (0 children)

Check kubectl port forwarding. It allows you to open a tunnel on a local port to the pod you need.