an application to scrape deployment information from a kubernetes cluster and forward it via gRPC to a central collection server
- It is strongly recommended that you run
makewhich sets up pre-commit hooks and installs the recommended tools needed for working in this repository (exceptkind). - Kind
- Please use
kindin combination with themaketargets to get the full experiencedocker composeis supported, however will not provide a good experience because there's no kubernetes api to interface with
make kind- Sets up Kind Cluster with one control-plane and one worker node
make kind-load- Builds image with Docker and loads it onto the cluster
make apply- Deploys the Kubernetes files in
k8s/to the cluster
- Deploys the Kubernetes files in
- Profit!