Spyke

Replies

Comment on

Did anyone watch Ahsoka? What'd you think?

Reply in thread

You know what's cool fanservice? Andor using a Bryar Pistol. You know what's not cool fanservice? Seeing the same 10 characters again and again and again. Seeing the same bar in an enormous galaxy.

Kenobi at the very least added some linking character development between ROTS and ANH, despite how awkward some of it was. So that I'm OK with.

Comment on

What are the pros and cons of authentication with API key vs client_id+secret?

Consider that a 'username+password' is much harder to 'revoke' individually. As in, you can have 3-4 API keys in use, and can revoke any one of them without having to change a password.

You can also change password independently of the keys, or have it linked so keys are revoked on a password change. It also allows traceability as to where accesses are coming from (auditability). If everything is using the same client-id+secret (or usn/pwd), you don't know which 'client' is doing what.

Comment on

K3s in Production?

Define production lol. I've used it for a CI cluster for a few years. Have had to recreate it a few times due to database corruption (despite using etcd across 3 nodes).

Honestly Rancher management is more of a pain than manually managing via ansible or something. And swapping to CRI-O backend instead of containerd js a huge pain for Rancher/RKE2, but pretty easy with k3s.