-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move web app dashboard to its own page
- Loading branch information
Showing
5 changed files
with
31 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/en/user-guide/chaos-engineering/outages-extension/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/en/user-guide/chaos-engineering/route53-failover/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
29 changes: 29 additions & 0 deletions
29
content/en/user-guide/chaos-engineering/web-application-dashboard/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "Chaos Engineering Dashboard" | ||
linkTitle: "Chaos Engineering Dashboard" | ||
weight: 5 | ||
description: Effortlessly design, activate, and manage fault injection experiments with the LocalStack user-friendly dashboard. | ||
--- | ||
|
||
## Introduction | ||
|
||
LocalStack's Chaos Engineering dashboard offers streamlined testing for cloud applications, enabling you to simulate server | ||
errors, service outages, regional disruptions, and network latency with ease, ensuring your app is ready for real-world challenges. | ||
You can find this **Pro** feature in the web app by navigating to [**app.localstack.cloud/chaos-engineering**](https://app.localstack.cloud/chaos-engineering). | ||
|
||
## Web Application FIS Dashboard | ||
|
||
LocalStack Web Application provides a dashboard for conducting FIS experiments in user stacks. This control panel offers various FIS experiment options, which includes: | ||
|
||
- **500 Internal Error**: This experiment randomly terminates incoming requests, returning an `Internal Server Error` with a response code of 500. | ||
- **Service Unavailable**: This test causes all calls to specified services to receive a 503 `Service Unavailable` response. | ||
- **AWS Region Unavailable**: This experiment simulates regional outages and failovers by disabling entire AWS regions. | ||
- **Latency**: This test introduces specified latency to every API call, useful for simulating network latency or degraded network performance. | ||
|
||
{{< figure src="fis-dashboard.png" width="900" >}} | ||
|
||
|
||
This LocalStack dashboard is not just an easy-to-use testing tool, it's a foundation for building reusable Fault Injection | ||
Simulation (FIS) templates. By defining experiments using this interface, you create a set of | ||
customizable templates that can be seamlessly integrated into any future automation workflows. It's a time-saving | ||
feature, ensuring consistent and efficient testing across various stages of your application's development lifecycle. |