Airflow Helm Chart : Quick Start For Beginners in 10mins

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

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

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

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

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

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

  • @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!

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

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

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

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

  • @prakashraj4264
    @prakashraj4264 21 день назад

    I’ve one doubt sir what’s the usage of Installing airflow any specific reason for that ?
    And in what kind of scenario can we use this one ?

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

    You saved my day.

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

    Top-notch as always Marc!

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

    How do you make this thing work with rancher?

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

    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

  • @HungNguyen-hf8dq
    @HungNguyen-hf8dq 6 месяцев назад

    Init:CrashLoopBackOff when i using git-sync ?

  • @SegunAdelowo-t7p
    @SegunAdelowo-t7p 3 года назад

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

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

    Great video. How can I add my own dag?

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

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

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

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

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

    Thanks Marc!!!

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

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

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

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

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

    Teach us autoscaling with Keda. Thanks Marc!

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

    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?

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

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

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

    You are mind blowing.

  • @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"

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

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

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

    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 3 года назад

      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 3 года назад +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

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

    Great!

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

    🚀🚀🔥

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

    Thanks Marc!