• KUBERNETES , LINUX
AWS ELB Kubernetes Service
AWS ELB Kubernetes Service
By default, services of type LoadBalancer create public-facing load balancers. To use an internal load balancer, apply the following annotation to your service:
service.beta.kubernetes.io/aws-load-balancer-internal: "true"