Report this

What is the reason for this report?

LoadBalancer annotation for droplet tag selector

Posted on February 14, 2025

When you create load balancer throughout web ui, you can choose droplet tags, but I can’t find annotation for LoadBalancer to do this, example annotations:

    annotations:
      service.beta.kubernetes.io/do-loadbalancer-name: "some-name-private-lb"
      service.beta.kubernetes.io/do-loadbalancer-size-unit: "2"
      service.beta.kubernetes.io/do-loadbalancer-network: "INTERNAL"
      service.beta.kubernetes.io/do-loadbalancer-protocol: "tcp"
      service.beta.kubernetes.io/do-loadbalancer-tls-ports: "443"
      service.beta.kubernetes.io/do-loadbalancer-tls-passthrough: "true"
      service.beta.kubernetes.io/do-loadbalancer-algorithm: "round_robin"

with which annotations I can achieve tags selector?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.