Skip to content

Commit 08b907e

Browse files
committed
Update K8s README
Install K8s Metrics Server and k9s
1 parent 80e5833 commit 08b907e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

k8s/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,22 @@ Follow the [official guide](https://docs.aws.amazon.com/eks/latest/userguide/aws
9898

9999
---
100100

101+
## Install [Kubernetes Metrics Server](https://github.com/kubernetes-sigs/metrics-server)
102+
103+
```sh
104+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/high-availability-1.21+.yaml
105+
```
106+
107+
---
108+
109+
## Install [k9s](https://k9scli.io/)
110+
111+
```sh
112+
pacman -S k9s
113+
```
114+
115+
---
116+
101117
## Build and push the container to hub.docker.com
102118

103119
Handled by the CI/CD

0 commit comments

Comments
 (0)