summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormigmartri-michelleN <michelle@deis.com>2016-06-22 13:10:21 -0600
committermigmartri-michelleN <michelle@deis.com>2016-06-23 11:51:41 -0600
commitec88eada7a8bf4b16ee5bede7223d80a0e62077c (patch)
tree37f308cbf639a4ef2116b7a6e708cafc6b744ac2
parent074408b2f7b0b7c5ed16856c414ddeafbe371f47 (diff)
add minutes for 6/15, 6/22
+ update agenda
-rw-r--r--sig-apps/agenda.md13
-rw-r--r--sig-apps/minutes/2016-06-15.md14
-rw-r--r--sig-apps/minutes/2016-06-22.md12
3 files changed, 33 insertions, 6 deletions
diff --git a/sig-apps/agenda.md b/sig-apps/agenda.md
index 2e04ea34..1d6cb829 100644
--- a/sig-apps/agenda.md
+++ b/sig-apps/agenda.md
@@ -3,21 +3,22 @@
## July 13, 2016
* Intro
* Christian from Jetstack will do a demo of Kube-Lego
+* Discussion on PetSet examples. You can prepare by checking out and working through these [examples](https://github.com/kubernetes/contrib/tree/master/pets). (*tentative*)
## July 6, 2016
-* _We'll plan on holding this meeting at an earlier time to accomodate more of the European Kubernetes community_
-* _More information coming soon_
+* Janet Kuo, Software Engineer at Google working on Kubernetes, will do a demo of deployment features in Kubernetes and give an overview of Deployments, Replica Sets, and Replication Controllers. (*needs confirmation*)
+* Saad Ali, Software Engineer at Google working on Kubernetes, will do a demo and discussion around Volume features. (*needs confirmation*)
## June 29, 2016
* Intro
-* Janet Kuo, Software Engineer at Google working on Kubernetes, will do a demo of deployment features in Kubernetes and give an overview of Deployments, Replica Sets, and Replication Controllers.
-* Kit Merker, Product Manager at Google
+* Bart Spaans, author of [KubeFuse](https://github.com/opencredo/kubefuse/), will do a demo and discussion.
+* The DRUD team from [New Media Denver](https://www.newmediadenver.com/) will do a demo and discussion of how they use Kubernetes Jobs
* Follow up on SIG-Apps survey status
## June 22, 2016
* Intro
-* Antoine Legrand will demo new features of KPM
-* Discussion on PetSet examples. You can prepare by checking out and working through these [examples](https://github.com/kubernetes/contrib/tree/master/pets).
+* Antoine Legrand will demo [KPM](https://github.com/kubespray/kpm)
+* Open discussion / questions
## June 15, 2016
* Intro
diff --git a/sig-apps/minutes/2016-06-15.md b/sig-apps/minutes/2016-06-15.md
new file mode 100644
index 00000000..f2e88ad4
--- /dev/null
+++ b/sig-apps/minutes/2016-06-15.md
@@ -0,0 +1,14 @@
+# June 15, 2016
+
+- Michelle Noorali gave an introduction
+- Ben Hall, founder of katacoda, did a demo of [katacoda](https://www.katacoda.com/)
+ - Katacoda is an interactive learning platoform for software engineers.
+ - Ben showed off the current lessons on Kubernetes which are available now.
+ - Ben also talked about how companies/people can make their own interactive lessons and embed them.
+ - Contact Ben on [Twitter](https://twitter.com/Ben_Hall): @Ben_Hall
+- Eric Chiang demoed new Role Based Access Control features and capability in Kubernetes 1.3.
+ - This demo was extensive and very helpful! Check out the [recording](https://www.youtube.com/watch?v=97VMYjfjWyg&list=PLI1CvzwXi1cUVsxm2QBIyJgeCkf62ylun&index=2) for the full scoop.
+ - You can find the demo script/setup/example from the meeting in Eric's github repo [here](https://github.com/ericchiang/coreos-kubernetes/tree/sig-apps-demo/single-node).
+- Michelle Noorali shared the sig-apps survey which can be found [here](http://goo.gl/forms/n7vcisBv3l9IuTQr1).
+
+Watch the [recording](https://www.youtube.com/watch?v=97VMYjfjWyg&list=PLI1CvzwXi1cUVsxm2QBIyJgeCkf62ylun&index=2).
diff --git a/sig-apps/minutes/2016-06-22.md b/sig-apps/minutes/2016-06-22.md
new file mode 100644
index 00000000..0f412391
--- /dev/null
+++ b/sig-apps/minutes/2016-06-22.md
@@ -0,0 +1,12 @@
+# June 22, 2016
+
+- Michelle Noorali gave a quick introduction
+- Antoine Legrand did a demo of [KPM]((https://github.com/kubespray/kpm)
+- Matt Farina gave an update on the SIG-apps survey
+ - The survey ends this Friday, so there are only two more days to collect data.
+ - The survey can be found [here](http://goo.gl/forms/VFbJ0fjJYYSEgwND2).
+ - Please help us share the survey and get as much feedback on running apps in kubernetes as possible!
+ - If you'd like to help analyze the data, please contact @mattfarina.
+- We discussed topics of interest with the group.
+ - The sig-apps members are interested in seeing some standardization when it comes to deploying, managing, and operating applications in Kubernetes. There was discussion around putting together a post or some documentation about common trends to try to bring them to light.
+ - There was also interest specifically around how people are actually using Kubernetes Jobs in actuality and seeing real-world examples of that.