-
Notifications
You must be signed in to change notification settings - Fork 20
/
modules.txt
48 lines (35 loc) · 987 Bytes
/
modules.txt
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
CloudARK Kubernetes Workshop:
-----------------------------
Basic:
------
Module 1: Containers
- container-basics
Module 2: Kubernetes cluster basic discovery
- cluster-installation-and-discovery
Module 3: Deploying your first application (stateless app)
- hello-world-deployment
Module 4: Deploying a stateful application
- wordpress-deployment
Advanced:
---------
Module 5: Kubernetes RBAC
- rbac
Module 6: Kubernetes Operators and CRDs
- wordpress-mysqlcluster
Module 7: Helm charts
- wordpress-deployment-chart
Module 8: Cloud Native SaaS and Managed Services on K8s
- wordpress-mysqlcluster-chart
Module 9: Autoscaling
- hpa
- cluster-scaling
Expert:
-------
Module 10: Kubernetes audits
Module 11: Node capabilities (NUMA, huge pages, etc.)
Module 12: Service Meshes (istio)
Module 13: Cluster management (HA, etcd, etc.)
Module 14: Kubernetes code deep dive
Module 15: Building operators
Module 16: Building kubectl plugins
Module 17: Contributing to Kubernetes