Skip to content

Files

Latest commit

 

History

History

visualization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Visualization

Being able to visualise what you have in your cluster is a nice thing to have. Specially if it is as easy as it is with Octant.

Diff

Octant is a tool for developers to understand how applications run on a Kubernetes cluster.

brew install octant

And just by running:

octant

Will open the overview of our cluster:

Diff

We can graphically visualise relationships between objects in a Kubernetes cluster. The status of individual objects are represented by color to show workload performance.

Diff