mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 18:30:44 +00:00
6.6 KiB
6.6 KiB
description
| description |
|---|
| Curated, AI-ranked Liquibase resources for the 2026 Cloud Native architect: top-tier tools, guides and references (Hardened Infrastructure). |
Liquibase
!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.
!!! info "Architectural Context" Detailed reference for Liquibase in the context of Hardened Infrastructure.
Architectural Foundations
Kubernetes Tools
General Reference
- dzone: Introduction to Liquibase and Managing Your Database Source Code [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering dzone: Introduction to Liquibase and Managing Your Database Source Code in the Kubernetes Tools ecosystem.
- dzone: Managing Your Database With Liquibase and Gradle [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering dzone: Managing Your Database With Liquibase and Gradle in the Kubernetes Tools ecosystem.
- dzone: Executing Liquibase: 3 Use Cases [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering dzone: Executing Liquibase: 3 Use Cases in the Kubernetes Tools ecosystem.
- (None) [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering www.red-gate.com in the Kubernetes Tools ecosystem.
- dzone: Build a Spring Boot App With Flyway and Postgres [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering dzone: Build a Spring Boot App With Flyway and Postgres in the Kubernetes Tools ecosystem.
Cloud Native Infrastructure
Kubernetes Deployment Patterns
Database Deployment
- (2021) piotrminkowski.com: Blue-green deployment with a database on Kubernetes 🌟 [YAML CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Technical blueprint demonstrating blue-green deployments on Kubernetes for applications bound to transactional databases. Explores state synchronization, schema compatibility, and traffic routing mechanisms to prevent transaction loss during rolling updates.
Continuous Delivery
Database Gitops
Liquibase (1)
- (2023) percona: Database Schema Management Via Liquibase [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Architectural guide for automating relational database migrations using Liquibase in CI/CD chains. Evaluates declarative XML/SQL changeset formats, execution tracking setups, and rollback configurations necessary to safely release database modifications alongside microservices.
Data Architecture
Database Migrations
Tool Comparison
- (2024) liquibase.org: Liquibase vs. Flyway [COMMUNITY-TOOL] — A detailed evaluation of the architectural trade-offs between Liquibase and Flyway. This resource explores Liquibase's multi-database abstraction layers (XML, YAML, JSON) alongside Flyway's developer-focused, SQL-first approach, explaining their impact on continuous delivery pipelines and database schema version control.
Database Architecture
Cloud Native Databases
Vitess
- (2021) docs.planetscale.com: The PlanetScale workflow 🌟 [MARKDOWN CONTENT] [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — Documentation outlining the schema migration workflow in PlanetScale, powered by Vitess. Introduces non-blocking schema changes and deployment branches, enabling developers to modify production databases without locking tables or causing downtime.
Database Gitops (1)
Schema Management
- (2021) ==bytebase/bytebase== ⭐ 14143 [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Open-source, web-based database schema change and collaboration tool engineered for DevOps teams and DBAs. Features GitOps-driven workflow mechanics, automated visual SQL review, and centralized security compliance policies to govern multi-engine environments.
Infrastructure As Code
Database Migration
CICD
- (2023) martinfowler.com [ADVANCED LEVEL] [COMMUNITY-TOOL] — A seminal essay on evolutionary database architectures. Highlights methods for treating database schemas as declarative code, versioning migrations, and automating data migrations safely inside unified application delivery pipelines.
💡 Explore Related: Securityascode | Ansible | Crossplane