TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Percona Everest: open-source automated database provisioning and management

103 pointsby petecooper9 months ago

3 comments

cyrnel9 months ago
Most of the pain of running databases in k8s is all of the &quot;day 2&quot; operations like backups, clustering, scaling, upgrading, tuning, etc., so I&#x27;m glad to see all that accumulated knowledge built into controllers like this.<p>One feature I feel is lacking is better handling of database credentials. I see there&#x27;s a &quot;copy to clipboard&quot; button next to the password, which tells me we&#x27;re still using the same single, static, plain-text DB passwords that we&#x27;ve been using since the 90s. I&#x27;d love to see some kind of cross-platform RBAC system that uses rotating credentials or asymmetric crypto or something.
评论 #41418481 未加载
评论 #41418635 未加载
movedx9 months ago
I got really excited about this and then realised it&#x27;s only for Kubernetes: the one platform I&#x27;ve never believed you should deploy a database to (relational or otherwise.) I guess there are some use cases for such a deployment, but after 20 years of experience across many organisations on three continents, I&#x27;ve never encountered a situation that involves constantly rolling forward the database engine. Bring the engine inline with updates, sure, but weekly? Even monthly? No.
评论 #41413900 未加载
评论 #41413912 未加载
评论 #41414221 未加载
评论 #41414094 未加载
评论 #41414062 未加载
评论 #41413830 未加载
评论 #41415166 未加载
cwiggs9 months ago
Anyone know how this compares with stackgres and cloudnative-pg?<p>Looks like this supports mysql and mongodb, which the others don&#x27;t.
评论 #41415156 未加载