Skip to content

j-jasmin/pod-evaluation-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pod Evaluation Service

Description

Using the Javascript client it watches pods running in a cluster and evaluates the following rules:

  • Image prefix includes 'bitnami/'
  • Label contains key 'team"
  • Recent start time (not older than 7 days)

Requirements

Usage

Make sure that the cluster is running (minikube start).

npm install
node index.js

Testing

Tests are written using Mocha, Chai and Sinon.

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published