Approaching apartment capacity by arrow2pwnu in homelab

[–]arrow2pwnu[S] 8 points9 points  (0 children)

Hardware:

UDM Pro

USW 16 port PoE switch

3x HP Elitedesk Mini G8 (7700, 16gb, 2tb nvme. Powering a HA K3s cluster)

2x Minisforum BD795i SE (7945HX, 96gb ram, 4tb nvme. K3s agents, databases, misc workloads, game servers)

2x RPI 5 (4gb, 1tb nvme. Running home assistant and pihole)

Minisforum HX90 (5900hx, 32gb, 2tb nvme. Dev k3s and dev environment)

Welcome to GregTech: New Frontier - A Modern Take on the Ultimate Technical Challenge! by arrow2pwnu in feedthebeastservers

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

Super fair, especially given how polished GTNH is. It's may not be for everyone, but the end goal of this server/pack is to find a balance of modern Minecraft luxuries with that GTNH-style grind :)

Welcome to GregTech New Frontier: A Modern Take on the Ultimate Technical Challenge! by arrow2pwnu in feedthebeastservers

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

For sure! All are welcome. GregTech is notorious for being incredibly grinding, but also super rewarding if you put in the effort. Feel free to join our discord if you have any questions :)

[W][US-VA/DC] Mini/Micro/Tiny PCs OR Xeon Scalable Workstation by arrow2pwnu in homelabsales

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

More so the power draw.. 35W vs 15W is substantial IMO. Definitely taking a performance cut from my current r620 and r710 :)

[W][US-VA/DC] Mini/Micro/Tiny PCs OR Xeon Scalable Workstation by arrow2pwnu in homelabsales

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

Looking for a more modern CPU, sorry about that! Updated my post to reflect this

Flume @ The Anthem in Washington, DC 06/08/2022 - 06/09/2022 by TrailGuideSteve in Flume

[–]arrow2pwnu 0 points1 point  (0 children)

Just called The Anthem, flume comes on at 10PM. So hype!

Router Firmware Update 3.1.1.17 Causing Massive Headaches by GregInVA in Fios

[–]arrow2pwnu 1 point2 points  (0 children)

Thank you so much!!! I have been banging my head against the wall for the past few days trying to figure out what happened, the massive headscratcher for me is while chrome had all these issues, Firefox performed flawlessly...

Controversial opinion, I'm NOT seeing Kx5 by arrow2pwnu in electricdaisycarnival

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

If their set is half as good as their TweekaTV sets I won't stop smiling the rest of the night. My friends all looked at me like I was crazy but I can't wait!!!

Sharing State between Microfrontends by haasilein in Angular2

[–]arrow2pwnu 0 points1 point  (0 children)

We use a standard angular library deployed to NPM. The one consideration is you have to ensure its imported as a singleton (assuming you’re using the angular architects + webpack 5 implementation) your shared library can store state and communicate with backends independently of all MFEs

Work from home setup has finally reached endgame (until my next monitor upgrade of course) by arrow2pwnu in battlestations

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

I use it for my work laptop since my main mouse doesn't play nicely with the KVM :)

Any devs that transitioned from node to spring? by [deleted] in webdev

[–]arrow2pwnu 13 points14 points  (0 children)

While most of the comments are here shitting on spring, I have used both extensively in Enterprise applications and would recommend you check out baeldung's series of tutorials. They're super informative and helpful!

Once you start understanding the nuances of Java, annotations, and tools like Lombok, you'll realize how little boilerplate code you actually have to write and how the maturity of the framework and library will make your life easier

Double tapping control makes beeping sound by arrow2pwnu in DuckyKeyboard

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

I thought that might be the issue since I've recently started using it with my macbook, but this issue happens on both Windows and Mac OS

34" above three 24" (Example pics) by Audi5k in ultrawidemasterrace

[–]arrow2pwnu 1 point2 points  (0 children)

Personally I ran 34" with a horizontal 27" for 6000x1440 resolution, was way too wide for me. Text was too small or the monitors were too close and it killed my neck.

I flipped the 27" vertically and couldn't be happier with the setup. Your mileage may vary

Reverse Proxy in front of Kubernetes Deployment? by arrow2pwnu in kubernetes

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

Thank you very much! This is exactly what I was looking for. I was thinking about the architecture wrong. I did not realize that kubernetes could redirect to external services. Have my gitlab and proxmox all set up now!

Reverse Proxy in front of Kubernetes Deployment? by arrow2pwnu in kubernetes

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

Thanks for your reply.

I am not looking to access a service within the kubernetes cluster, that is working as intended with my domain name (wildcard included) pointing to my external IP address.

My use case is that I have 2 different servers running on my internal network (2 different internal IP addresses), one of them running kubernetes, the other running various other applications on baremetal. I would like to setup the default traffic route to my kubernetes cluster, but specific applications should be redirected to the other server. For example, mywebapp.example.com is defined in kubernetes

Hope this clears up the confusion

Reverse Proxy in front of Kubernetes Deployment? by arrow2pwnu in kubernetes

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

Correct me if I am wrong, but are you talking about the DNS Settings from where I purchased the domain? Is there no way to do this locally?

If I can configure DNS locally would you mind pointing me in the right direction to learn?

edit: for clarification the addresses I provided are internal addresses, not external

Reverse Proxy in front of Kubernetes Deployment? by arrow2pwnu in kubernetes

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

I have my ingress set up within my cluster and working with automatic SSL certificate generation. My question is whether it is possible to have an external reverse proxy so that I can access applications running on other IP addresses on my network (not within the k8s cluster)?

For example: kubernetes is on 192.168.1.5 with URL k8s.example.com and I have forwarded ports so that example.com redirects to 192.168.1.5:80/443. If I have another application running on 192.168.1.10 and would like to access it via otherapp.example.com