cassandra-operator | Kubernetes operator for Apache Cassandra
kandi X-RAY | cassandra-operator Summary
kandi X-RAY | cassandra-operator Summary
Kubernetes operator for Apache Cassandra
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cassandra-operator
cassandra-operator Key Features
cassandra-operator Examples and Code Snippets
Community Discussions
Trending Discussions on cassandra-operator
QUESTION
I have a 3 node Kubernetes cluster and I have set up Cassandra on it using Cass-Operator. I am following the instructions from here - https://github.com/datastax/cass-operator
What does the 2/2 mean in the output of the following command
...ANSWER
Answered 2020-Jul-03 at 14:00When you are deploying some application, one pod can have more than 1 container inside. If you will check Kubernetes Pod docs you can find 2 typs:
Pods that run a single container.
The "one-container-per-Pod" model is the most common Kubernetes use case; in this case, you can think of a Pod as a wrapper around a single container, and Kubernetes manages the Pods rather than the containers directly.
Pods that run multiple containers that need to work together.
A Pod might encapsulate an application composed of multiple co-located containers that are tightly coupled and need to share resources. These co-located containers might form a single cohesive unit of service--one container serving files from a shared volume to the public, while a separate "sidecar" container refreshes or updates those files. The Pod wraps these containers and storage resources together as a single manageable entity.
More information you can find in this docs.
How Pod
configuration YAML with 2 containers looks like can be found here. In .spec.containers
you can specify 2 or more containers.
Ive deployed those YAMLs.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cassandra-operator
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page