From 370bdf9aafb976a936c4164f4b945c4a16bba2f2 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Thu, 3 Oct 2019 05:28:13 -0500 Subject: [PATCH] Add kube web view and kube ops view --- slides/k8s/dashboard.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/slides/k8s/dashboard.md b/slides/k8s/dashboard.md index bae2d732..8d284f90 100644 --- a/slides/k8s/dashboard.md +++ b/slides/k8s/dashboard.md @@ -105,6 +105,22 @@ 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` - When we do `kubectl apply -f `, we create arbitrary resources @@ -156,4 +172,3 @@ The dashboard will then ask you which authentication you want to use. - It introduces new failure modes (for instance, if you try to apply YAML from a link that's no longer valid) -