coreweave-migration-deep-dive

Solid

Migrate ML workloads from AWS/GCP/Azure to CoreWeave GPU cloud. Use when moving inference services from hyperscaler GPU instances, migrating training pipelines, or evaluating CoreWeave vs cloud GPU costs. Trigger with phrases like "migrate to coreweave", "coreweave migration", "move from aws to coreweave", "coreweave vs aws gpu".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
77
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CoreWeave Migration Deep Dive ## Cost Comparison | Instance | AWS | CoreWeave | Savings | |----------|-----|-----------|---------| | 1x A100 80GB | ~$3.60/hr (p4d) | ~$2.21/hr | ~39% | | 8x A100 80GB | ~$32/hr (p4d.24xl) | ~$17.70/hr | ~45% | | 1x H100 80GB | ~$6.50/hr (p5) | ~$4.76/hr | ~27% | ## Migration Steps ### Phase 1: Containerize ```bash # If running on bare EC2/GCE, containerize first docker build -t inference-server:v1 . docker push ghcr.io/myorg/inference-server:v1 ``` ### Phase 2: Adapt YAML for CoreWeave Key changes from AWS EKS / GKE: 1. **Node affinity**: Use `gpu.nvidia.com/class` instead of `nvidia.com/gpu.product` 2. **Storage**: Use CoreWeave storage classes (`shared-ssd-ord1`) 3. **Networking**: CoreWeave provides flat networking within VPC ### Phase 3: Parallel Deploy Run both old and new infrastructure simultaneously, gradually shift traffic. ### Phase 4: Cut Over Decommission old GPU instances after validation period. ## Common Gotchas | Issue | Solution | |-------|----------| | Different CUDA drivers | Match container CUDA to CoreWeave node drivers | | Storage migration | Use rclone or rsync to move data to CoreWeave PVC | | DNS changes | Update ingress/load balancer DNS | | IAM differences | CoreWeave uses kubeconfig, not IAM roles | ## Resources - [CoreWeave Pricing](https://www.coreweave.com/pricing) - [CoreWeave Documentation](https://docs.coreweave.com) ## Next Steps This completes the CoreWeave skill pack. Start with `coreweave-in...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

coreweave-upgrade-migration

Upgrade CoreWeave deployments and migrate between GPU types. Use when migrating from A100 to H100, upgrading CUDA versions, or updating inference server versions. Trigger with phrases like "upgrade coreweave", "coreweave gpu migration", "coreweave cuda upgrade", "migrate coreweave".

2,266 Updated today
jeremylongshore
AI & Automation Solid

coreweave-cost-tuning

Optimize CoreWeave GPU cloud costs with right-sizing and scheduling. Use when reducing GPU spend, selecting cost-effective instances, or implementing scale-to-zero for dev workloads. Trigger with phrases like "coreweave cost", "coreweave pricing", "reduce coreweave spend", "coreweave budget".

2,266 Updated today
jeremylongshore
AI & Automation Solid

coreweave-performance-tuning

Optimize CoreWeave GPU inference latency and throughput. Use when reducing inference latency, maximizing GPU utilization, or tuning batch sizes and concurrency. Trigger with phrases like "coreweave performance", "coreweave latency", "coreweave throughput", "optimize coreweave inference".

2,266 Updated today
jeremylongshore
AI & Automation Featured

coreweave-deploy-integration

Deploy inference services on CoreWeave with Helm charts and Kustomize. Use when deploying multi-model inference, managing GPU deployments at scale, or templating CoreWeave manifests. Trigger with phrases like "deploy coreweave", "coreweave helm", "coreweave kustomize", "coreweave deployment patterns".

2,266 Updated today
jeremylongshore
AI & Automation Solid

coreweave-prod-checklist

Production readiness checklist for CoreWeave GPU workloads. Use when launching inference services, preparing GPU training for production, or validating deployment configurations. Trigger with phrases like "coreweave production", "coreweave go-live", "coreweave checklist", "coreweave launch".

2,266 Updated today
jeremylongshore