← Back to list

k8s-databases
by nmime
⭐ 0🍴 0📅 Jan 18, 2026
SKILL.md
name: k8s-databases description: PostgreSQL and MongoDB on Kubernetes via Percona Operators. Use when deploying databases, configuring HA clusters, setting up backups, monitoring, or performing database operations.
K8s Databases
Percona Operators for PostgreSQL and MongoDB. (Updated: January 2026). All deployments are idempotent - operators reconcile to desired state.
Percona Operators
| Operator | Version | Database |
|---|---|---|
| Percona PostgreSQL | v2.8.2 | PostgreSQL 18.x |
| Percona Server MongoDB | v1.21.2 | MongoDB 8.0.x |
Always use latest versions. Operators include built-in backup, monitoring, and HA management.
Deployment Tiers
| Tier | PostgreSQL | MongoDB | HA |
|---|---|---|---|
| minimal/small | 1 replica | 1 replica | No |
| medium/production | 3 replicas + PgBouncer | 3 replicas (ReplicaSet) | Yes |
Installation
See references/postgresql.md and references/mongodb.md for deployment.
Get Connections
# PostgreSQL
kubectl get secret myapp-pg-pguser-myapp -n databases \
-o jsonpath='{.data.uri}' | base64 -d
# MongoDB
kubectl get secret myapp-mongo-secrets -n databases \
-o jsonpath='{.data.MONGODB_DATABASE_ADMIN_URI}' | base64 -d
Reference Files
- references/postgresql.md - PostgreSQL HA cluster
- references/postgresql-single.md - PostgreSQL single instance
- references/mongodb.md - MongoDB ReplicaSet
- references/backups.md - Backup with MinIO
- references/monitoring.md - Metrics and alerting
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon