Open
Description
Hi,
I think there are some inconsistency in the docs.
Examples:
In this page, why "node" has a tooltip and "Pods" not, in this section ?
Each [node](https://kubernetes.io/docs/concepts/architecture/nodes/) in a Kubernetes cluster runs the containers that form the [Pods](https://kubernetes.io/docs/concepts/workloads/pods/)
assigned to that node. Containers in a Pod are co-located and co-scheduled to run on the same node.
Same thing here
Why no tooltip or link on K8s components ?
Server certificates
Server certificate for the API server endpoint
Server certificate for the etcd server
[Server certificates](https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#client-and-serving-certificates) for each kubelet (every [node](https://kubernetes.io/docs/concepts/architecture/nodes/) runs a kubelet)
Optional server certificate for the [front-proxy](https://kubernetes.io/docs/tasks/extend-kubernetes/configure-aggregation-layer/)