Kubectl proxy

Jmnote (토론 | 기여)님의 2018년 4월 20일 (금) 20:41 판 (→‎같이 보기)

1 개요

kubectl proxy
$ kubectl proxy
Starting to serve on 127.0.0.1:8001
→ 계속 실행중
  • 다른 세션에서...
$ curl http://localhost:8001/version
{
  "major": "",
  "minor": "",
  "gitVersion": "v1.9.0",
  "gitCommit": "925c127ec6b946659ad0fd596fa959be43f0cc05",
  "gitTreeState": "clean",
  "buildDate": "2018-01-26T19:04:38Z",
  "goVersion": "go1.9.1",
  "compiler": "gc",
  "platform": "linux/amd64"
}

2 같이 보기

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