Skip to content

saiyyadimran/k8smonitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Monitoring app

Build Status

Why ? Using the kubernetes and having multiple environments sometime has an overhead of maintaining what is deployed in which environment hence this app.

What ?

You can configure the environments(Currently only username and password is supported) and then it will fetch all the deployments from the environments along with the image version

How ?

This is a sping boot based application which uses mongo to store the credentails. Hence to start the application pull the image from k8smonitoring and mongo from docker hub and start using . here are the commands

docker run --name monitoring-mongo -v /app/mongo/datadir:/data/db -d mongo 
docker run --link monitoring-mongo:monitoring-mongo -e SPRING_DATA_MONGODB_HOST=monitoring-mongo --name k8smonitoring -p 8080:8080 -d aamol/k8smonitoring:<tag>

About

Kubernetes Monitoring app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 83.9%
  • HTML 15.9%
  • Dockerfile 0.2%