Commit 5a9de9b
feat(11.3-02): add deployment recommendation engine
Create intelligent deployment recommendation module that:
- Selects provider based on availability and existing infrastructure
- Selects target (Cloud Runner vs K8s) based on project analysis
- Selects machine type based on framework memory requirements
(JVM=high, Python=medium, Node/Go/Rust=low)
- Selects region with user hint support
- Selects port from best detection source
- Includes health check path when detected
- Calculates confidence score
- Provides alternatives for user customization
Includes 9 comprehensive tests covering Express, Spring Boot,
K8s detection, port fallback, health endpoints, and alternatives.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent aceeef7 commit 5a9de9b
2 files changed
Lines changed: 785 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
19 | 28 | | |
| 29 | + | |
| 30 | + | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
23 | 34 | | |
24 | 35 | | |
25 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
26 | 42 | | |
27 | 43 | | |
0 commit comments