2019-03-27 22:57:01 -04:00
2019-03-27 22:57:01 -04:00
2019-03-27 22:57:01 -04:00
2019-03-25 21:37:18 +00:00
2019-02-13 14:33:47 -08:00
2019-02-08 11:02:31 -08:00
2018-12-21 15:21:21 -05:00
2019-01-26 16:40:32 -08:00
2019-03-27 22:57:01 -04:00
2019-03-14 20:17:44 +00:00
2019-02-08 11:02:31 -08:00
2019-03-13 19:56:27 +00:00

Build locally

git clone https://github.com/reactiveops/fairwinds $GOPATH/src/github.com/reactiveops/fairwinds
go build -a -o fairwinds *.go
./fairwinds -h

Run on-cluster

On GKE, you'll need to run the following command first:

kubectl create clusterrolebinding cluster-admin-binding \
  --clusterrole cluster-admin \
  --user $(gcloud config get-value account)

Then apply the config:

kubectl apply -f deploy/all.yaml

Options

  • dashboard Runs the webserver for Fairwinds dashboard.
  • dashboard-port: Port for the dashboard webserver (default 8080)
  • webhook: Runs the webhook webserver.
  • webhook-port: Port for the webhook webserver (default 9876)
  • disable-webhook-config-installer: disable the installer in the webhook server, so it won't install webhook configuration resources during bootstrapping
  • kubeconfig: Paths to a kubeconfig. Only required if out-of-cluster.
  • master: The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.
Description
Validation of best practices in your Kubernetes clusters
Readme Apache-2.0 59 MiB
Languages
Go 93.5%
CSS 3.1%
Shell 2.4%
JavaScript 0.7%
Dockerfile 0.3%