From aa25c60958ef8b1c8212ce2cd747307128a8fae7 Mon Sep 17 00:00:00 2001 From: Brian Grant Date: Mon, 27 Feb 2017 23:29:14 -0800 Subject: Update architecture.md --- contributors/design-proposals/architecture.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3