Skip to content

Spike/argocd demo #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 108 commits into from
Aug 8, 2025
Merged

Spike/argocd demo #205

merged 108 commits into from
Aug 8, 2025

Conversation

maltesander
Copy link
Member

@maltesander maltesander commented Apr 13, 2025

ArgoCD demo depolying stackable operators and airflow.

What it does:

  • Stack ArgoCD
  • GitOps demo based using airflow, deployed via ArgoCD
    • deploy minio for airflow kubernetes executor logs
    • gitsync to fetch dags
    • automatically deploy minio connection to airflow
    • all secrets sealed
    • deploy airflow DAG via UI

Clone the demos repo and checkout the branch spike/argocd-demo and run

stackablectl demo install argo-cd-git-ops -n argo-cd -s stacks/stacks-v2.yaml -d demos/demos-v2.yaml

or for custom repo to sync changes via argo (demo fork)

stackablectl demo install argo-cd-git-ops -n argo-cd -s stacks/stacks-v2.yaml -d demos/demos-v2.yaml --parameters customGitUrl=https://github.com/maltesander/demos --parameters customGitBranch=spike/argocd-demo

I currently port forward the argocd-server and airflow webserver. In the airflow webUI you can start the pyspark job manually.

Feedback would be very welcome :)

Edit - Notes:

  • Airflow does not offer https for the web ui currently. Thats the only part not properly encrypted in this demo.

Co-authored-by: Andrew Kenworthy <[email protected]>
@maltesander maltesander linked an issue Aug 6, 2025 that may be closed by this pull request
6 tasks
adwk67
adwk67 previously approved these changes Aug 7, 2025
Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just minor things.

Co-authored-by: Andrew Kenworthy <[email protected]>
@maltesander maltesander requested a review from adwk67 August 7, 2025 16:43
adwk67
adwk67 previously approved these changes Aug 8, 2025
@maltesander maltesander marked this pull request as ready for review August 8, 2025 07:54
adwk67
adwk67 previously approved these changes Aug 8, 2025
adwk67
adwk67 previously approved these changes Aug 8, 2025
@maltesander maltesander enabled auto-merge (squash) August 8, 2025 08:04
@maltesander maltesander disabled auto-merge August 8, 2025 08:14
@maltesander maltesander merged commit 778c231 into main Aug 8, 2025
2 checks passed
@maltesander maltesander deleted the spike/argocd-demo branch August 8, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demo Idea: Exemplary GitOps Setup with Stackable
2 participants