-
Notifications
You must be signed in to change notification settings - Fork 15
/
intro.txt
100 lines (67 loc) · 1.77 KB
/
intro.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Docker
Basics of kubernetes
YAML Basics
Core concepts:
1. cluster architecture
2. API Primitives
3. Services and other network primitives
Sccheduling:
1. Labels and Selectors
2. Resource Limits
3. Manual Scheduling
4. Daemon Sets
5. Multiple Schedulers
6. Scheduler Events
7. Configure kubernetes scheduler
Logging and Monitoring:
1. Monitor CLuster components
2. Monitor Cluster component logs
3. Monitor Applications
4. Application Logs
Application Lifecycle Management
1. Rolling Updates and Rollbacks in Deploy
2. Configure Applications
3. Scale Applications
4. self-Healing Application
Cluster Maintenance
1. Cluster Upgrade Process
2. Operating system upgrades
3. backup and restore methodologies
Security
1. Authentication & Authorization(RBAC)
2. Kubernetes Security
3. Network Policies
4. TLS certificates for cluster components
5. Image security
6. security contexts
7. secure persistent key value store
Storage
1. Persistent Volumes
2. Access Modes for Volumes
3. Persistent Volume Claims
4. Kubernetes Storage Object
5. Configure applications with persistent storage
Networking:
1. IPAM(CNI)
2. Pre-Requisites - Network,Switching, Routing, Tools
3. pre-Requisites - DNS and CoreDNS
4. Pre-Requisites - Network namespaces, Networking in docker
5. Network configuration on cluster nodes
6. Pod networking concepts
7. Network Loadbalancer
8. Ingress
9. Service networking
10. clusterDNS
11. CNI(IPAM)
Installation,Configuration and validation
1. Design kubernetes cluster
2. Secure cluster communication
3. HA kubernetes cluster
4. Choose a network solution
5. Run and analyze end-to-end tests
6. TLS bootstapping
Troubleshooting
1. Application Failure
2. Control Plane failure
3. Worker Node failure
4. Networking