forked from BenHall/javajon-katacoda-courses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkubernetes-extensibility-pathway.json
33 lines (32 loc) · 1.17 KB
/
kubernetes-extensibility-pathway.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
{
"title": "Kubernetes Extensibility",
"icon": "fa-kubernetes",
"description": "Learn techniques for extending Kubernetes beyond its default features and resources with plugins, CRDs and Operators.",
"courses": [
{
"course_id": "crds",
"title": "Custom Resource Definitions",
"description": "Extending Kubernetes with your own custom resources (CRDs)."
},
{
"course_id": "kubectl-plugins",
"title": "Kubectl CLI Plugins",
"description": "Extend Kubernetes with plugins added to the kubectl CLI tool."
},
{
"course_id": "kubectl-plugin-dev",
"title": "Kubectl CLI Plugin Development",
"description": "Extend Kubernetes with plugins added to the kubectl CLI tool."
},
{
"course_id": "kubebuilder",
"title": "Develop an Operator with Kubebuilder",
"description": "Learn how to control custom resources with Kubebuilder based Operators."
},
{
"course_id": "kudo",
"title": "Develop an Operator with KUDO",
"description": "Learn how to control custom resources with KUDO based Operators."
}
]
}