https://github.com/airflow-helm/charts
위에서 제공하는 helm chart를 사용하였습니다.
charts/airflow/examples/google-gke/custom-values.yaml
charts/airflow/examples/google-gke/k8s_resources 폴더의 secret 파일들을 수정하고 kubectl apply -k ./ 입력하면 kustomize로 모든 시크릿 파일이 적용됩니다.
다음 명령어를 통해 쿠버네티스 인스턴스를 띄울 수 있습니다.
helm install airflow airflow-stable/airflow -n airflow --values ./values.yaml