diff --git a/slides/k8s/dashboard.md b/slides/k8s/dashboard.md index 8d284f90..25f9687f 100644 --- a/slides/k8s/dashboard.md +++ b/slides/k8s/dashboard.md @@ -105,23 +105,7 @@ The dashboard will then ask you which authentication you want to use. --- -## Other dashboards - -- [Kube Web View](https://codeberg.org/hjacobs/kube-web-view) - - - read-only dashboard - - - optimized for "troubleshooting and incident response" - - - see [vision and goals](https://kube-web-view.readthedocs.io/en/latest/vision.html#vision) for details - -- [Kube Ops View](https://github.com/hjacobs/kube-ops-view) - - - "provides a common operational picture for multiple Kubernetes clusters" - ---- - -# Security implications of `kubectl apply` +## Security implications of `kubectl apply` - When we do `kubectl apply -f `, we create arbitrary resources diff --git a/slides/outreach.yml b/slides/outreach.yml index 1e2ecc21..f3cac91d 100644 --- a/slides/outreach.yml +++ b/slides/outreach.yml @@ -87,24 +87,19 @@ chapters: - k8s/localkubeconfig.md - k8s/accessinternal.md #- k8s/kubectlproxy.md + - k8s/ingress.md - # DAY 3 + - k8s/dashboard.md - k8s/rollout.md - k8s/healthchecks.md #- k8s/healthchecks-more.md #- k8s/record.md - - k8s/ingress.md + - k8s/resource-limits.md + - k8s/metrics-server.md + - k8s/cluster-sizing.md + #- k8s/horizontal-pod-autoscaler.md - - #- k8s/kustomize.md - - k8s/helm-intro.md - - k8s/helm-chart-format.md - - k8s/helm-create-basic-chart.md - - k8s/exercise-helm.md - - k8s/helm-create-better-chart.md - - k8s/helm-secrets.md -- - - k8s/netpol.md - k8s/authn-authz.md -- - k8s/logs-centralized.md - k8s/prometheus.md - @@ -138,11 +133,14 @@ chapters: - containers/Container_Engines.md - containers/Pods_Anatomy.md - - - "# (Extra: capacity planning) \n" - - k8s/resource-limits.md - - k8s/metrics-server.md - - k8s/cluster-sizing.md - - k8s/horizontal-pod-autoscaler.md + - "# (Extra: Helm) \n" + #- k8s/kustomize.md + - k8s/helm-intro.md + - k8s/helm-chart-format.md + - k8s/helm-create-basic-chart.md + - k8s/exercise-helm.md + - k8s/helm-create-better-chart.md + - k8s/helm-secrets.md - - "# (Extra: Kubernetes operators) \n" - k8s/extending-api.md @@ -153,3 +151,4 @@ chapters: - k8s/csr-api.md - k8s/openid-connect.md - k8s/podsecuritypolicy.md + - k8s/netpol.md