0

I am trying to model a 3 nodes Couchbase cluster on Kubernetes. I have created a separate replication controller for each node based on this suggestion. Now, I am trying to define a Kubernetes service for each node with all the required ports. But, as per this documentation, it will require many ports to be opened in service definition. Is there a convenient way to open range of ports in the service definition?

Community
  • 1
  • 1
Anand Patel
  • 6,031
  • 11
  • 48
  • 67

1 Answers1

1

is there a convenient way to open range of ports in the service definition?

Not yet: https://github.com/kubernetes/kubernetes/issues/23864

I replied to the linked question about petset too.

Prashanth B
  • 4,833
  • 1
  • 19
  • 13