An index for Krew that contains kubectl plugins that are published as part of Fidelitys Open Source work.
To use the index you will need to run the following command once:
$ kubectl krew index add fidelity https://github.com/fidelity/krew-index.git
To then use the index to install a plugin called foo
you would run the following command:
$ kubectl krew install fidelity/foo
Additional documentation for Krew can be found here.