Coreweave multi env setup
🧠The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill coreweave-multi-env-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Configure CoreWeave across development, staging, and production environments. Use when setting up multi-environment GPU infrastructure, separating namespaces, or managing per-environment GPU quotas. Trigger with phrases like "coreweave environments", "coreweave staging", "coreweave multi-env", "coreweave namespace setup".
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.4 KB, 256 tokens by cl100k_base, as published. Nobody here has run it
CoreWeave Multi-Env Setup
Environment Strategy
| Environment | GPU Type | Scale-to-Zero | Replicas |
|---|---|---|---|
| Dev | L40 | Yes | 0-1 |
| Staging | A100 40GB | Yes | 0-2 |
| Production | A100 80GB | No | 2-10 |
Kustomize Overlays
# k8s/overlays/dev/gpu-patch.yaml
- op: replace
path: /spec/template/spec/affinity/nodeAffinity/requiredDuringSchedulingIgnoredDuringExecution/nodeSelectorTerms/0/matchExpressions/0/values
value: ["L40"]
# k8s/overlays/prod/gpu-patch.yaml
value: ["A100_PCIE_80GB"]
# Deploy per environment
kubectl apply -k k8s/overlays/dev/
kubectl apply -k k8s/overlays/prod/
Resources
Next Steps
For observability, see coreweave-observability.