forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of issue kubernetes#5993
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
id: certificate | ||
name: Certificate | ||
full-link: https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/ | ||
tags: | ||
- security | ||
short-description: > | ||
A crytographicly secure file used to validate access to the | ||
kubernetes cluster | ||
long-description: > | ||
Certificates are used to enable applications within a kubernetes | ||
cluster to access the kubernetes API securely. They validate that | ||
clients are allowed to access the API. | ||
The process of creating a valid certificate includes creating a | ||
Certificate Signing Request, and having that approved by the | ||
kubernetes adminstrator using the ``kubectl certificate`` command. |