Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Thanos’s gRPC StoreAPI: https://github.com/thanos-io/thanos/blob/9a5b4fa9c6e789cfc0c3bd648e183a6d4aea4218/pkg/store/storepb/rpc.proto
- Thanos Sidecar: https://thanos.io/v0.32/components/sidecar.md
- Thanos Compactor: https://kubernetes.io/docs/tasks/tools/#kubectl
- Thanos DNS Discovery: https://thanos.io/v0.32/thanos/service-discovery.md/#dns-service-discovery
- Thanos Query PromQL Engine:
- Thanos Query Frontend: https://thanos.io/v0.32/components/query-frontend.md/
- Handling instant queries: https://github.com/thanos-io/thanos/discussions/6472
- Vertical sharding: https://thanos.io/v0.32/proposals-accepted/202205-vertical-query-sharding/
- Thanos Store external label partitioning...