diff options
author | 2024-05-28 20:05:50 +0100 | |
---|---|---|
committer | 2024-05-28 20:06:54 +0100 | |
commit | 76868c3cd14909191aeeac15ade092bd96cd6a52 (patch) | |
tree | 2d98b716f767a0e34694a215e36d257898d76696 | |
parent | Add Helm deployment info for metrics-server (diff) |
Update kube-system namespace docs with new metrics-server details
-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. |