Managed Databases
Hikube offers fully managed databases deployed via kubectl apply. Each service includes replication, automatic backups, and built-in monitoring.
Comparison
| Service | Type | Operator | Replication | Use Case |
|---|---|---|---|---|
| PostgreSQL | Relational | CloudNativePG | Streaming + failover | Transactional apps, APIs |
| MySQL | Relational | Oracle Operator | Group Replication | CMS, legacy applications |
| Redis | Key-value | Spotahome | Sentinel | Cache, sessions, queues |
| ClickHouse | Analytical | Altinity | ReplicatedMergeTree | Analytics, logs, OLAP |
Available Services
PostgreSQL
Open source relational database, highly extensible with native replication.
MySQL
Popular relational database, compatible with the MySQL/MariaDB ecosystem.
Redis
In-memory key-value store, ideal for caching and application sessions.
ClickHouse
Columnar analytical database for large-scale OLAP queries.