k9s in web for developers
1.2K
KUBECONFIG - base 64 encoded kubeconfig filePORT - port in which webshell servesCREDENTIALS - basic authentication for the shell in format "user:password"KCFG_B64=$(base64 -w0 ~/.kube/config)
docker run --rm -it --network=host -e PORT="8001" -e KUBECONFIG="$KCFG_B64" -e CREDENTIALS="admin:secret" hereshem/k9s-webshell
Content type
Image
Digest
sha256:5299bb4db…
Size
64.7 MB
Last updated
10 months ago
docker pull hereshem/k9s-webshell