45 lines
835 B
JSON
45 lines
835 B
JSON
{
|
|
"best_practices": [
|
|
"bp_003",
|
|
"bp_027",
|
|
"bp_031",
|
|
"bp_034"
|
|
],
|
|
"category": "taskserv",
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
"infrastructure",
|
|
"networking",
|
|
"container_runtime"
|
|
],
|
|
"description": "Kubernetes taskserv for provisioning and managing Kubernetes clusters and workloads",
|
|
"name": "kubernetes",
|
|
"provides": [
|
|
{
|
|
"id": "orchestration",
|
|
"interface": "taskservs/kubernetes",
|
|
"version": "1.0.0"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "server-lifecycle",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "networking",
|
|
"kind": "Required"
|
|
},
|
|
{
|
|
"capability": "container-runtime",
|
|
"kind": "Required"
|
|
}
|
|
],
|
|
"tags": [
|
|
"taskserv",
|
|
"kubernetes",
|
|
"k8s",
|
|
"orchestration"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|