forked from BretFisher/kubernetes-mastery
-
Notifications
You must be signed in to change notification settings - Fork 4
/
kube-mastery.yml
142 lines (136 loc) · 3.05 KB
/
kube-mastery.yml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
title: |
Kubernetes Mastery
chat: "[Slack](https://chat.dockermastery.com/)"
gitrepo: github.com/BretFisher/kubernetes-mastery
slides: https://slides.kubernetesmastery.com
exclude:
- not-mastery
- self-paced
# - in-person
chapters:
- shared/title.md
#- logistics.md
# - k8smastery/cleanup-template.md
# - shared/about-slides.md
- shared/toc.md
-
- k8smastery/intro.md
- k8smastery/prereqs.md
# - k8smastery/quickwin.md
-
# - shared/webssh.md
# - shared/connecting.md
# - k8s/versions-k8s.md
#- shared/composescale.md
#- shared/hastyconclusions.md
- k8smastery/orchestration.md
# - k8smastery/setup-k8s.md
- k8smastery/concepts-k8s.md
-
# Local Install Options
- k8smastery/install-summary.md
- k8smastery/install-docker-desktop.md
- k8smastery/install-minikube.md
- k8smastery/install-microk8s.md
- k8smastery/install-pwk.md
- k8smastery/install-shpod.md
-
# First Kubectl
- k8s/kubectlget.md
- k8s/kubectlrun.md
- k8s/logs-cli.md
- k8smastery/cleanup-pingpong-sleep.md
-
- k8s/deploymentslideshow.md
- k8s/kubectlexpose.md
- k8smastery/cleanup-httpenv.md
- k8s/kubenet.md
# - k8s/buildshiprun-selfhosted.md
-
- shared/sampleapp.md
- shared/composedown.md
- k8s/shippingimages.md
- k8s/buildshiprun-dockerhub.md
- k8s/ourapponkube.md
-
#- k8s/kubectlscale.md
- k8s/scalingdockercoins.md
- shared/hastyconclusions.md
- k8s/yamldeploy.md
- k8s/dashboard.md
- k8s/daemonset.md
- k8smastery/cleanup-dockercoins-daemonset.md
-
- k8smastery/authoringyaml.md
- k8smastery/dryrun.md
- k8smastery/cleanup-hello.md
- k8smastery/dockercoins-apply.md
- k8s/rollout.md
- k8s/healthchecks.md
- k8s/healthchecks-more.md
- k8smastery/cleanup-dockercoins.md
-
# ConfigMaps and Secrets
- k8s/configuration.md
- k8smastery/cleanup-haproxy-registry.md
-
# I'M HERE=====================================
# Ingress
- k8s/ingress.md
-
# volumes and persistent data
- k8s/volumes.md
- k8s/statefulsets.md
- k8s/local-persistent-volumes.md
# - k8s/portworx.md # SKIP FOR NOW
-
# STOP AND BUILD UDEMY, THEN MAKE MORE=========
# Managing YAML with Kustomize and Helm
- k8s/kustomize.md
- k8s/helm.md
- k8s/create-chart.md
-
# CRD's and Operators
- k8s/extending-api.md
- k8s/operators.md
- k8s/operators-design.md
-
# centralized logging and monitoring
- k8s/logs-centralized.md
- k8s/prometheus.md
-
# Declarative Workflows and GitOps
- shared/declarative.md
- k8s/declarative.md
- k8smastery/cli-good-better-best.md
- k8s/record.md
- k8s/gitworkflows.md
-
# Building Images on K8s
- k8s/build-with-docker.md
- k8s/build-with-kaniko.md
-
# deployment tools
- k8s/staticpods.md
# TODO:cloud distributions
-
# admin internals
- k8s/owners-and-dependents.md
-
# remote cluster access
- k8s/namespaces.md # namespaces and context
- k8s/localkubeconfig.md
- k8s/kubectlproxy.md
- k8s/accessinternal.md
-
# security
- k8s/netpol.md
- k8s/authn-authz.md
- k8s/csr-api.md
- k8s/openid-connect.md
- k8s/podsecuritypolicy.md
-
# END
- k8s/whatsnext.md
- k8s/links.md
- shared/thankyou.md