Kubectl proxy

Jmnote (토론 | 기여)님의 2018년 10월 11일 (목) 13:26 판 (→‎개요)

1 개요

kubectl proxy
$ kubectl proxy
Starting to serve on 127.0.0.1:8001
→ 계속 실행중
  • 다른 세션에서...
$ curl http://localhost:8001/version
{
  "major": "1",
  "minor": "10",
  "gitVersion": "v1.10.0",
  "gitCommit": "fc32d2f3698e36b93322a3465f63a14e9f0eaead",
  "gitTreeState": "clean",
  "buildDate": "2018-04-10T12:46:31Z",
  "goVersion": "go1.9.4",
  "compiler": "gc",
  "platform": "linux/amd64"
}

2 같이 보기

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