Difference between revisions of "Kubectl proxy"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
[[http localhost 8001]] | [[http localhost 8001]] | ||
− | [[kubectl]] proxy | + | [[kubectl]] proxy --address='0.0.0.0' --accept-hosts='^*$ |
== Related == | == Related == |
Revision as of 17:42, 20 July 2022
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
kubectl proxy --address='0.0.0.0' --accept-hosts='^*$
Related
Related terms
See also
kubectl port-forward [ --help ]
- kube-proxy:
kubectl proxy
,kubectl proxy --help
, 8001, Kubernetes API, https localhost 8001,kubectl port-forward
- Kubernetes networking: network policies, Network Policy Providers, CNI, Calico, flannel, Service mesh, Istio,
kube-proxy, coredns, AWS VPC CNI: vpc-cni
, Kubernetes: Ingress controllers, IPVS, ServiceTypes:LoadBalancer, ClusterIP, NodePort, ExternalName
, Endpoints, EndpointSlices, Kubernetes DNS,svc.cluster.local
, Weave Net
Advertising: