Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 10-kubernetes/workshop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,15 +378,15 @@ When we deploy to EKS or some other Kubernetes in the cloud, it won't be a probl

Kubernetes can automatically scale your application based on CPU or memory usage.

TODO descibe what HPA is and give a simple example
TODO describe what HPA is and give a simple example

First, we need metrics-server for HPA to work. Install it in kubectl:

```bash
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
```

TODO describe what mestrics-server is
TODO describe what metrics-server is

For Kind, we need to patch metrics-server to work without TLS:

Expand Down