Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:14 +08:00
commit 6f6c079f71
11 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for load-balancer-tester skill
- [ ] load_balancer_api_docs.md: API documentation for interacting with various load balancer types (e.g., AWS ELB, Nginx, HAProxy).
- [ ] test_case_examples.md: Examples of different test cases for load balancer testing, including configuration and expected results.
- [ ] health_check_best_practices.md: Best practices for configuring and monitoring load balancer health checks.