cloud-gov / kubernetes-broker

Broker for kubernetes based services
Apache License 2.0
5 stars 6 forks source link

Micro Redis #65

Closed pburkholder closed 6 years ago

pburkholder commented 6 years ago

At the workshop on Thursday I'd like folks to walk through provisioning a data store and using it with an application. I'd like to use Redis since the code is much simpler for the demo. The standard Redis allocates 384Mb and has limits of 512Mb memory and 10Gb disk. So: how to accommodate ~80 users running cf create-service redis32 all at once? (edited)

I have a branch for a 32Mb micro plan, which should be good for a few hundred thousand small keys (https://redis.io/topics/faq). First:

Does 32mb request, 64mb limit and 1Gb disk seem reasonable for a micro instance