Operations and Management
CCX comes with many tools for managing and operating your installation.
CCX Admin UI
Your CCX_URL
has the /auth/admin
endpoint that allows you (and your support team) to administer all datastores deployed.
The account details for this are found in the kubernetes secret admin-users
. (The format is <email>:<password>
and additional users can be specified using the ;
as a separator)
Ops-C and ClusterControl UI
This is the admin panel for Cluster Control and exposes the functionality of CMON through a web interface (you can also use the s9s
CLI to interact).
The account details for this are found in the kubernetes secret cmon-credentials
.
CCX-MGMT
This is a proxy to an instance of CMON and the credentials for this are logged to stdout upon boot of the container. This is not actively used in current versions of CCX.
S9S CLI
This is a CLI tool that provides access to CMON functionality and the tool can be run from the cmon-master
service within kubernetes.