Skip to content

Commit

Permalink
Update K8s README
Browse files Browse the repository at this point in the history
Install K8s Metrics Server and k9s
  • Loading branch information
pnedkov committed Feb 4, 2024
1 parent 80e5833 commit 08b907e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,22 @@ Follow the [official guide](https://docs.aws.amazon.com/eks/latest/userguide/aws

---

## Install [Kubernetes Metrics Server](https://github.com/kubernetes-sigs/metrics-server)

```sh
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/high-availability-1.21+.yaml
```

---

## Install [k9s](https://k9scli.io/)

```sh
pacman -S k9s
```

---

## Build and push the container to hub.docker.com

Handled by the CI/CD
Expand Down

0 comments on commit 08b907e

Please sign in to comment.