forked from jpetazzo/container.training
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathkubernetes.yml
86 lines (81 loc) · 1.96 KB
/
kubernetes.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
title: |
Week 2: Kubernetes Basics
gitrepo: github.com/bretfisher/container.training
slides: https://chicago.bretfisher.com/
#slidenumberprefix: "#SomeHashTag — "
exclude:
- self-paced
- extra-details
content:
- shared/title.md
- logistics-bret-k8s.md
# - containers/intro.md
- shared/about-slides.md
# - shared/chat-room-im.md
#- shared/chat-room-zoom-meeting.md
#- shared/chat-room-zoom-webinar.md
- shared/toc.md
- # DAY 3
#- shared/connecting.md
#- shared/webssh.md
#- k8s/versions-k8s.md
- shared/sampleapp.md
#- shared/composescale.md
#- shared/hastyconclusions.md
- shared/composedown.md
- k8s/concepts-k8s.md
- k8s/kubectlget.md
- k8s/kubectl-run.md
- k8s/kubenet.md
- k8s/kubectlexpose.md
- k8s/shippingimages.md
#- k8s/buildshiprun-selfhosted.md
- k8s/buildshiprun-dockerhub.md
#- exercises/k8sfundamentals-details.md
- k8s/ourapponkube.md
- next-k8s.md
- # DAY 4
- logistics-bret-k8s.md
- part4-where-we-left-off.md
- k8s/namespaces.md
- k8s/yamldeploy.md
- shared/declarative.md
- k8s/declarative.md
- k8s/deploymentslideshow.md
- k8s/authoring-yaml.md
#- k8s/scalingdockercoins.md
#- shared/hastyconclusions.md
- k8s/rollout.md
- k8s/healthchecks.md
#- k8s/access-eks-cluster.md
#- k8s/kubectlproxy.md
#- exercises/localcluster-details.md
- k8s/volumes.md
- k8s/configuration.md
- k8s/secrets.md
- shared/thankyou.md
- # EXTRA
- |
# (Extra Kubernetes content)
- k8s/daemonset.md
- k8s/resource-limits.md
- k8s/helm-intro.md
- k8s/helm-chart-format.md
- k8s/helm-create-basic-chart.md
- k8s/helm-create-better-chart.md
- # EXTRA
- |
# (Even More Extra Kubernetes content)
- k8s/labels-annotations.md
- k8s/kubectl-logs.md
- k8s/logs-cli.md
- k8s/batch-jobs.md
- k8s/setup-devel.md
- k8s/localkubeconfig.md
- k8s/accessinternal.md
- k8s/netpol.md
- k8s/authn-authz.md
- k8s/statefulsets.md
- k8s/consul.md
- k8s/pv-pvc-sc.md
- k8s/volume-claim-templates.md