-
Notifications
You must be signed in to change notification settings - Fork 266
/
operatorframework-pathway.json
56 lines (56 loc) · 1.98 KB
/
operatorframework-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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"title": "Building Operators on OpenShift",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/operatorframework/k8s-api-fundamentals/",
"course_id": "k8s-api-fundamentals",
"title": "Kubernetes API Fundamentals"
},
{
"external_link": "https://learn.openshift.com/operatorframework/etcd-operator/",
"course_id": "etcd-operator",
"title": "Etcd Operator"
},
{
"external_link": "https://learn.openshift.com/operatorframework/go-operator-podset/",
"course_id": "go-operator-podset",
"title": "Operator SDK with Go"
},
{
"external_link": "https://learn.openshift.com/operatorframework/operator-lifecycle-manager/",
"course_id": "operator-lifecycle-manager",
"title": "Operator Lifecycle Manager"
},
{
"external_link": "https://learn.openshift.com/ansibleop/ansible-k8s-modules/",
"course_id": "ansible-k8s-modules",
"title": "Ansible Kubernetes Modules"
},
{
"external_link": "https://learn.openshift.com/ansibleop/ansible-operator-overview/",
"course_id": "ansible-operator-overview",
"title": "Ansible Operator Overview"
},
{
"external_link": "https://learn.openshift.com/ansibleop/ansible-mcrouter-operator/",
"course_id": "ansible-mcrouter-operator",
"title": "Mcrouter Operator powered by Ansible Operator"
},
{
"external_link": "https://learn.openshift.com/operatorframework/helm-operator/",
"course_id": "helm-operator",
"title": "Operator SDK with Helm"
},
{
"external_link": "https://learn.openshift.com/operatorframework/go-operator-memcached/",
"course_id": "go-operator-memcached",
"title": "Operator SDK with Go, Memcached"
},
{
"external_link": "https://learn.openshift.com/operatorframework/helm-operator-memcached/",
"course_id": "helm-operator-memcached",
"title": "Operator SDK with Helm, Memcached"
}
]
}