One of the coolest features when posting on iximiuz Labs is the ability to "embed" arbitrary web UIs.
Here is an example from the recent KubeBlocks tutorial on monitoring and alerting - you can play with KubeBlocks, Grafana, Prometheus UI, and AlertManager right on the page 👇
Thanks to Ivan's generous help, I've published a new tutorial 'Kubeblocks 101' on @iximiuz lab! 🚀
Want to learn how to run databases on Kubernetes? Check it out:
https://t.co/3BwmWogcui
While still evolving, iximiuz lab offers an amazing free environment for hands-on learning! 💻✨
@KubeBlocks@weicao3
#kubernetes #DOK #Database
🔒 Simplify Kubernetes security and Terraform code reviews.
This issue also highlights tools like KubeBlocks for scaling Kubernetes apps.
📩 Read more: https://t.co/Bz6ZTvn39o
Merry Christmas to our amazing #KubeBlocks community! 🎄📷 Your contributions make all the difference. Together, we’re shaping the future of #Kubernetes-native database management. 📷https://t.co/YjGNx7SzA3… #opensource
Discover how a single engineer managed over 6,000 self-hosted databases without a DBA using KubeBlocks! Learn about the power of unified APIs and Kubernetes in streamlining database operations.
https://t.co/P2gLXfzZsj
#KubeBlocks#Kubernetes#DatabaseManagement
Learn how to configure Instance Templates in #KubeBlocks to customize your Pods’ environment variables, scheduling, resources, and more!
Perfect for managing complex clusters like RisingWave. Check it out: https://t.co/ghic0YAHH9
#Kubernetes#CloudNative#DatabaseManagement
Want a "serverless-ish" database for testing or demos? 🚀 Try GitHub Actions + S3! Spin up only when needed, save on costs, and access it publicly via tunnels.
Check out this clever hack: https://t.co/EauuDRL3LP
#DevOps#GitHubActions#Databases
Ape-DTS: Ape Data Transfer Suite, written in #Rust . Provides ultra-fast data replication between #MySql , #PostgreSQL , #Redis, #MongoDB, #Kafka and #ClickHouse, ideal for disaster recovery (DR) and migration scenarios.
https://t.co/14Du6TXXI6
Good read: How Kuaishou manages large-scale Redis clusters on K8s. Real production experience, covering auto-scaling, monitoring, and ops automation.
Useful for teams running Redis on Kubernetes at scale.
https://t.co/SGQR1iMVit
#Redis#Kubernetes
Scaling database connections is challenging due to resource limits and connection overhead. #WeScale tackles this by implementing server-side connection pooling and efficient connection multiplexing, allowing multiple clients to share fewer connections without state conflicts.
Based on the experience transforming #Redis from physical machines to a cloud-native solution from #Kuaishou , this blog explores solutions and key considerations for managing stateful services on #Kubernetes with the #KubeBlocks Operator.
https://t.co/FZh3SUVoAe
“For PVCs, #KubeBlocks utilizes the PVC API to support volume expansion. If volume expansion fails, the PVC can be reverted to its original size. In contrast, #StatefulSet does not allow modifications to the `VolumeClaimTemplate` after…” — #ApeCloud https://t.co/bMPwU4eCGG
KubeBlocks is an open-source Kubernetes operator that manages relational, NoSQL, vector, and streaming databases on the public cloud or on-premise
It is designed for production, providing reliable, performant, cost-effective data infrastructure
➜ https://t.co/z1IwzIcDye
From v0.9, #KubeBlocks replaced #StatefulSet provided by #K8s community with InstanceSet and introduced the in-place update feature to update instances by in-place Pod update or expand PVC volumes, significantly reducing the impact on system availability.
https://t.co/Ky5xTghryv
This blog was originally published by Lei Zhang in 2020, but even four years later, this blog is still inspiring. The question, "Is #Kubernetes a database?", is worth pondering. This blog guides us in reinterpreting K8s from a database perspective.
https://t.co/Pf0oEztWwg
🚀 #KubeBlocks v0.9.1 is here! 🎉
What's new?
⚡ Start/stop clusters via Cluster API
⚡ Instance rebuild in OpsRequest
⚡ Redis PITR & key-based recovery
And more fixes & improvements!
Check out the full release & upgrade your KB NOW!
https://t.co/PeRBEKRZ4v
#Kubernetes#Redis