Categorygithub.com/strrl/kubernetes-auditing-dashboard
modulepackage
0.0.0-20240901231009-eb42921377a1
Repository: https://github.com/strrl/kubernetes-auditing-dashboard.git
Documentation: pkg.go.dev

# README

kubernetes-auditing-dashboard

Simple Dashboard for Kubernetes Auditing Events

Start Development Environment with minikube

Bootstrap a local Kubernetes cluster with minikube, and configure the auditing webhook.

minikube start \
  --mount --mount-string ./script/kube-apiserver-config:/kube-apiserver-config \
  --wait apiserver && \
  minikube ssh sudo bash /kube-apiserver-config/patch-kube-apiserver-manifest.sh

Then start the application:

make dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author