Skip to content

thegridman/coherence-operator

 
 

Repository files navigation


logo

Operator CI Go Report Card

Quality Gate Status Security Rating

GitHub release (latest by date) License

Coherence Operator

Oracle enables organizations using Coherence to move their clusters into the cloud, by supporting industry standards, such as Docker and Kubernetes, Oracle facilitates running Coherence on cloud-neutral infrastructure. In addition, Oracle provides an open-source Coherence Operator, which implements features to assist with deploying and managing Coherence clusters in a Kubernetes environment. You can:

  • Run Coherence within the industry standard Kubernetes container orchestration framework, using Docker containers for the members of a Coherence cluster.
  • Flexibly override and customize cluster configuration using a Coherence custom resource definition.
  • Safely scale the roles of a Coherence cluster using Kubernetes verbs or updates.
  • Expose ports (e.g. Coherence*Extend) to access your cluster with a variety of clients.
  • Deploy custom code for your server side classes.
  • Use Kubernetes persistent volumes when using Coherence’s disk-based storage features Elastic Data or Persistence.
  • Use Kubernetes Zone information to ensure data stored in Coherence is resilient to loss of a Zone. Coherence goes to great efforts to ensure data is safe across processes, machines, racks and sites. When Coherence is deployed to Kubernetes with the Coherence Operator, data will be spread across zones to ensure this underlying principle is supported; thus by default, loss of any zone is a tolerated failure mode. This is reflected in the StatusHA value (SITE-SAFE) for partitioned services, in addition to the member level site information that is equivalent to the kubernetes zone label on the associated pod.
  • Use popular industry standard tools such as Grafana, ELK (or more specifically the Elasticsearch, Fluentd and Kibana (EFK) stack), and Prometheus to monitor the performance, logs, and health of your clusters.

Documentation

Documentation for the Coherence Operator is available here

The fastest way to experience the operator is to follow the Quick Start guide.

Need more help? Have a suggestion? Come and say "Hello!"

We have a public Slack channel where you can get in touch with us to ask questions about using the operator or give us feedback or suggestions about what features and improvements you would like to see. We would love to hear from you. To join our channel, please visit this site to get an invitation.
The invitation email will include details of how to access our Slack workspace. After you are logged in, please come to #operator and say, "hello!"

Contributing

This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide

Security

Please consult the security guide for our responsible security vulnerability disclosure process

License

Copyright (c) 2019, 2023 Oracle and/or its affiliates.

Replace this statement if your project is not licensed under the UPL

Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.

Packages

No packages published

Languages

  • Go 78.1%
  • Java 12.6%
  • Makefile 7.4%
  • Shell 1.6%
  • Other 0.3%