Skip to content

Latest commit

 

History

History

tools

Kubow tools

This directory contains the deployment files for several tools that support or complement Kubow's various features.

Required tools:

To install the required tools just run kubectl apply -k monitoring in this folder.

Optional tools:

  • kube-state-metrics: a service that periodically polls the Kubernetes API and generates metrics about the state of its objects.

Other tools:

Deployment instructions

To deploy each of those tools in your cluster, follow the intructions provided in the tools' respective folder.

To deploy all the required tools, just run sh deploy-tools.sh

To destroy/undeploy the required tools, just run sh destroy-tools.sh