スキル一覧に戻る
nmime

k8s-databases

by nmime

0🍴 0📅 2026年1月18日
GitHubで見るManusで実行

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

OperatorVersionDatabase
Percona PostgreSQLv2.8.2PostgreSQL 18.x
Percona Server MongoDBv1.21.2MongoDB 8.0.x

Always use latest versions. Operators include built-in backup, monitoring, and HA management.

Deployment Tiers

TierPostgreSQLMongoDBHA
minimal/small1 replica1 replicaNo
medium/production3 replicas + PgBouncer3 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

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です