-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoldenpaths.json
123 lines (123 loc) · 4.95 KB
/
goldenpaths.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[
{
"PathID": "P0001",
"CreatedDate": "22/09/22",
"LastModifiedDate": "14/03/24",
"PathName": "Azure Kubernetes Service (AKS)",
"Platform": "Microsoft Azure",
"PlatformType": "Container",
"PathOwner": "[email protected]",
"PathDesciption": "AKS is a managed Kubernetes service that lets you quickly deploy and manage clusters",
"PathStatus": "Active"
},
{
"PathID": "P0002",
"CreatedDate": "08/07/23",
"LastModifiedDate": "28/09/24",
"PathName": "Amazon Lambda",
"Platform": "Amazon Web Services",
"PlatformType": "Serverless",
"PathOwner": "[email protected]",
"PathDesciption": "Amazon Lambda is a serverless computing service that lets you run code without provisioning or managing servers",
"PathStatus": "Active"
},
{
"PathID": "P0003",
"CreatedDate": "12/02/23",
"LastModifiedDate": "28/09/24",
"PathName": "Azure Container Instances (ACI)",
"Platform": "Microsoft Azure",
"PlatformType": "Container",
"PathOwner": "[email protected]",
"PathDesciption": "Azure Container Instances is a solution for any scenario that can operate in isolated containers",
"PathStatus": "Active"
},
{
"PathID": "P0004",
"CreatedDate": "18/01/23",
"LastModifiedDate": "05/05/23",
"PathName": "Google Cloud Functions",
"Platform": "Google Cloud",
"PlatformType": "Serverless",
"PathOwner": "[email protected]",
"PathDesciption": "Google Cloud Functions is a lightweight compute service that runs a single-purpose stateless function with a single request and response",
"PathStatus": "Active"
},
{
"PathID": "P0005",
"CreatedDate": "08/07/23",
"LastModifiedDate": "28/09/24",
"PathName": "Azure Container Apps (ACA)",
"Platform": "Microsoft Azure",
"PlatformType": "Container",
"PathOwner": "[email protected]",
"PathDesciption": "Container Apps is a fully managed serverless container platform that enables you to build deploy and scale containerized applications",
"PathStatus": "Active"
},
{
"PathID": "P0006",
"CreatedDate": "30/01/22",
"LastModifiedDate": "01/11/24",
"PathName": "Azure Functions",
"Platform": "Microsoft Azure",
"PlatformType": "Serverless",
"PathOwner": "[email protected]",
"PathDesciption": "Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure",
"PathStatus": "Active"
},
{
"PathID": "P0007",
"CreatedDate": "02/07/21",
"LastModifiedDate": "02/07/21",
"PathName": "Google Cloud Run",
"Platform": "Google Cloud",
"PlatformType": "Serverless",
"PathOwner": "[email protected]",
"PathDesciption": "Google Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests",
"PathStatus": "Inactive"
},
{
"PathID": "P0008",
"CreatedDate": "02/07/21",
"LastModifiedDate": "12/09/22",
"PathName": "Elastic Kubernetes Service (EKS)",
"Platform": "Amazon Web Services",
"PlatformType": "Container",
"PathOwner": "[email protected]",
"PathDesciption": "Elastic Kubernetes Service (EKS) is a managed Kubernetes service that makes it easy for you to run Kubernetes on AWS without needing to install-operate and maintain your own Kubernetes control plane or nodes",
"PathStatus": "Active"
},
{
"PathID": "P0009",
"CreatedDate": "19/09/22",
"LastModifiedDate": "06/10/24",
"PathName": "Azure Red Hat OpenShift (ARO)",
"Platform": "Microsoft Azure",
"PlatformType": "Container",
"PathOwner": "[email protected]",
"PathDesciption": "Azure Red Hat OpenShift is a fully managed service of Red Hat OpenShift on Azure",
"PathStatus": "Active"
},
{
"PathID": "P0010",
"CreatedDate": "13/02/22",
"LastModifiedDate": "02/07/22",
"PathName": "Google Kubernetes Engine (GKE)",
"Platform": "Google Cloud",
"PlatformType": "Container",
"PathOwner": "[email protected]",
"PathDesciption": "Google Kubernetes Engine (GKE) is a managed-production-ready environment for deploying quickly and easily containerized applications using Kubernetes",
"PathStatus": "Active"
},
{
"PathID": "P0011",
"CreatedDate": "18/04/23",
"LastModifiedDate": "09/05/23",
"PathName": "Amazon Fargate",
"Platform": "Amazon Web Services",
"PlatformType": "Container",
"PathOwner": "[email protected]",
"PathDesciption": "Amazon Elastic Container Service (ECS) is a fully managed container orchestration service that makes it easy to run and scale containerized applications on AWS",
"PathStatus": "Active"
}
]