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

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

Spike/argocd demo #205

wants to merge 37 commits into from

Conversation

maltesander
Copy link
Member

ArgoCD demo depolying stackable components and running a spark job via airflow.

What it does:

  • Stack ArgoCD

    • sealed secrets controller (https://github.com/bitnami-labs/sealed-secrets)
    • deploys all operators (except secret, listener and commons which are currently installed via stackablectl, since there must be operators installed in a stack) via applicationset
    • generated tls certs for sealed secrets
  • Demo based on the airflow demo, deployed via ArgoCD

    • deploy minio for airflow kubernetes executor logs
    • gitsync to fetch dags
    • automatically deploy minio connection to airflow
    • all secrets sealed
    • deploy spark job via UI

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

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

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 :)

@maltesander maltesander self-assigned this Apr 13, 2025
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.

1 participant