diff --git a/docs/02-client-tools.md b/docs/02-client-tools.md index 738b879..f3169da 100644 --- a/docs/02-client-tools.md +++ b/docs/02-client-tools.md @@ -68,6 +68,16 @@ The `kubectl` command line utility is used to interact with the Kubernetes API S ### OS X +#### Using Homebrew + +``` +brew install kubectl +``` + +**[ OR ]** + +#### From official release binaries: + ``` curl -o kubectl https://storage.googleapis.com/kubernetes-release/release/v1.8.0/bin/darwin/amd64/kubectl ```