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

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

I have two docker images that run on two different node pools. Api runs on say node-pool-a, Api-legacy runs on node-pool-b.
Now I wanted to access both via same loadbalancer using this snippet.
apiVersion: v1
kind: Service
metadata:
name: api-service
spec:
selector:
app: api
ports:
- name: api
port: 8000
targetPort: 8000
- name: api-legacy
port: 1883
targetPort: 1883
type: LoadBalancer
But I notice I can use selector for one deployment. Help!
jazzybruno
jazzybruno
9c24208528c843f2bcdb7d54782c69
Sean DesPortes
Robin van der Knaap
Robin van der Knaap
Attila Kovacs
Tomy Hsieh
Tuschl
Alexander Freyr
marcelhaldimann
Emiliano Maccaferri