August 2018
Intermediate to advanced
352 pages
12h 30m
English
Make the following preparations:
VT-x or AMD-v virtualization must be enabled in your computer’s BIOS.
You can install Kubectl with Homebrew (https://brew.sh) on macOS with the following:
$ brew install kubernetes-cli
$ choco install kubernetes-cli
$ curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.10.0/bin/linux/amd64/kubectl$ chmod +x ./kubectl$ sudo mv ./kubectl /usr/local/bin/kubectl ...
Read now
Unlock full access