summaryrefslogtreecommitdiff
path: root/events
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-05-29 13:08:34 -0700
committerGitHub <noreply@github.com>2018-05-29 13:08:34 -0700
commitc68bc2dfaed28d1349f16fae97542a35471bdeed (patch)
tree76bfbce6982ce2c60666eb72a52b5c5bc9ed2b7f /events
parente8412396619e69c230fd5d34648409ff3958109d (diff)
parente2a23c323c52c9ed37089bf4d651f1ec4f6f26e4 (diff)
Merge pull request #2133 from AdamDang/patch-7
Typo fix: Kuberntes->Kubernetes
Diffstat (limited to 'events')
-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.