diff --git a/docs/admin/accessing-the-api.md b/docs/admin/accessing-the-api.md index a70f1c0920..92de1772ab 100644 --- a/docs/admin/accessing-the-api.md +++ b/docs/admin/accessing-the-api.md @@ -94,7 +94,7 @@ to restrict what users can do. The Authorization step is designed to operate on attributes that are likely to be common to most REST requests, such as object name, kind, etc. This is intended to facilitate interation with existing organization-wide or cloud-provider-wide access control systems (which may handle -other APIs besides the Kubernetes API. +other APIs besides the Kubernetes API). Access controls and policies that depend on specific fields of specific Kinds of objects are handled by Admission Controllers. @@ -127,7 +127,7 @@ for the corresponding API object, and then written to the object store (shown as The previous discussion applies to requests sent to the secure port of the API server (the typical case). The API server can actually serve on 2 ports: -By default the Kubernetes APIserver serves HTTP on 2 ports: +By default the Kubernetes API server serves HTTP on 2 ports: 1. `Localhost Port`: