-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increment the number of nodes #83
Comments
+1, there was already #58. This seems to be a duplicate. I have this on my todo list for quite some time. As you say, this feature would be very useful to test application behavior on for example node failure. One should be able to monitor how pods gets re-started on different nodes. That said, having multiple ADB/CDK instances running on the same host might be prohibitive from a performance aspect. Needs to be tried. The other option is to allow somehow to "join" multiple instances across multiple hosts. Not sure whether this is possible though. |
Is this really a CDK use case? Or is it more of a "lab" environment by this On 4 August 2016 at 08:57, Hardy Ferentschik [email protected]
|
I think so. In my world the CDK is about the ability to experience/experiment with all possible scenarios of OpenShift development. One big promise of OpenShift is transparent fail-over. As a developer I want to be able to see/test this. Being able to at least try it (even with bad performance), I personally would see as a big feature of the CDK.
What exactly is the "OpenShift Container Lab"? |
On 5 August 2016 at 10:59, Hardy Ferentschik [email protected]
Absolutely agreed it's a valuable thing to do. Just wondering if it should
https://blog.openshift.com/introducing-red-hat-openshift-container-platform/ Not sure we have an offering available yet.
|
I think this can be implemented following this approach: I'm not sure if adding more nodes we need one to be the DNS server. If yes, IMHO, "CDK multinode" ca become too heavy/complicated... |
CDK should allow a parameterized way to define more than one node to be created so these nodes can be used by developers to test the application behaviour (in kubernetes and openshift) to see how an application will behave in case of node failure.
The text was updated successfully, but these errors were encountered: