Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 648 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 648 Bytes

Visa sponsor company list

Architecture

architecture

Modules

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