You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/demos/pages/argo-cd-git-ops.adoc
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,15 +100,39 @@ metadata:
100
100
spec:
101
101
generators:
102
102
- matrix:
103
-
generators:
103
+
generators:licationSet`.
104
+
** Spin up requirements like Minio and Postgres as `Application`.
105
+
** Deploy Stackable Airflow manifests in their respective `Projects`.
106
+
** DAGs are synced via Airflow gitsync, not ArgoCD.
107
+
** Airflow uses the Kubernetes executor and write its logs to S3 / Minio.
108
+
** DAGs can be started manually in the Airflow webserver UI
109
+
110
+
TODO: arch overview image
111
+
112
+
== ArgoCD UI
113
+
114
+
ArgoCD will be the first product that is deployed in this Demo. Once the pods are ready, you can port-forward the argocd-server in order to access the Web UI.
115
+
104
116
- list:
105
117
elements:
106
118
- operator: commons
107
119
- operator: listener
108
120
- operator: secret
109
121
- operator: airflow
110
122
- operator: druid
111
-
- operator: hbase
123
+
- operator: hbaselicationSet`.
124
+
** Spin up requirements like Minio and Postgres as `Application`.
125
+
** Deploy Stackable Airflow manifests in their respective `Projects`.
126
+
** DAGs are synced via Airflow gitsync, not ArgoCD.
127
+
** Airflow uses the Kubernetes executor and write its logs to S3 / Minio.
128
+
** DAGs can be started manually in the Airflow webserver UI
129
+
130
+
TODO: arch overview image
131
+
132
+
== ArgoCD UI
133
+
134
+
ArgoCD will be the first product that is deployed in this Demo. Once the pods are ready, you can port-forward the argocd-server in order to access the Web UI.
0 commit comments