본문 바로가기

Kubernetes

[Kubernetes] pod 직접 접근 방법

반응형

 

pod 직접 접근 방법

 

## /bin/bash
kubectl -n [namesapce명] exec -it [pod명] -- /bin/bash

## /bin/sh
kubectl -n [namesapce명] exec -it [pod명] -- /bin/sh
반응형