Web-based terminal for Kubernetes debugging with built-in DB clients and network tools
1.6K
Web-based terminal for Kubernetes cluster debugging and administration.
docker run -d -p 8080:80 \
-e JTTB_JWT_SECRET="your-secret-key" \
-e JTTB_USER="admin" \
-e JTTB_PASSWORD="admin123" \
edering/jttb:latest
Access at http://localhost:8080
Required:
JTTB_JWT_SECRET - Secret for JWT signingJTTB_USER - Login usernameJTTB_PASSWORD - Login passwordOptional:
JTTB_TOKEN_EXPIRY - Token expiry (default: 8h)JTTB_EXEC_TIMEOUT - Command timeout in ms (default: 30000)Full docs at https://github.com/dchaves80/JTTB
latest - Latest stable release1.6 - Version 1.6 (DB Command Builder, mongocli)1.5 - Version 1.5 (Search, Favorites, CRT effects)1.4 - Version 1.4 (UI improvements)1.3 - Version 1.3 (Mercado Pago support)1.2 - Version 1.2 (Ko-fi + PayPal support)1.1 - Version 1.11.0 - Version 1.0If JTTB helped you, consider supporting the project:
Content type
Image
Digest
sha256:098bdb355…
Size
111 MB
Last updated
8 months ago
docker pull edering/jttb