kubectl port-forward

Jmnote (토론 | 기여)님의 2021년 10월 29일 (금) 13:05 판 (→‎개요)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

kubectl port-forward
## Pod
kubectl port-forward mariadb-75f59d57f4-4nd6q 23306:3306
# 또는
kubectl port-forward pod/mariadb-75f59d57f4-4nd6q 23306:3306
## Deployment ★
kubectl port-forward deployment/mariadb 23306:3306
## Service
kubectl port-forward service/mariadb 23306:3306

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}