01. Install Kubernetes

Install Kubernetes

ND#9991 C04 L04 A01 Install Kubernetes

Curl command

The curl command Noah uses in the video for Mac is as follows:

curl -LO https://storage.googleapis.com/kubernetes-release/release/$\(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt\)/bin/darwin/amd64/kubectl

Note that the escape characters (\) in the above may need to be removed for the command to work on your system depending on your settings.

Checking for virtualization

The other command used is:

sysctl -a | grep machdep.cpu.features

Install Kubernetes

What is an easy method of installing Kubernetes?

SOLUTION: Using the Docker application

References