Dok Docs
Github Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

kube-everything

Overview

kube-everything is a mirror, which contains some software and operations related to the operation and maintenance of Kubernetes containers. DOK is not built-in for the time being. Users who need it can log in to Dockerhub Download the image.

Usage

After obtaining the kubeconfig of the cluster, copying it to another directory of the host and mounting it on the container, it can be started normally.

cp -f ~/.kube/config /tmp/config && docker run --rm -v /tmp/config:/root/.kube/config --net=host -it runzhliu/kube-everything:latest
# check the help infos
cat help

img.png

Reference

  1. kube-everything