"Kubectl proxy"의 두 판 사이의 차이

24번째 줄: 24번째 줄:


==같이 보기==
==같이 보기==
* [[kubectl get pods]]
* [[kubectl get deployments]]
* [[kubectl get deployments]]
* [[kubectl get pods]]
* [[kubectl describe secret default-token]]
* [[kubectl 명령어]]
* [[kubectl 명령어]]


[[분류: kubectl]]
[[분류: kubectl]]

2019년 5월 28일 (화) 17:05 판

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 }}