Monoskope
(short m8
spelled "mate") implements the management and operation of tenants, users and their roles in a Kubernetes multi-cluster environment. It fulfills the needs of operators of the clusters as well as the needs of developers using the cloud infrastructure provided by the operators.
See the installation guide for getting started. Detailed documentation can be found at the /docs directory.
- The implementation of CQRS/ES in Monoskope is not cloned, but inspired by looplab/eventhorizon, a CQRS/ES toolkit for Go.
- The implementation of the RabbitMQ client is forked from wagslane/go-rabbitmq, a wrapper of streadway/amqp that provides reconnection logic.