-
Notifications
You must be signed in to change notification settings - Fork 0
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
State of the container eco-system with persistent applications #13
Comments
Associated blog post #24 |
Presentation outline Where did containers start - generation 1
What were some limitations with the first generation of containers
The present - containers generation 2 enhancements
Schedulers
Schedulers vary in
External storage support - Why it's important
Scheduler Comparison table
The future
Polly project overview |
|
Demo idea 1 #27 |
Demo idea 2 #28 |
Demo idea #33 |
copy draft ppt to google drive. Note this has way too many slides for allotted time, but I deemed it better to have too many and let reviewers comment on what can be pruned. Trouble is this is a complex subject to cram into a < 60 min presentation |
posted completed deck to drive |
First generation runtimes for containers assumed the workload inside the container would be stateless and ephemeral. But, most useful systems require storage of state somewhere. With the progression of container platforms from Mesos and Docker, you can easily run your stateful applications such as databases inside of containers. This session will cover the current state of persistent storage, containers and schedulers, including future directions in this arena.
The text was updated successfully, but these errors were encountered: