summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdamDang <adam.dang@daocloud.io>2018-05-06 23:33:48 +0800
committerGitHub <noreply@github.com>2018-05-06 23:33:48 +0800
commite2a23c323c52c9ed37089bf4d651f1ec4f6f26e4 (patch)
treeaa989b6768ef5370f38ae947eb20d0c787a73ed5
parent5b30477a0ff0ea57de60162926a43e7cfe48a16c (diff)
Update application_service_definition_notes.md
-rw-r--r--events/2016/developer-summit-2016/application_service_definition_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/events/2016/developer-summit-2016/application_service_definition_notes.md b/events/2016/developer-summit-2016/application_service_definition_notes.md
index e8f4c0c5..8cf3bb9d 100644
--- a/events/2016/developer-summit-2016/application_service_definition_notes.md
+++ b/events/2016/developer-summit-2016/application_service_definition_notes.md
@@ -16,7 +16,7 @@ We need the 80% case, Fabric8 is a good example of this. We need a good set of
We also need to look at how to get developer feedback on this so that we're building what they need. Pradeepto did a comparison of Kompose vs. Docker Compose for simplicity/usability.
-One of the things we're discussing the Kompose API. We want to get rid of this and supply something which people can use directly with kuberntes. A bunch of shops only have developers. Someone asked though what's so complicated with Kube definitions. Have we identified what gives people trouble with this? We push too many concepts on developers too quickly. We want some high-level abstract types which represent the 95% use case. Then we could decompose these to the real types.
+One of the things we're discussing the Kompose API. We want to get rid of this and supply something which people can use directly with kubernetes. A bunch of shops only have developers. Someone asked though what's so complicated with Kube definitions. Have we identified what gives people trouble with this? We push too many concepts on developers too quickly. We want some high-level abstract types which represent the 95% use case. Then we could decompose these to the real types.
What's the gap between compose files and the goal? As an example, say you want to run a webserver pod. You have to deal with ingress, and service, and replication controller, and a bunch of other things. What's the equivalent of "docker run" which is easy to get. The critical thing is how fast you can learn it.