RyanKor / mlops-lifecycle-management

mlops 생애 주기 관리 및 배포 학습하기
0 stars 0 forks source link

포트별 접근 경로 docs #3

Closed RyanKor closed 2 years ago

RyanKor commented 2 years ago

1. Kubeflow 경로

8888 : Kubeflow Pipeline (http://localhost:8888/#/pipelines/) 8081 : Kubeflow Katib (http://localhost:8081/katib/) 8082 : Kubeflow Central Dashboard UI (http://localhost:8082/) 8080 : Kubeflow central dashboard에 web browser로 접속하기 위해 포트 포워딩 (http://localhost:8080)

2 MLFlow 경로

9000 : Minio (localhost:9000) 5000 : MLflow Server (localhost:5000)

3. Prometheus & Grafana

8090 : Grafana Dashboard (localhost:8090)

4. 전체 허용 포트

--> 8888,80,443,8081,8082,8080,9000,5000,8090