Getting Started With the Official Airflow Helm Chart

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 มิ.ย. 2021
  • The official helm chart (airflow.apache.org/docs/helm-...) of Apache Airflow is out! 🥳 The days of wondering what Helm Chart to use in production are over. Now, you only have one chart maintained and tested by Airflow PMC members as well as the community. It’s time to get your hands on it and take it for a spin! At the end of the webinar, you will have a fully functional Airflow instance deployed with the Official Helm Chart and running within a Kubernetes cluster locally.
    In this webinar we’ll show you how to:
    1. Create a Kubernetes cluster with KinD in local
    2. Deploy Airflow in a few seconds with the Official Helm Chart
    3. Discover the first parameters to configure in the Helm Chart
    4. Synchronize your DAGs with a Git repository
    MATERIALS: github.com/marclamberti/webin...
    #helmchart #airflow #learnwithastronomer
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 35

  • @shadabbigdel5017
    @shadabbigdel5017 13 วันที่ผ่านมา

    Thank you very much for the great presentation and hands-on session. We are going to use Airflow in EKS, and our development Team needed a way to simulate their local environment to test their DAGs during development and become familiar with airflow on Kubernetes. Your guide was extremely helpful.

  • @rafaelsantos5332
    @rafaelsantos5332 2 ปีที่แล้ว

    Thank you, Marc, for the awesome demonstration and tips!

  • @_rohit97
    @_rohit97 3 ปีที่แล้ว +2

    This content is unreal given that it's available for free on youtube :)
    Appreciate it Marc and @astro

  • @dancampbell5313
    @dancampbell5313 2 ปีที่แล้ว

    Amazing, thank you so much for the great content! Really appreciate it Marc and @astro

  • @semusings
    @semusings 2 ปีที่แล้ว

    thanks guys awesome demo

  • @jethrodanho7544
    @jethrodanho7544 3 ปีที่แล้ว

    very interesting! Thanks a lot!

  • @alexfernandesfigueiredo7211
    @alexfernandesfigueiredo7211 ปีที่แล้ว +1

    Great and valuable content, thanks!

  • @saverioguzzo6144
    @saverioguzzo6144 2 ปีที่แล้ว

    Hi Marc! In a real case, should we define a values.yaml file and passing it as an argument of the install command?

  • @mdmoniruzzaman703
    @mdmoniruzzaman703 ปีที่แล้ว

    I am getting "CrashLoopBackOff" issue when i use git-sync option.
    Thanks

  • @rafaelg8238
    @rafaelg8238 9 หลายเดือนก่อน

    Hi Marc. If possible can you to show how integrated airflow, k8s and Argocd end-to-end please?
    Besides that how change default port '8080' in 'webserver > startupProbe' to do healthcheck? I am running command 'k port-forward svc/airflow-webserver 8081:8080 --namespace airflow' and I would like that healthcheck as well check this port.
    And how configure dag folder in localhost without sync git?

  • @rickyrenner1872
    @rickyrenner1872 2 ปีที่แล้ว +3

    For those that missed this, would we be able to see how to make it so we can get the logs? Thank you this was incredible!

    • @GeeVaaz
      @GeeVaaz 2 ปีที่แล้ว +2

      Did you figured out how to get the logs?

    • @Kevin-jm1go
      @Kevin-jm1go 3 หลายเดือนก่อน

      Did you manage to figure out how to get the logs?

  • @yunusarifsaid1788
    @yunusarifsaid1788 3 ปีที่แล้ว +1

    First of all, Great content! Quick question, with KubernetesExecutor, i would like my worker pods to run on preemptive vms(incase of GKE) node pool. How can i setup this helm chart to be aware of that?

    • @rogersaloo4273
      @rogersaloo4273 ปีที่แล้ว

      did you figure out this I have the same problem?

  • @wenliangzhang2986
    @wenliangzhang2986 ปีที่แล้ว

    It looks like that kind won't be able to load the custome image to the real multi-nodes kubernetes cluster with multiple vm machines. Any solution to that? Thanks!

    • @Astronomer
      @Astronomer  ปีที่แล้ว

      Bring the custom image you want to run on the other nodes as part of your base image, and then deploy using a docker in docker strategy

  • @kaiohenriqueps
    @kaiohenriqueps ปีที่แล้ว

    Hello Marc, thank you for the video. I'm facing some problems with the new version of Airflow (because today, when I run all the scripts, the version is 2.5.1). I'm not able to reproduce the airflow-custom image in the pods. Can you help me, please? Or someone that could reproduce the scripts nowadays? Thankssss

    • @Astronomer
      @Astronomer  ปีที่แล้ว

      Could you give me some more specifics?

  • @Ayush_1908
    @Ayush_1908 ปีที่แล้ว

    How to use dockeroperator when AIrflow is running on Kubernetes using helm? I keep getting error which is associated with missing dock.sock file

    • @Astronomer
      @Astronomer  ปีที่แล้ว

      Is your Airflow running on Kubernetes using Docker?

  • @SwimmingEagle14
    @SwimmingEagle14 ปีที่แล้ว

    How do I mount a volume to the worker pods that get spun up for tasks?

    • @Astronomer
      @Astronomer  ปีที่แล้ว

      If you're using KubernetesPods, check out this link: docs.astronomer.io/astro/kubernetespodoperator#mount-a-temporary-directory. should help you figure it out!

  • @devpatel7475
    @devpatel7475 ปีที่แล้ว

    Hi can anyone know how to view logs?

    • @Astronomer
      @Astronomer  ปีที่แล้ว

      Go into the Airflow UI, and then select a task, and you'll have the option to view logs for that task!

  • @jamalahmed8257
    @jamalahmed8257 11 หลายเดือนก่อน

    How to make airflow available with public IP

    • @Astronomer
      @Astronomer  11 หลายเดือนก่อน

      It should be available by default through its port 8080, unless you have some kind of firewall!

  • @SI-kf9id
    @SI-kf9id 2 ปีที่แล้ว

    Hello guys. When I run following command "kind load docker-image airflow-custom:1.0.0 --name airflow-cluster"
    I got below errors:
    ERROR: command "docker save -o /tmp/image-tar642177335/image.tar airflow-custom:1.0.0" failed with error: exit status 1
    Command Output: failed to save image: invalid output path: directory "/tmp/image-tar642177335" does not exist
    Any idea how to solve?

  • @bakhtiyarkhanbutayev2115
    @bakhtiyarkhanbutayev2115 2 ปีที่แล้ว

    All steps are done but I cannot open airflow UI installed on the server. :8080/ Airflow deployed and running but UI not accessible.

    • @Astronomer
      @Astronomer  ปีที่แล้ว

      Use localhost:8080!

    • @user-uu1lb5lp3p
      @user-uu1lb5lp3p 9 หลายเดือนก่อน

      @@Astronomer how to access ui with public ip domain using ingress?