|
|
|
|
|
by jakewins
369 days ago
|
|
After you’ve run kubectl run, and it’s created the pod resource for you, what are you imagining will happen without the reconciliation system? You can invent a new resource type that spawns raw processes if you like, and then use k8s without pods or nodes, but if you take away the reconciliation system then k8s is just an idle etcd instance |
|
Imagine if pods couldn't reach other and you had to specify all networks and networking rules.
Or imagine that once you created a container you had to manually schedule it on a node. And when the node or pod crashes you have to manually schedule it somewhere else.