quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Support for Kubernetes

Open guilload opened this issue 3 years ago • 0 comments

  • [x] Stop passing resolved addresses to Chitchat
  • [x] Pass public gRPC addresses to Chitchat
  • [x] Add node config overrides via env vars for cluster ID, node ID, ... (at least for the run command)
  • [x] Add support for web identity providers
  • [x] Write Kube manifests for indexer and searcher deployments
  • [ ] Add readiness and liveness endpoints to Quickwit services
  • [ ] Add readiness and lives probes to deployments
  • [ ] Ensure Quickwit executable/services shut down gracefully on TERM signal
  • [ ] Ensure Quickwit images (latest and nightly) are properly built and pushed on Docker Hub
  • [ ] Test on local dev cluster
  • [ ] Test on EKS cluster
  • [ ] Update docs

Optional

  • [ ] Create Helm chart
  • [x] Setup Helm chart repo (GitHub pages)

guilload avatar Jun 21 '22 20:06 guilload