Conversation
Notices
-
Embed this notice
victor (victor@crucible.world)'s status on Friday, 28-Jul-2023 03:56:27 JST victor @annaghughes You have a bunch of physical servers. You install Kubernetes on them.
Some are workers, some are control plane.
The control plane has a REST API. Clients make requests to the API to start workloads.
Kubernetes schedules the workloads on the workers however it sees fit.
Workloads are basically just containers, which are basically just programs that run in their own little segregated spaces (using "cgroups" and "namespaces").
The rest is all YAML and network plumbing to get traffic into and out of those workloads.
Is it a huge waste of time? Yeah-
Embed this notice
Dr. Anna Hughes (annaghughes@mastodon.online)'s status on Friday, 28-Jul-2023 03:56:28 JST Dr. Anna Hughes Absolutely refusing to learn what kubernetes is
-
Embed this notice