Rename accessing-the-api.md title (#3049)
* Rename accessing-the-api.md title * remove unneeded Overview headerreviewable/pr3048/r1 v1.6-rc
parent
1c902d0fde
commit
70d3939004
|
@ -3,13 +3,9 @@ assignees:
|
||||||
- bgrant0607
|
- bgrant0607
|
||||||
- erictune
|
- erictune
|
||||||
- lavalamp
|
- lavalamp
|
||||||
title: Overview
|
title: Controlling Accessing to the Kubernetes API
|
||||||
---
|
---
|
||||||
|
|
||||||
This document describes how access to the Kubernetes API is controlled.
|
|
||||||
|
|
||||||
## Overview
|
|
||||||
|
|
||||||
Users [access the API](/docs/user-guide/accessing-the-cluster) using `kubectl`,
|
Users [access the API](/docs/user-guide/accessing-the-cluster) using `kubectl`,
|
||||||
client libraries, or by making REST requests. Both human users and
|
client libraries, or by making REST requests. Both human users and
|
||||||
[Kubernetes service accounts](/docs/user-guide/service-accounts/) can be
|
[Kubernetes service accounts](/docs/user-guide/service-accounts/) can be
|
||||||
|
|
Loading…
Reference in New Issue