Skip to content

Commit

Permalink
Update with link to spin kube command
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum tim.mccallum@fermyon.com

Signed-off-by: Timothy McCallum <tim.mccallum@fermyon.com>
  • Loading branch information
tpmccallum committed Mar 13, 2024
1 parent 2ae5fdb commit 6701610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/spin-operator/tutorials/scaling-with-hpa.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ NAME REFERENCE TARGETS MINPODS MAXPODS REPL
spinapp-autoscaler Deployment/hpa-spinapp 6%/50% 1 10 1 97m
```

> Please note: The [Kubernetes Plugin for Spin](https://www.spinkube.dev/docs/spin-plugin-kube/installation/) is a tool designed for Kubernetes integration with the Spin command-line interface. The [Kubernetes Plugin for Spin has a scaling tutorial](https://www.spinkube.dev/docs/spin-plugin-kube/tutorials/autoscaler-support/) that demonstrates how to use the `spin kube` command to tell Kubernetes when to scale your Spin application up or down based on demand).
## Generate Load to Test Autoscale

Now let’s use Bombardier to generate traffic to test how well HPA scales our SpinApp. The following Bombardier command will attempt to establish 40 connections during a period of 3 minutes (or less). If a request is not responded to within 5 seconds that request will timeout:
Expand Down

0 comments on commit 6701610

Please sign in to comment.