Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

orelmisan/k8s-checkup-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-checkup-framework

This was a proof of concept for https://github.com/kiagnose/kiagnose

Checkup's Launcher

Build Instructions

# build checkup-framework's image
$ ./build/build-image

# override CRI to use a different container runtime
$ CRI=docker ./build/build-image

Deployment Instructions

  1. Push the built image to a registry of your choice.
  2. See example manifest under: checkups/echo/manifests/echo-checkup-framework-job.yaml.