Application exposing information about deployments in kubernetes in a rest API
To test kuberneteswrapper in a kubernetes cluster (kind) lokally run the following command
make test
This will do the following
- create a kind kubernetescluster
- build kuberneteswrapper docker image
- load the image into kind
- deploy kuberneteswrapper and test services
- add portfowrward to the kuberneteswrapper service in kind
- test that kuberneteswrapper produces the expected responses
After the test command is executed a portforward on port 8080 is left intact if you want to execute api calls to kuberneteswrapper
To clean up after you are done testing run:
make clean