• About Milvus
  • Get Started
  • Concepts
  • User Guide
  • Data Import
  • AI Tools
  • Data Infrastructure & Integration
  • Administration Guide
  • Tools
  • Integrations
  • Tutorials
  • FAQs
  • API Reference

etcd (Metadata)

Milvus uses etcd to store metadata such as collection schemas, node status, and message-consumption checkpoints.

Version

Milvus is validated against etcd 3.5.x. When you install Milvus with Helm, the bundled etcd image is milvusdb/etcd:3.5.25-r1 by default.

Change the etcd image with Helm

To pin or replace the etcd image version, override etcd.image.tag (and, if needed, etcd.image.repository) when installing or upgrading with Helm:

helm install my-release zilliztech/milvus \
  --set etcd.image.repository=milvusdb/etcd \
  --set etcd.image.tag=3.5.25-r1

For external etcd, or for detailed Docker Compose / Helm / Milvus Operator configuration, see Configure Meta Storage with Docker Compose or Helm and Configure Meta Storage with Milvus Operator.

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?