-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathkubernetes.json
More file actions
26 lines (26 loc) · 1.02 KB
/
kubernetes.json
File metadata and controls
26 lines (26 loc) · 1.02 KB
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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/kubernetes",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Container orchestration platform that automates deployment, scaling, and management of research software applications, improving reliability, maintainability, and sustainability through robust infrastructure management and service mesh capabilities.",
"hasQualityDimension": [
{ "@id": "dim:maintainability", "@type": "@id" },
{ "@id": "dim:sustainability", "@type": "@id" },
{ "@id": "dim:reliability", "@type": "@id" }
],
"howToUse": ["command-line", "online-service", "CI/CD"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "Kubernetes",
"url": "https://kubernetes.io/",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/requirements_specified",
"@type": "@id"
}
]
}