Skip to content

26tanishabanik/Kubernetes-go-metrics-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes-go-metrics-tool

Overview:

This is a simple tool which derives the metrics for both the nodes and the pods in terms of CPU and Memory usage using the go-client for k8s.

Usage:

For pod metrics, use this command: go run main.go -namespace jenkins -entity pods

For node metrics, use this command: go run main.go -entity nodes

Example of table generated:

For pods:

alt text

For nodes:

alt text

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages