Skip to content

Conversation

@digiserg
Copy link
Collaborator

The following would create a AxonOps Server instance that uses both Elastic for configuration and and Cassandra storage for metrics. Then it launches a cassandra cluster my-dev-env that's connected to AxonOps.

apiVersion: axonops.com/v1beta1
kind: AxonOpsCassandra
metadata:
  labels:
    app.kubernetes.io/name: axonops-developer-operator
    app.kubernetes.io/managed-by: kustomize
  name: axonopscassandra-sample
  namespace: axonops-dev
spec:
  cassandra:
    replicas: 1
    clusterName: "my-dev-env"
  axonops:
    elasticsearch:
      persistentVolume:
        size: 2Gi
        storageClass: local-path
    server:
      cassandraMetricsEnabled: true
      cassandraMetricsCluster:
        replicas: 1
        dc: axonops1
        persistentVolume:
          size: 2Gi
          storageClass: local-path

@digiserg digiserg merged commit c02da40 into main Feb 18, 2025
1 check passed
@digiserg digiserg deleted the feature/cassmetrics branch February 18, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants