Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 683 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 683 Bytes

vyshane/cassandra Docker Image

Extends the official Cassandra image with the addition of dnsutils (for the dig command) and a custom entrypoint to configure seed nodes for the container.

Expects seed node IP addresses to be provided as DNS A records. You can provide the domain via the PEER_DISCOVERY_SERVICE environment variable. This seed discovery mechanism was designed to play nice with Kubernetes headless services.