@@ -20,6 +20,7 @@ and changes are automatically synchronized. This tutorial demonstrates how to de
2020following Infrastructure-as-Code (IaC) and GitOps principles.
2121
2222You will learn how to:
23+
2324* Deploy Stackable operators and products via Git-managed manifests.
2425* Use Sealed Secrets to securely manage sensitive credentials.
2526* Update Airflow DAGs or modify deployments simply by committing to Git.
@@ -33,11 +34,13 @@ All products and manifests are synced and deployed via ArgoCD (except ArgoCD its
3334== System requirements
3435
3536To run this demo, ensure you have the following prerequisites:
37+
3638* a Kubernetes Cluster (e.g., Kind, Minikube, or managed services like EKS, GKE, AKS).
3739* `kubectl`: Installed and configured to access your cluster.
3840* Optional: a GitHub account - required for forking and interacting with the demo repository.
3941
4042Resource requirements for this demo:
43+
4144* 15 {k8s-cpu}[cpu units] (core/hyperthread)
4245* 15 GiB memory
4346* 5 GiB disk storage
@@ -300,6 +303,7 @@ or integrate external secret stores like HashiCorp Vault for production use.
300303This setup lays the foundation for a fully automated, scalable, and secure Kubernetes-based data platform.
301304
302305This tutorial demonstrates how ArgoCD and Stackable can be combined to deliver a streamlined GitOps experience:
306+
303307* All cluster resources and workloads are managed declaratively via Git.
304308* ArgoCD continuously ensures the cluster state matches Git.
305309* Sealed Secrets provide secure and auditable secret management.
@@ -310,6 +314,7 @@ and enforcing consistency.
310314By adopting GitOps with ArgoCD and Stackable, teams gain a clear, auditable, and automated path from code to production.
311315
312316Next steps:
317+
313318* Explore multi-cluster ApplicationSet deployments to target multiple Kubernetes clusters.
314319* Integrate CI workflows to automatically validate and merge manifest updates.
315320* Expand beyond Airflow to manage additional Stackable components (e.g., Kafka, Trino, Superset).
0 commit comments