Skip to content

#215 Resolve "Update C2MON Docker examples to Kubernetes"

Alexandros Papageorgiou Koufidis requested to merge 215-kube-config into master

This PR contains a list of yaml files that can be used for setting up a Kubernetes cluster comprised of:

  • C2MON server
  • Elastic Search
  • ActiveMQ
  • MySQL
  • DAQ-Hostmetrics
  • C2MON Web UI

All these are docker container images which are also hosted on the cern/c2mon dockerhub

Additional architectures such as OpenShift should be able to import these files. Docker-compose files can be generated using the kompose tool. However, it is important to note that the current setup relies on having a DNS Server for resolving addresses such as tcp://mq:61616

The documentation update is not yet completed because input is needed on #215 (see comments)

Closes #215

Edited by Alexandros Papageorgiou Koufidis

Merge request reports