-
Notifications
You must be signed in to change notification settings - Fork 0
/
platforms.yaml
80 lines (80 loc) · 1.62 KB
/
platforms.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
providers:
- id: replicated
name: "replicated.com"
- id: ionos
name: "IONOS"
platforms:
- id: replicated-kind
name: "kind on replicated.com"
provider: replicated
versions:
- "1.31.0"
- "1.30.3"
spec:
distribution: kind
instance-type: r1.xlarge
disk-size: 100
node-count: 1
- id: replicated-azure
name: "Azure AKS on replicated.com"
provider: replicated
versions:
- "1.29"
- "1.28"
- "1.27"
spec:
distribution: aks
instance-type: Standard_DS3_v2
disk-size: 100
node-count: 3
- id: replicated-aws
name: "Amazon AWS EKS on replicated.com"
provider: replicated
versions:
- "1.29"
- "1.28"
- "1.27"
spec:
distribution: eks
instance-type: m6i.large
disk-size: 100
node-count: 3
- id: replicated-gke
name: "Google GKE on replicated.com"
provider: replicated
versions:
- "1.29"
- "1.28"
- "1.27"
spec:
distribution: gke
instance-type: e2-standard-2
disk-size: 100
node-count: 3
- id: replicated-openshift
name: "Openshift on replicated.com"
provider: replicated
versions:
- 4.15.0-okd
- 4.14.0-okd
- 4.13.0-okd
spec:
distribution: openshift
instance-type: r1.large
disk-size: 100
node-count: 3
- id: ionos-k8s
name: "IONOS managed K8s"
provider: ionos
versions:
- "1.29.5"
- "1.28.10"
- "1.27.14"
spec:
node-count: 3
ram: 8192
cores: 4
location: de/txl
disk-type: HDD
disk-size: 100