Difference between revisions of "Kubectl proxy"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
  error: listen tcp 127.0.0.1:8001: bind: address already in use
 
  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:
Line 20: Line 19:
  
 
  [[kubectl]] proxy --address='0.0.0.0' --accept-hosts='^*$
 
  [[kubectl]] proxy --address='0.0.0.0' --accept-hosts='^*$
 +
kubectl proxy [[--api-prefix]]=/
  
 
== Related ==
 
== Related ==
Line 25: Line 25:
 
* <code>[[kubectl get endpoints]]</code>
 
* <code>[[kubectl get endpoints]]</code>
 
* <code>[[kube-proxy]]</code>
 
* <code>[[kube-proxy]]</code>
 +
* [[Kubernetes networking]]
  
 
== Related terms ==
 
== Related terms ==

Latest revision as of 14:44, 12 September 2024

Advertising: