Difference between revisions of "Kubernetes LoadBalancer"
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
Line 9: | Line 9: | ||
[[kind: Service]] | [[kind: Service]] | ||
+ | .../... | ||
+ | [[type: LoadBalancer]] | ||
== Related == | == Related == |
Revision as of 15:01, 10 October 2023
Kubernetes LoadBalancer
exposes the Service externally using a cloud provider's load balancer.
kubectl expose deployment hello-world --type=LoadBalancer --name=my-service
[1]
kind: Service .../... type: LoadBalancer
Related
See also
- Understand ClusterIP, NodePort, LoadBalancer service types and endpoints
- 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: