Hello everyone,
I’m working on a project where I’ve created a Kubernetes cluster using K3S and set up a CI/CD pipeline with GitHub Actions. This pipeline builds a Docker image whenever there are code changes and updates the image in ArgoCD. Currently, I’m at the stage where I need to implement database schema delivery using LIQUIBASE. I’m unsure whether I should integrate Liquibase into my Spring Boot project locally or directly in the cluster. Could anyone provide some guidance on the best approach for this?
Thank you!