Difference between revisions of "Kubectl proxy"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
[[kubectl]] proxy | [[kubectl]] proxy | ||
Starting to serve on 127.0.0.1:[[8001]] | Starting to serve on 127.0.0.1:[[8001]] | ||
+ | |||
+ | kubectl proxy | ||
+ | error: listen tcp 127.0.0.1:8001: bind: address already in use | ||
* <code>[[kubectl proxy --help]]</code> | * <code>[[kubectl proxy --help]]</code> |
Revision as of 18:35, 24 May 2022
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
kubectl proxy Starting to serve on 127.0.0.1:8001
kubectl proxy error: listen tcp 127.0.0.1:8001: bind: address already in use
To connect to Kubernetes dashboard connect to: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
http localhost 8001
Related
Related terms
See also
- kube-proxy:
kubectl proxy
,kubectl proxy --help
, 8001, Kubernetes API, https localhost 8001,kubectl port-forward
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: