minio / sidekick

High Performance HTTP Sidecar Load Balancer
GNU Affero General Public License v3.0
546 stars 82 forks source link

Can sidekick get all the pods automatically from kubernetes selector? #65

Closed kesavkolla closed 2 years ago

kesavkolla commented 2 years ago

I have installed minio in kubernetes cluster. By default the minio operator creates all the minio pods and then setsup a service with pod selection rule. Is it possible to leverage the kubernetes selector to get all the POD IPs?

harshavardhana commented 2 years ago

sidekick is a standalone binary with no dependency on k8s APIs - sidekick must be provided the relevant headless service names that you wish to load balance.