Kubernetes web terminal
You need to install the build environment
- Go 1.5+
- Node.js (npm、bower、jspm to build the Angular frontend)
$ godep restore
$ godep go build
$ jspm install
$ ./k8s-web-terminal
$ docker run --name k8s-web-terminal -d -p 8088:8088 -e K8S_API=http://KUBERNET_API_HOST:8080 beyondblog/k8s-web-terminal
Usage of ./k8s-web-terminal:
-k8s_api string
Kubernetes api host (default "http://127.0.0.1:8080")
-port int
listen port (default 8088)