You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Using [kubectx](https://github.com/ahmetb/kubectx)
20
-
* Using specific kubeconfig file by exporting the env variable: `export KUBECONFIG=/your/path/to/.kube/config`
18
+
#### From Release
21
19
22
20
Download binaries are available for Linux / Windows / Mac OS via the [releases](https://github.com/DataDog/KubeHound/releases) page or by running the following (Mac OS/Linux):
23
21
```bash
@@ -32,10 +30,43 @@ If downloading the releases via a browser you must run e.g `xattr -d com.apple.q
32
30
33
31
</details>
34
32
33
+
#### With homebrew
34
+
35
+
KubeHound is available in homebrew-core and you can simply run
36
+
```bash
37
+
brew update && brew install kubehound
38
+
```
39
+
40
+
`kubehound` should now be in your path.
41
+
42
+
#### From source
35
43
36
-
Then, simply run
44
+
If you wish to build KubeHound from source, you will need to checkout a tag before building
0 commit comments