Ingress controllers usually use the standard k8s services. In fact metal-lb allows workloads (like the nginx ingress controller) in the cluster to use services of type LoadBalancer, which is the default configuration. This results in an actual IP being made available to your ingress controller.
- 1 Post
- 15 Comments
To get nginx ingress to use the external clients IP, you can configure the ingress controllers traffic policy. Using the helm chart, I used these values:
controller: service: # this has a bunch of downsides, but allows source-ip based access white/deny listing. externalTrafficPolicy: Local
For the ingress IP, I configured metal-lb to receive traffic on a static IP (using IP4AddressPool and L2Advertisement CRDs from metal-lb), which is then used for the port forwarding. I’ve never tested it because I only have a single worker node, but I expect the metal-lb controller will continue receiving traffic to that same static IP if a node goes down.
Gaming, as a basis for Valves Proton.
boblin@sh.itjust.worksto Linux Gaming@lemmy.world•Could I theoretically keep gaming on windows 10, while doing any other work (banking etc) on linux?English4·3 months agoHaving weak security on your operating system certainly isnt helping when there is some sort of exploit in a browser running on that system. The perfect operating system may not prevent issues inside your browser, but it may limit the damage these do. I feel like you suggest using Linux reduces security - why do you say that?
boblin@sh.itjust.worksOPto Games@lemmy.world•Got Kingdom Come Deliverance 2 (retail, PS5) early, AMAEnglish2·5 months agoI think the NPCs did that in KCD1 if you were dirty, had high charisma but a fancy armor or similar. It feels like it works similarly in KCD2, since their demeanor changes significantly when switching from peasant clothes to a proper armor. Don’t have knights armor or any other fancy outfits yet though, so I can’t tell for KCD2.
boblin@sh.itjust.worksOPto Games@lemmy.world•Got Kingdom Come Deliverance 2 (retail, PS5) early, AMAEnglish31·5 months agoNo. But the arrow tip points towards the center. Weapon sway makes it nigh impossible to aim on the controller. I can’t relate to KCD1 since I played that on PC.
boblin@sh.itjust.worksOPto Games@lemmy.world•Got Kingdom Come Deliverance 2 (retail, PS5) early, AMAEnglish2·5 months agoYes, you don’t want to fight against more than one enemy, the game even has a tutorial with a stylistic drawing of you lining up the enemies in a line, so that only one can engage you at any time. I managed to pull this off with two enemies, with three you would need to tank some hits.
boblin@sh.itjust.worksOPto Games@lemmy.world•Got Kingdom Come Deliverance 2 (retail, PS5) early, AMAEnglish4·5 months agoTo be honest, it’s still a little hectic for me, but I feel the most notable change is that you can avoid being countered / masterstriked. By positioning your weapon, you can block, perfect block (allows you to strike back) or masterstrike which remains unblockable. There is now an interesting back and forth between blocking, striking back and being blocked, which can go on forever - until someone has no stamina left or someone pulls off a masterstrike.
boblin@sh.itjust.worksOPto Games@lemmy.world•Got Kingdom Come Deliverance 2 (retail, PS5) early, AMAEnglish7·5 months agoI can’t imagine myself streaming to an audience, just not my thing I guess.
boblin@sh.itjust.worksto Open Source@lemmy.ml•Which kind of hardware (used computer/single-board computer/dedicated server machine/NAS/something else) and operating system do you recommend for a home server like this?161·7 months agoI would always recommend good old Debian for a mostly „it just works“ experience. You‘ll find debian packages for most if not all the things you mentioned. Alternatively you could go the steeper route and use an immutable OS like Fedora CoreOS or Fedora Silverblue for a more desktopy experience.
Hardware wise I‘ve been told the Intel NUC kits work wonders, or similarly specced boxes from Asia. You might get like 32GB RAM, a fairly recent CPU for <400€. Personally I‘m using a 12 year old Mac Mini until it dies, running debian.
boblin@sh.itjust.worksto Games@lemmy.world•How did Call of Duty come up with something so truly awful?English5·9 months agoSteam does this as far as I know.
boblin@sh.itjust.worksto World News@lemmy.world•Swiss voters reject biodiversity proposal in blow to conservation campaignersEnglish12·10 months ago63.03% rejecting it is less than I had expected. I was expecting 70% or more, so maybe there is hope for the matter to be reiterated upon in the coming years.
that is some creative citing to get to this headline… on the other hand, wtf bird
Another point to keep in mind - many distros now ship Podman instead of Docker, with Fedora being at the forefront of that change. If you‘re currently running Docker, you might want to check if your setup is drop-in compatible with Podman as some images will not work (usually related to permission or user switching, privileged ports).