diff options
| author | Brian Grant <bgrant0607@users.noreply.github.com> | 2017-02-27 23:29:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-27 23:29:14 -0800 |
| commit | aa25c60958ef8b1c8212ce2cd747307128a8fae7 (patch) | |
| tree | 6da975680eb60a83b26bf5998df6dfa676deb14b | |
| parent | 28e993f5184e425eb1f1e71d4ea30cba9c166e44 (diff) | |
Update architecture.md
| -rw-r--r-- | contributors/design-proposals/architecture.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributors/design-proposals/architecture.md b/contributors/design-proposals/architecture.md index 1c7ab6d5..7056e43b 100644 --- a/contributors/design-proposals/architecture.md +++ b/contributors/design-proposals/architecture.md @@ -84,7 +84,8 @@ into a set of components, which can all run on a single *master* node, or can be in order to support high-availability clusters, or can even be run on Kubernetes itself (AKA [self-hosted](self-hosted-kubernetes.md#what-is-self-hosted)). -Kubernetes provides a REST API supporting primarily CRUD operations on (mostly) persistent resources as the nucleus of its control plane. Kubernetes’s API provides IaaS-like +Kubernetes provides a REST API supporting primarily CRUD operations on (mostly) persistent resources, which +serve as the hub of its control plane. Kubernetes’s API provides IaaS-like container-centric primitives such as [Pods](https://kubernetes.io/docs/user-guide/pods/), [Services](https://kubernetes.io/docs/user-guide/services/), and [Ingress] (https://kubernetes.io/docs/user-guide/ingress/), and also lifecycle APIs to support orchestration |
