summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichelle Noorali <michelle@deis.com>2016-07-27 15:01:02 -0600
committerGitHub <noreply@github.com>2016-07-27 15:01:02 -0600
commit38f04a2c6fb1eed6044bb9f7561ee432c6c8f271 (patch)
tree0fc999b6eeedb8e9586535e0c3f67e3a873a4765
parent48831f3a99b52cdca8d86c1e3de0d4d10645391a (diff)
parentff7b22737774b43cc2927c05524395dfc8c36556 (diff)
Merge pull request #32 from mattfarina/sig-apps/meeting-2016-07-27
SIG Apps: minutes from July 27, 2016
-rw-r--r--sig-apps/agenda.md4
-rw-r--r--sig-apps/minutes/2016-07-27.md23
2 files changed, 25 insertions, 2 deletions
diff --git a/sig-apps/agenda.md b/sig-apps/agenda.md
index b70e5ab7..07a56f62 100644
--- a/sig-apps/agenda.md
+++ b/sig-apps/agenda.md
@@ -14,8 +14,8 @@ Join us for sig-apps on Wednesdays at 9am PDT on Zoom: zoom.us/my/sig.apps
* Intro / Overview of Agenda
* [Ryan Jarvinen](https://twitter.com/ryanj?lang=en) will talk about k8s extensions, upstream development, OpenShift
-## July 27, 2016
-* Matt Farina will run through the agenda
+## July 27, 2016 [[notes](minutes/2016-07-27.md)]
+* Intro
* [Gerred Dillon](https://twitter.com/justicefries) will do a demo of [Deis](https://deis.com/)
* Group discussion on Deis
* Matt Farina will give an update on results of the sig-apps survey
diff --git a/sig-apps/minutes/2016-07-27.md b/sig-apps/minutes/2016-07-27.md
new file mode 100644
index 00000000..dae62239
--- /dev/null
+++ b/sig-apps/minutes/2016-07-27.md
@@ -0,0 +1,23 @@
+# July 27, 2016
+
+* Intro by Matt
+* [Gerred Dillon](https://twitter.com/justicefries) presented a demo of [Deis](https://deis.com/) including features in the 2.2 release.
+ * To turn an application into a container it uses Heroku buildpacks.
+ * [slugbuilder](https://github.com/deis/slugbuilder) converts an application and buildpack into a container and puts the image into a private registry. Pod manifest, service manifest, etc are also created.
+ * Q: Is slugbuilder a separate microservice others can use?
+ A: Yes. It's a plugin to [builder](https://github.com/deis/builder) that can be used with other builders as well. For example, there is some way to incorporate an object store for storage of images.
+ * Q: How does Deis use namespaces?
+ A: There is a separate one for each application. Then other tools can deploy supporting services to the same namespace.
+ * Q: What languages are used in Deis?
+ A: Rails, Phoenix, Django, some PHP, and node are examples of apps today. There are currently not many Go applications.
+ * Q: Will Deis add back-end services?
+ A: Can't really say. They are getting plenty of requests for them. This may be a place helm will step in and be useful.
+ * Deis 2.2 adds the ability to use Deployments which was showcased. This is optional and not the default right now.
+* Matt presented the results of the App Operator survey.
+ * The raw details are available to [view or download](https://docs.google.com/spreadsheets/d/15SUL7QTpR4Flrp5eJ5TR8A5ZAFwbchfX2QL4MEoJFQ8/edit?usp=sharing).
+ * A roll-up of some interesting points is [available](
+https://docs.google.com/presentation/d/13votPnx9xKVBoQbLHz78I9EWFCosoioFqjTFeb4vB6M/edit?usp=sharing
+).
+ * The use of Kubernetes secrets was discussed. 47% of respondents use secrets. Secrets current storage mechanism is unencrypted at rest. This is a known limitation and we are waiting for some in the community to step in and provide support for systems like Hashicorp Vault or hardware security modules where appropriate.
+
+_Note, due to technical difficulties this meeting was not recorded._