Files
container.training/slides/k8s
Jerome Petazzoni 5f75f04c97 Update the slides introducing namespaces and kube-public
1) When introducing "kubectl describe", we ask people to
   look at "kubectl describe node node1", which shows
   them a bunch of pods. This makes it easier to contrast
   with the (empty) output of "kubectl get pods" later.

2) Then, instead of going straight to "-n kube-system",
   we introduce "--all-namespaces" to show pods across
   all namespaces. Of course we also mention "-n" and
   we also explain when these flags can be used.

3) Finally, I rewrote the section about kube-public,
   because it was misleading. It pointed at the Secret
   in kube-public, but that Secret merely corresponds
   to the token automatically created for the default
   ServiceAccount in that namespace. Instead, it's
   more relevant to look at the ConfigMap cluster-info,
   which contains a kubeconfig data piece.

The last item gives us an opportunity to talk to the
API with curl, because that cluster-info ConfigMap is
a public resource.
2019-04-03 09:12:34 -05:00
..
2019-03-27 03:47:56 -05:00
2019-03-10 21:23:06 +01:00
2019-03-24 06:57:05 -05:00
2019-03-15 11:51:53 +01:00
2018-09-06 02:12:47 -05:00
2019-03-27 03:38:35 -05:00
2018-09-11 01:41:56 -05:00
2019-03-27 05:01:41 -05:00
2018-09-30 20:52:24 -04:00
2018-11-19 20:52:14 +01:00
2018-12-05 19:12:53 -06:00
2018-10-01 02:14:50 +02:00
2019-03-27 03:47:56 -05:00
2018-09-06 02:12:47 -05:00
2018-10-30 17:24:27 -05:00