1414
1515== Motivation
1616
17- Modern Kubernetes environments thrive on automation, reproducibility, and strong version control.
17+ Modern Kubernetes environments thrive on automation, reproducibility, and strong version control.
1818GitOps provides a reliable way to manage infrastructure and applications declaratively: your desired cluster state is stored in Git,
1919and changes are automatically synchronized. This tutorial demonstrates how to deploy Stackable operators and products using {argo-cd}[ArgoCD],
2020following Infrastructure-as-Code (IaC) and GitOps principles.
@@ -291,8 +291,8 @@ The log files contained in the single folders are the same as the logs shown abo
291291
292292== Conclusion
293293
294- This demo acts as a blueprint for showing how complex data platform components can be managed with ArgoCD and GitOps.
295- Once familiar with this pattern, you can extend it to multi-cluster environments, add CI/CD pipelines for automated manifest testing,
294+ This demo acts as a blueprint for showing how complex data platform components can be managed with ArgoCD and GitOps.
295+ Once familiar with this pattern, you can extend it to multi-cluster environments, add CI/CD pipelines for automated manifest testing,
296296or integrate external secret stores like HashiCorp Vault for production use.
297297This setup lays the foundation for a fully automated, scalable, and secure Kubernetes-based data platform.
298298
@@ -302,7 +302,7 @@ This tutorial demonstrates how ArgoCD and Stackable can be combined to deliver a
302302* Sealed Secrets provide secure and auditable secret management.
303303* Airflow DAG updates occur automatically by committing code to the repository.
304304
305- This approach scales naturally across environments - development, staging, and production - while reducing manual operations, improving visibility,
305+ This approach scales naturally across environments - development, staging, and production - while reducing manual operations, improving visibility,
306306and enforcing consistency.
307307By adopting GitOps with ArgoCD and Stackable, teams gain a clear, auditable, and automated path from code to production.
308308
@@ -384,7 +384,7 @@ File Path PID Run
384384/stackable/app/git-0/current/demos/argo-cd-git-ops/dags/date_demo.py 51 0.03s 0 0 0
385385================================================================================
386386[2025-08-06T15:32:23.182+0000] {kubernetes_executor_utils.py:95} INFO - Kubernetes watch timed out waiting for events. Restarting watch.
387- [2025-08-06T15:32:23.345+0000] {manager.py:997} INFO -
387+ [2025-08-06T15:32:23.345+0000] {manager.py:997} INFO -
388388================================================================================
389389----
390390
0 commit comments