diff options
-rw-r--r-- | kubernetes/namespaces/kube-system/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kubernetes/namespaces/kube-system/README.md b/kubernetes/namespaces/kube-system/README.md index d6625e5..e8c430f 100644 --- a/kubernetes/namespaces/kube-system/README.md +++ b/kubernetes/namespaces/kube-system/README.md @@ -24,10 +24,11 @@ trigger them to replicate to a selected set of other namespaces. See the README.md in the folder for more information. -## Other components +### `metrics-server` + +This is the metrics server component for Kubernetes that allows commands like +`kubectl top` to work successfully. It is deployed from a Helm chart. -We deploy the Kubernetes [`metrics-server`](https://github.com/kubernetes-sigs/metrics-server) using the -manifests specified in the project repository. This allows commands like -`kubectl top` to work. +## Other components We also deploy [`kube-state-metrics`](https://github.com/kubernetes/kube-state-metrics) again using the manifests located in the repository. |