Skip to content

gabrie30/kubieous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubieous

Internal cluster monitoring

Running locally with minikube

  • $ cd kubieous
  • $ minikube start
  • $ minikube dashboard
  • $ eval $(minikube docker-env)
  • $ docker build -t kubieous:v1 .
  • $ kubectl run kubieous --image=kubieous:v1 --port=8080
  • You'll also want to run an image that you can test on

Testing HPA

  • You need to enable heapster $ minikube addons enable heapster

About

Internal kubernetes cluster monitoring demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages