Difference between revisions of "Kubectl proxy"

From wikieduonline
Jump to navigation Jump to search
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
+
:<code>[[kubectl]] [[proxy]]</code>
 +
:<code>[[kube-proxy --oom-score-adj]]</code>
 +
:<code>[[kubectl proxy --help]]</code>
 +
* https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
 
   
 
   
 
  [[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>
  
 
  To connect to [[Kubernetes dashboard]] connect to:
 
  To connect to [[Kubernetes dashboard]] connect to:
 
  http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
 
  http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
  
  [[https://localhost:8001/]]
+
  [[http localhost 8001]]
  
 +
[[kubectl]] proxy --address='0.0.0.0' --accept-hosts='^*$
  
 
== Related ==
 
== Related ==
 
* <code>[[kubectl proxy --help]]</code>
 
* <code>[[kubectl proxy --help]]</code>
 +
* <code>[[kubectl get endpoints]]</code>
 +
* <code>[[kube-proxy]]</code>
  
 
== Related terms ==
 
== Related terms ==
 
* [[Kubernetes dashboard]]
 
* [[Kubernetes dashboard]]
 +
* <code>[[kubectl port-forward]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{kubectl port-forward}}
 
* {{kubectl proxy}}
 
* {{kubectl proxy}}
* {{kubectl}}
+
* {{Kubernetes networking}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 15:21, 23 January 2024

Advertising: