Home

Awesome

Get Apache Airflow on IBM Cloud

We will deploy Apache Airflow on an IBM Cloud Kubernetes Cluster

  1. Provisioning a new Kubernetes Cluster, if already have one skip to step 2
  2. Deploying the IBM Cloud Block Storage plug-in, if already have it skip to step 3
  3. Deploying Apache Airflow

Step 1 provisioning a new Kubernetes Cluster

name-new

tags-new

cluster-ready

Step 2 deploy IBM Cloud Block Storage plug-in

The Block Storage plug-in is a persistent, high-performance iSCSI storage that you can add to your apps by using Kubernetes Persistent Volumes (PVs).

Step 3 Deploy Apache Airflow

In this step we will deploy Apache Airflow on our cluster

Name

apache-resource

apache-tags

def-val

Install

airflow-progress

airflow-finsihed

Verify Apache Airflow installation

Actions

terminal-install

$ kubectl get ns

get-ns

$ kubectl get pod -n NAMESPACE -o wide 

get-pod

$ kubectl get service -n NAMESPACE

get-service

You successfully deployed Apache Airflow on IBM Cloud!