diff --git a/_data/glossary/certificate.yaml b/_data/glossary/certificate.yaml new file mode 100644 index 0000000000..0969ce8e3f --- /dev/null +++ b/_data/glossary/certificate.yaml @@ -0,0 +1,11 @@ +id: certificate +name: Certificate +full-link: https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/ +tags: +- security +short-description: > + A cryptographically secure file used to validate access to the Kubernetes cluster. +long-description: > + Certificates enable applications within a Kubernetes + cluster to access the Kubernetes API securely. Certificates validate that + clients are allowed to access the API.