Airflow Helm Chart : Quick Start For Beginners in 10mins

Поделиться
HTML-код
  • Опубликовано: 31 май 2021
  • Airflow Helm Chart : Quick Start For Beginners in 10mins
    👍 Smash the like button to become an Airflow Super Hero!
    ❤️ Subscribe to my channel to become a master of Airflow
    🏆 BECOME A PRO: www.udemy.com/course/the-comp...
    🚨 My Patreon: / marclamberti
    The Official Airflow Helm Chart is out!
    Why is it important for you?
    Now you only have one chart to look for and to stay up to date with. With the official Airflow helm chart you can quickly set up and run Airflow on your Kubernetes cluster. In this quick video, you are going to learn:
    - How to set up your own Kubernetes cluster locally
    - How to deploy Airflow with the Celery Executor using the Helm chart
    - How to configure the Airflow helm chart and so, your Airflow instance
    At the end of the video, you will have a fully functional Kubernetes cluster with Airflow deployed using the Celery Executor!
    Enjoy!
    Materials: www.notion.so/Airflow-Helm-Ch...

Комментарии • 36

  • @manishshankla9562
    @manishshankla9562 3 года назад

    Top-notch as always Marc!

  • @HiQClassic
    @HiQClassic 3 года назад

    Thanks Marc!

  • @user-nk4fx1tb4w
    @user-nk4fx1tb4w 2 года назад

    LOL! I love the energy !!!!! :)

  • @evgenisakhatsky612
    @evgenisakhatsky612 Год назад

    awesome!!

  • @siddharthsingh7569
    @siddharthsingh7569 2 года назад

    Great!

  • @joash_
    @joash_ 3 года назад

    Teach us autoscaling with Keda. Thanks Marc!

  • @chrisstinemetz6602
    @chrisstinemetz6602 3 года назад +1

    Great video! One question, how would I use load balancer instead of port forwarding for AKS deployment? Thank you!

  • @anujsubedi2178
    @anujsubedi2178 3 года назад

    You are mind blowing.

  • @kanakorn.h
    @kanakorn.h Год назад

    You saved my day.

  • @adarshtv6529
    @adarshtv6529 3 года назад +5

    How to add dags created by me into airflow? How do I load my dags folder?

  • @MNRCRTZ
    @MNRCRTZ Год назад

    Very nice. In my case im using EKS. So i just need to skip Kind cluster part and proceed to rest of steps? Thanks!

  • @neerajvyas3947
    @neerajvyas3947 3 года назад

    🚀🚀🔥

  • @jinsungha
    @jinsungha 2 года назад

    Great video! Btw, when using helm chart to deploy airflow on k8s, how do I install python package such as boto3? Is there configuration for this?

  • @kaushalkrishna5249
    @kaushalkrishna5249 9 месяцев назад +1

    Can you make a video on deploying it in some private gke or eks cluster?

  • @saverioguzzo6144
    @saverioguzzo6144 3 года назад

    thanks for the video! Where can I find the minimum specs for the nodes? Thanks

  • @gouthamk1657
    @gouthamk1657 Год назад +1

    how to load our own dags with helm , if you have any link available please share it.

  • @bakhtiyarkhanbutayev2115
    @bakhtiyarkhanbutayev2115 Год назад

    Great video. How can I add my own dag?

  • @dlubom
    @dlubom 2 года назад

    How you suggest to add spark binaries to this Helm Chart?

  • @balajik8473
    @balajik8473 Год назад

    Hi What is the image for flower, and what is pod_template ? ( I am new to k8s and airflow)

  • @kasunkp
    @kasunkp 3 месяца назад

    how to set the base_url as a configmap and enable it on the value.yaml file.

  • @HungNguyen-hf8dq
    @HungNguyen-hf8dq Месяц назад

    Init:CrashLoopBackOff when i using git-sync ?

  • @jwc7663
    @jwc7663 3 года назад

    Great works! One question: what if i want to install extra python packages using requirements.txt? Which part should I change?

  • @aprd
    @aprd Год назад

    How do you make this thing work with rancher?

  • @jaganmohan4388
    @jaganmohan4388 2 года назад

    Did anybody tried with reverse proxy like exposing airflow ui thorugh nginx server?

  • @rhonaldjr
    @rhonaldjr 2 года назад +1

    Unfortunately, this did not work. I use microk8s under PopOS 20.04. I created the default cluster on the local dev environment using the commands provided by both you and the apache airflow helm page. Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condition

  • @donbulaong
    @donbulaong Год назад

    Hi Marc, I'm hitting that error when trying to upgrade helm airflow. Hope you can help. Thank you!
    PS C:\Projects\kind-airflow> helm upgrade --install airflow apache-airflow/airflow -n airflow -f values.yaml
    Error: UPGRADE FAILED: execution error at (airflow/charts/postgresql/templates/secrets.yaml:20:15):
    PASSWORDS ERROR: The secret "airflow-postgresql" does not contain the key "password"

  • @olgy7874
    @olgy7874 2 года назад

    Hi there, I have an error on this command "helm install airflow apache-airflow/airflow --namespace airflow --debug". Has anybody had any issues with that?

    • @jaganmohan4388
      @jaganmohan4388 2 года назад

      Hi,
      Please place --timeout 15m at the end of command.
      helm upgrade --install airflow apache-airflow/airflow -n airflow -f values.yaml --debug --timeout 15m
      Use this command it will help you to create

    • @olgy7874
      @olgy7874 2 года назад +1

      @@jaganmohan4388 Thank you Jagan! I'll try and get back to you with my outcome later.

  • @mithileshsharma7429
    @mithileshsharma7429 2 года назад

    Dummy operator is not working
    Is anybody know what has to do

  • @wesleyhawes916
    @wesleyhawes916 3 года назад

    Thanks Marc!!!