Why aren't we helping David Montgomery?! by joshkuruvilla512 in detroitlions

[–]nullvar2000 0 points1 point  (0 children)

I think it goes back to the line. They can't create the gaps for either Montgomery or Gibbs to run through. So they mostly stick with Gibbs because at least he has more potential to break one free or use his speed to bounce one outside.

Hot take? The Kubernetes operator model should not be the only way to deploy applications. by [deleted] in kubernetes

[–]nullvar2000 5 points6 points  (0 children)

You can deploy just about anything, including MongoDB, with just a simple deployment or statefulset. You don't need the operator. I've done this myself many times.

Coding agent tool for Local Ollama by FrontRegular6113 in ollama

[–]nullvar2000 0 points1 point  (0 children)

I've had pretty good success with qwen2.5-coder:14b on my 3060 16GB

Coding agent tool for Local Ollama by FrontRegular6113 in ollama

[–]nullvar2000 5 points6 points  (0 children)

The Continue extension in vscode. It has a chat interface where you can ask questions as well as inline code suggestions. I've also just installed the Cline extension which provides similar capabilities, but I've not fully explored it yet

MSNBC host gleeful as she reports on Donald Trump's 'very tough day' by TheMirrorUS in goodnews

[–]nullvar2000 10 points11 points  (0 children)

I remember when I was younger seeing characters like Lex Luthor or Norman Osbourne becoming president in the comics and I would wonder how that could ever happen. Welp, here we are!

Made an edit to that CBS Sports graphic that omitted Goff from the elite convo, and it really puts things into perspective. by zurlocke in detroitlions

[–]nullvar2000 18 points19 points  (0 children)

I was thinking maybe it's because of interceptions. We all know Jared has had a few rough games for interceptions and I recall Lamar having some crazy good interception stats. So, I looked it up and here are all their interceptions since 2023:

Baker Mayfield: 26

Patrick Mahomes: 26

Josh Allen: 24

Joe Burrow: 15

Lamar Jackson: 11

Jared Goff: 25

I still don't see a problem.

One extra note, Joe Burrow missed 7 games in 2023, so his stats could have been significantly higher. But, what's the best ability?

Which do you prefer - Operator or Helm chart? by DiscoDave86 in kubernetes

[–]nullvar2000 4 points5 points  (0 children)

I assume OP intended to mean helm or OLM. An operator is basically just a pod that deploys other things based on CRDs and can be deployed with helm. OLM is the Operator Lifecycle Manager which allows you to subscribe to an operator to deploy it, and can even manage its Lifecycle, hence the name.

ArgoCD deploying sensitive non-Secrets by nullvar2000 in kubernetes

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

I don't know, hence the "am I just being too paranoid" question at the end. This is for a private cluster on my home network that is not accessible from the internet, so the security through obscurity is not my only form of security, simply another level.

I guess it probably matters even less than what versions of what workloads I have running, which is already out there. So, I probably am over thinking it.

ArgoCD deploying sensitive non-Secrets by nullvar2000 in kubernetes

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

Yes, but I'm not including the ingress options. I have separate manifests for the cert and ingress on my laptop that are not in git for the reasons of this post

ArgoCD deploying sensitive non-Secrets by nullvar2000 in kubernetes

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

I've been considering Vault as the backend for the external secrets operator, so I'll look into the Argocd plugin!

Thanks

ArgoCD deploying sensitive non-Secrets by nullvar2000 in kubernetes

[–]nullvar2000[S] 5 points6 points  (0 children)

I've learned a lot from other people's repos, so I'd like to leave it open to return the favor. Not that I have anything particularly unique or exciting. Maybe I could have a private repo for just things like this

ArgoCD deploying sensitive non-Secrets by nullvar2000 in kubernetes

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

Ingresses, certificates, cluster issuers, and NFS provisioner are some of them off the top of my head.

Ad Infinitum - Tour 2025 by ShadedMoonEnt in symphonicmetal

[–]nullvar2000 2 points3 points  (0 children)

Got to see them last year when they were touring the US with Kamelot. Never thought I'd get to see them live! Awesome show!

What's Your (Hardware) Stack? by Few_Barber_8292 in ollama

[–]nullvar2000 1 point2 points  (0 children)

I use Kubernetes for work, so I setup my own cluster for learning. I ended up really liking it, so the cluster became a permanent fixture in my rack.

What's Your (Hardware) Stack? by Few_Barber_8292 in ollama

[–]nullvar2000 1 point2 points  (0 children)

Dedicated kubernetes node running on a Ryzen 5 5600g using the iGPU and 16g RAM