Skip to content

Commit 0edffd5

Browse files
authored
Add newline for bullet points (#295)
* add newline for bullet points * fix whitespace crawler
1 parent 1797946 commit 0edffd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/modules/demos/pages/argo-cd-git-ops.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and changes are automatically synchronized. This tutorial demonstrates how to de
2020
following Infrastructure-as-Code (IaC) and GitOps principles.
2121

2222
You 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

3536
To 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

4042
Resource 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.
300303
This setup lays the foundation for a fully automated, scalable, and secure Kubernetes-based data platform.
301304

302305
This 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.
310314
By adopting GitOps with ArgoCD and Stackable, teams gain a clear, auditable, and automated path from code to production.
311315

312316
Next 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

Comments
 (0)