Comment by trenchpilgrim
Comment by trenchpilgrim 9 hours ago
The API and controller loops are the point of k8s. etcd is an implementation detail and lots of clusters swap it out for something else like sqlite. I'm pretty sure that GCP and Azure are using Spanner or Cosmos instead of etcd for their managed offerings.
Yep. K3s can use SQLite or Postgres.