chaostoolkit-kubernetes icon indicating copy to clipboard operation
chaostoolkit-kubernetes copied to clipboard

Support for statefullsets

Open oyviaase opened this issue 4 years ago • 2 comments

I would like to use chaostoolkit to test statefullsets the same way that it is possible to test deployments in kubernetes.

oyviaase avatar Nov 25 '19 11:11 oyviaase

@scottmessinger totally cool with additional perf improvements but before we merge something like this I need to see how it performs before/and after (to know it's valuable/ not a premature or non effective optimization).

Would you be up for creating a perf /benchmark app with ember-redux so we can take these type of PRs into consideration? I personally have my eye on the complex (many components) demo from EmberConf 2016 but hadn't found the bandwidth to pull up the source and hack out the ember-redux version

https://github.com/tildeio/glimmer/blob/master/demos/uptime-boxes.html

toranb avatar Dec 08 '16 04:12 toranb

@scottmessinger worth a mention - the up coming react-redux v5 release includes a connectAdvanced function that can be used for components that don't need a callback/re-render fired on each change of the redux state. I plan to look at the final implementation of this when it ships late this month/early next and see what it would take to land that in ember-redux

https://github.com/reactjs/react-redux/blob/next/src/components/connectAdvanced.js#L43

toranb avatar Dec 08 '16 23:12 toranb

@scottmessinger I'm closing this out for now but I'm 100% open to a perf rework if and when we have something more mature in place to prove this is helpful/valuable

toranb avatar Dec 14 '16 02:12 toranb

I added scale_statefulset : https://github.com/chaostoolkit/chaostoolkit-kubernetes/pull/73 remove_statefulset : https://github.com/chaostoolkit/chaostoolkit-kubernetes/pull/70 create_statefulset : https://github.com/chaostoolkit/chaostoolkit-kubernetes/pull/74

tdevilleduc avatar Dec 20 '19 09:12 tdevilleduc

I think this one is now ok

tdevilleduc avatar Jan 10 '20 09:01 tdevilleduc