smarchint / airlfow-load-setup

load test setup for airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airflow Load Setup

Quickstart

  • warning : check kubectx before running
  • run ./setup.sh
  • refer to this file for overriding default values for airflow !!
  • refer airflow-official-helmchart for more

Deploy jupyter notebook pod for analysis

  • kubectl apply -f jupyter.yaml -n test

Setup Monitoring

  • helm upgrade --install kps prometheus-community/kube-prometheus-stack --set nodeExporter.enabled=false -n test
  • kubectl apply -f kps/airflowServiceMon.yaml -n test

FAQ

  • how to use cloud postgresql? -- for larger load db connection issues can occur !!
    • use data.metadataConnection:~ and disable postgres:~ in values.yaml

References

About

load test setup for airflow


Languages

Language:Shell 100.0%