Skip to content

Commit

Permalink
Removed old link references
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimedantas committed May 19, 2021
1 parent 3d8c652 commit 33f06f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://bias-cloud.github.io/BIAS-autoscaler/docs/img/BIAS_logo.png" height="40%" width="40%"> </p>
<p align="center"><img src="https://bias-cloud.github.io/BIAS-Autoscaler/docs/img/BIAS_logo.png" height="40%" width="40%"> </p>

# BIAS Autoscaler
BIAS Autoscaler leverages burstable instances for scaling Google Computer Engine instances on GCP. Unlike most of the autoscalers available in the industry, BIAS Austoscaler
Expand All @@ -9,12 +9,12 @@ metrics.
BIAS Autoscaler uses the Google API and Google SDK for scaling out and in Google Compute Engine instances. The Google Cloud Load Balancer
is used for tuning the CPU usage of the burstable instances in real time.

<p align="center"><img src="https://bias-cloud.github.io/BIAS-autoscaler/docs/img/GCP_diagram.png" height="70%" width="70%"> </p>
<p align="center"><img src="https://bias-cloud.github.io/BIAS-Autoscaler/docs/img/GCP_diagram.png" height="70%" width="70%"> </p>

### Internal design
The internal architecture of the BIAS Autoscaler consists of three major blocks: Controller, Monitor and Scaling Policy.

<p align="center"><img src="https://bias-cloud.github.io/BIAS-autoscaler/docs/img/BIAS_architecture.jpg" height="50%" width="50%"> </p>
<p align="center"><img src="https://bias-cloud.github.io/BIAS-Autoscaler/docs/img/BIAS_architecture.jpg" height="50%" width="50%"> </p>

## Languages and frameworks
- Java 11
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://bias-cloud.github.io/BIAS-autoscaler/docs/img/BIAS_logo.png" height="40%" width="40%"> </p>
<p align="center"><img src="https://bias-cloud.github.io/BIAS-Autoscaler/docs/img/BIAS_logo.png" height="40%" width="40%"> </p>

## BIAS Autoscaler
BIAS Autoscaler combines regular instances with burstable ones for scaling Google Compute
Expand Down
2 changes: 1 addition & 1 deletion docs/src/1-2-configure.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Configuration
The [application.yml](https://github.com/jaimedantas/BIAS-autoscaler/blob/main/src/main/resources/application.yml)
The [application.yml](https://github.com/bias-cloud/BIAS-Autoscaler/blob/main/src/main/resources/application.yml)
file has all properties required to run BIAS Autoscaler on Google Cloud. Bear in mind it needs to
run in the same cluster you are performing the autoscaling. It you wish to run it in a different
cluster, you need to configure the [Google Cloud SDK](https://cloud.google.com/sdk/) to authenticate the pod/VM on your cluster.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/3-2-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is where the scaling algorithm is implemented. Currently, it only supports

### Implementing Your Own Scaling Algorithm
Any scaling strategy can be used on BIAS Autoscaler. In order to do so, you need to create
and implement the same methods as the ones on [SquareRootStaffing](https://github.com/jaimedantas/BIAS-autoscaler/blob/main/src/main/java/com/jaimedantas/autoscaler/scaling/SquareRootStaffing.java).
and implement the same methods as the ones on [SquareRootStaffing](https://github.com/bias-cloud/BIAS-Autoscaler/blob/main/src/main/java/com/jaimedantas/autoscaler/scaling/SquareRootStaffing.java).
```
autoscaler
└───scaling
Expand Down
2 changes: 1 addition & 1 deletion docs/src/5-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We implemented Swagger on BIAS Autoscaler.
http://localhost:8080/swagger/views/swagger-ui/
```

<p align="center"><img src="https://bias-cloud.github.io/BIAS-autoscaler/docs/img/BIAS_Swagger_print.png" height="50%" width="50%"> </p>
<p align="center"><img src="https://bias-cloud.github.io/BIAS-Autoscaler/docs/img/BIAS_Swagger_print.png" height="50%" width="50%"> </p>

### Index

Expand Down

0 comments on commit 33f06f1

Please sign in to comment.