Contact Us

Kockpit is here to help you

Business Form

Welcome to the Kockpit Community

Stay updated on the newest technologies, recent developments, and latest trends in Analytics and BI

DevOps Team

March 31

Get Started with the Airflow container for Azure marketplace offering

About the Airflow Container:

Now you can enjoy the quick and hassle-free configuration of your workspaces with Kockpit’s pre-configured images. Airflow is a virtual machine image (VMI) that allows you to set up your machines within minutes.

In this Azure Market Place Image, we have packed an airflow container in a virtual machine. The Airflow Dags are stored in the /usr/local directory. Here, You can create and modify your python dags with no hassle whatsoever.

Airflow’s rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed. It connects with multiple data sources and can send an alert via email or Slack when a task completes or fails. Airflow is distributed, scalable, and flexible, making it well-suited to handle the orchestration of complex business logic.

The distribution of Airflow is based on Linux and is provided by Kockpit Analytics Pvt. Ltd. Airflow Container is designed for Production Environments on Azure.

Follow the below steps to get access to your Airflow container:

  1. Log in to your Azure VM using SSH. Type ssh username@IP Address and then enter the password.

    Example: ssh sampleUser@29.204.19.223

    Enter the password then your VM will be logged In.

  2. After login into your VM, Change your directory to user local.

    Command: cd /usr/local

  3. Now, type the “ls” command to get a list of files.

  4. To check your active containers, type the ”sudo docker ps”.

  5. Type the “cd /usr/local/dags” to go into the dags of your current directory( /usr/local).

  6. Go to the browser and enter the IP Address of the VM and port number, which is 8080.

    Example: 20.204.19.223:8080

  7. Enter the required details like Username and Password.

    User Name: airflow

    Password: airflow

  8. After login, you will be directed to the Airflow Home page.