#computing # [[Epistemic status]] #shower-thought # Horizontally scalable Kubernetes asynchronous Firestore workers Each Pod listen to Firestore with a shard number. Documents are written with a random shard in the range of the number of workers. Helm deployment should properly assign shards incrementally. Eventually could auto scale with some custom Kubernetes API calls. # External links