Re: [kubernetes-users] Looking for service pool managing solution

2018-05-17 Thread tomasz . szandala
Let's simplify it: can I write 5 different pod yamls, put in it a kind of "tag" and write an API request (request should have "tag" value) that will run ONE random pod from those 5? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q"

Re: [kubernetes-users] Looking for service pool managing solution

2018-05-17 Thread tomasz . szandala
So: I have 3 types of devices. Each device has assigned container - to access device you have to connect to container and from there you can use device. Containers have special environment variable describing to which device it is assigned, e.g. B4 - which means: device type B, number 4. Now we

Re: [kubernetes-users] Looking for service pool managing solution

2018-05-17 Thread tomasz . szandala
Hi Rodrigo, I cannot find an example for one thing: Let's say I have 3 pods defined: type: A, unique_variable: 111 type: A, unique_variable: 222 type: A, unique_variable: 333 Now: how can I use API or Kubectl to create random pod of type A? Kind regards, Tomasz -- You received this message

[kubernetes-users] Looking for service pool managing solution

2018-05-17 Thread tomasz . szandala
Greetings, I am looking for a software to manage a pool of application, using API and database system. Let me show You my problem: I have 3 types of services: A, B and C. Each one requires outside resource, so we distinguish each instance. e.g.: I have 6 A-type virtual machines { A1, A2,..,