πΎ Autosaving Β· the spreadsheet-native Cilium Β· a project of the SNCF
Networking, service discovery and load balancing for Sheeternetes.
Sheetlium is the L3/service layer. A shared Docker network gives every pod connectivity, and each Deployment name is registered as a DNS alias β a round-robin Service. So curl http://web reaches the web Deployment's replicas, load-balanced by embedded DNS. Services, without the CRDs.
Each Deployment name is a round-robin DNS Service β no manifests, no CRDs.
Docker's embedded DNS spreads traffic across replicas automatically.
sheetlium status/services/endpoints β think cilium status.
| Sheetlium π© | Cilium | |
|---|---|---|
| Service definition | A Deployment name (0 lines) | A Service + Endpoints object |
| CRDs required | None | CiliumNetworkPolicy et al. |
| Learning curve | One command | eBPF and a weekend |
| Spreadsheet-native | β | β |