Accessing Your Cluster
Your credentials document holds the endpoints and credentials below. Replace the placeholders with the values for your cluster.
Ceph Dashboard
Section titled “Ceph Dashboard”The Ceph Dashboard is the web UI for monitoring and managing your cluster. Use the URL and login from your credentials document. From the dashboard you:
- View cluster health, capacity, and OSD status
- Manage pools and device classes
- Create and manage object-storage (RGW) users and buckets
Object storage (S3)
Section titled “Object storage (S3)”Your cluster exposes an S3-compatible endpoint via Ceph RGW. Point any S3 client at the endpoint URL from your credentials document:
aws s3 ls --endpoint-url https://<rgw-endpoint>See Object Storage for clients, keys, and usage.
Administrative (root) access
Section titled “Administrative (root) access”ZCS clusters are single-tenant with root-level access, so you administer Ceph directly. For example, check status from an admin host:
ceph statusceph osd df treeYour credentials document lists the access method: admin host, SSH, or dashboard.
Next steps
Section titled “Next steps”- Object Storage. S3 endpoint and clients.
- Block Storage. RBD volumes.
- File Storage. CephFS shared filesystem.
- Replication & DR. Protect and replicate your data.