coreweave-multi-env-setup
Installation
SKILL.md
CoreWeave Multi-Environment Setup
Community-contributed. Not affiliated with, endorsed by, or sponsored by CoreWeave, Inc. CoreWeave is a registered trademark of CoreWeave, Inc.
Overview
CoreWeave GPU cloud requires strict environment separation to control infrastructure costs and prevent resource contention. Each environment maps to an isolated Kubernetes namespace with its own GPU quota, scaling policy, and access controls. Development uses cheaper GPU tiers for iteration speed, staging mirrors production GPU types for accurate benchmarking, and production runs full-scale with no scale-to-zero to guarantee inference latency SLAs.
Environment Configuration
Prerequisites
- Separate, approved namespaces and service identities for development, staging, and production.
- Environment-specific secrets injected by a secrets manager, never committed
.envfiles. - A promotion owner, staging evaluation gate, and production rollback manifest.