You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autoscaling is both art and science. To test out your application's autoscaling requirements you often need to consider
4
18
your data volume, data usage patterns, bottlenecks (such as the database) among many, many other things. Load testing,
5
19
metrics, monitoring and observability will help you explore what those needs are.
6
20
7
21
8
-
> ⓘ The `eoapi-support` chart in this repository (see `../charts/eoapi-support`) is required to be installed to
22
+
> ⓘ The `eoapi-support` chart in this repository is required to be installed to
9
23
enable any of the eoAPI service autoscaling. It cannot be listed as a dependecy of `eoapi` chart
10
24
b/c of the limitations in `prometheus-adapter` and `grafana` for constructing the Prometheus internal
11
25
service domains dynamically.
@@ -17,7 +31,7 @@ might want to read through the verbose walkthrough material below to familiarize
17
31
18
32
## Helm Install `eoapi-support`
19
33
20
-
The following instructions assume you've gone through the [AWS](../installation/providers/aws-eks.md) or [GCP](../installation/providers/gcp-gke.md) cluster set up
34
+
The following instructions assume you've gone through the [AWS](./aws-eks.md) or [GCP](./gcp-gke.md) cluster set up
21
35
and installed the `eoapi` chart.
22
36
23
37
@@ -99,9 +113,9 @@ manual step that cannot be automated
99
113
100
114
---
101
115
102
-
### Review [Default Configuration and Options](../installation/configuration.md)
116
+
### Review [Default Configuration and Options](./configuration.md)
103
117
104
-
[This document](../installation/configuration.md) will explain the differences in the `autoscaling` block for each service:
118
+
[This document](./configuration.md) will explain the differences in the `autoscaling` block for each service:
105
119
106
120
```yaml
107
121
autoscaling:
@@ -199,15 +213,15 @@ with the `release` name we installed the chart with below `<release-name>-grafan
199
213
200
214
3. Login and you should be default be able to see the eoapi-k8s grafana dashboard. The Prometheus datasource will already be configured for you:
This is a verbose walkthrough. It uses `eksctl` and assumes you already have an AWS account, have the [eksctl prerequisites installed](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html) including `eksctl` and `helm`.
0 commit comments