exa-load-scale
Installation
SKILL.md
Exa Load & Scale
Overview
Load testing, scaling strategies, and capacity planning for Exa integrations.
Prerequisites
- k6 load testing tool installed
- Kubernetes cluster with HPA configured
- Prometheus for metrics collection
- Test environment API keys
Load Testing with k6
Basic Load Test
// exa-load-test.js
import http from 'k6/http';
import { check, sleep } from 'k6';