Skip to content

pwlmesos/kubestats-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubestats-server

Server to get stats on Kubenetes cluster

GO Help for newbs

Hit Crtl+C not Crtl+x else to kill a process on Mac

$> lsof -i tcp:8080
COMMAND   PID         USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
server  49011 patricklogan    6u  IPv6 0xf148eca9f4ef31a9      0t0  TCP *:http-alt (LISTEN)

$> sudo kill -9 49011
fish: Job 1, './server' terminated by signal SIGKILL (Forced quit)

Docker build

docker build -t pwleng/kubestats:0.0.1 .

About

Server to get stats on Kubenetes cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages