Merge pull request #6 from mattfarina/sig-apps/meeting-2016-05-25

Adding minutes for past 2 meetings
This commit is contained in:
Michelle Noorali 2016-05-31 12:26:41 -05:00
commit 0cdd27ab58
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# May 18, 2016
* The first SIG Apps meeting
* Intro from Michelle
* Discussion on the future of the SIG:
* Mike from Rackspace offered to do a demo of the recursive functionality ([issue](https://github.com/kubernetes/kubernetes/pull/25110))
* Idea: solicit the community for cases where their use cases arent met.
* Demo from Prashanth B on PetSets ([issue](https://github.com/kubernetes/kubernetes/issues/260))
* Supposed to make deploying and managing stateful apps easier. Will be alpha in 1.3.
* Zookeeper, mysql, cassandra are example apps to run in this
* A group of elements in the identity of a thing. Initially storage and networking (including name)
* Scale up and down is handled differently as well.
* Init containers just went in. Right now most containers start at same time. Init containers let you do one first to initialize the environment.

View File

@ -0,0 +1,10 @@
# May 25, 2016
* Intro by Michelle
* Mike Metral from Rackspace demo
* Recursively process configuration files with the -R flag
* Discuss the survey
* Gabe from Deis, Mike from Red Hat, and Doug Davis from IBM are willing to chip in.
* How can we provide Prashanth and pet sets feedback?
* We need some docs on how to use it with some examples (2) that you can copy and paste.
* Lack of examples and docs is a blocker for new k8s feature adoption.