Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 753 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 753 Bytes

Visa sponsor company list

Architecture

architecture

Modules

Environment Setup

  1. airflow
    • .kube
    • .env
    • kube_config
  2. nginx
    • minikube

Minikube Dashboard

  1. run dashboard
minikube dashboard --url
  1. open proxy tunnel
ssh -i [private_key.pem] -L [local_port]:localhost:[remote_port] [username]@[remote_host]
  1. access to proxy url
http://127.0.0.1:37469/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ 

It's not required to setup the security group in AWS in order to open port