Port Forward Airflow
CommunityExpose Airflow's UI locally with a single port-forward.
Authorbillynewport
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Port Forward Airflow API Server enables developers to access the Airflow web UI locally by exposing the cluster's API server through kubectl port-forward.
Core Features & Use Cases
- Quick access to the Airflow 3.x API server UI from a local machine for development and debugging.
- Simple, repeatable commands to map a service inside a Kubernetes namespace to a local port.
- Use Case: When testing new DAGs or monitoring Airflow in a cluster, forward the API server to http://localhost:8080 for web UI.
Quick Start
- Determine the target namespace and service: airflow-api-server.
- Run port-forward: kubectl port-forward -n <namespace> svc/airflow-api-server 8080:8080
- Open http://localhost:8080 in your browser.
- If port 8080 is in use, forward to 9090: kubectl port-forward -n <namespace> svc/airflow-api-server 9090:8080
- Open http://localhost:9090 in your browser.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Port Forward Airflow Download link: https://github.com/billynewport/demo_cokub_model/archive/main.zip#port-forward-airflow Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.