• 136 Posts
  • 295 Comments
Joined 1 year ago
cake
Cake day: May 14th, 2025

help-circle


  • Fair enough,

    The point I’m trying to make is there are many ways to live more ethically, If you’re a vegan but fly a private jet, you don’t give a fuck about the environment, you’re just pretending you do.

    You could also not be a vegan and care more about the environment than a lot of vegans.

    I knew a militant vegan who removed the emissions filter from his diesel car, and tuned it to ‘roll coal’ (emit tons of smoke) because he thought it was cool.

    There’s a lot of nuance






















  • Did some reading, yea you’re right.

    So many of the containers run in K8s are built with docker, but the containers themselves aren’t docker.

    I think many people (like I used to 10min ago) think that docker = some-kind-of-container.

    Best plain-English version:

    Kubernetes is an orchestrator:

    • Docker Engine and Podman are container engines.
    • Kubernetes used to support Docker Engine via dockershim, but that support was removed in v1.24.
    • Kubernetes now talks to runtimes like containerd or CRI-O.
    • You can still build images with Docker and run them on Kubernetes, but Kubernetes is not “using Docker under the hood” in the old sense anymore.