Monthly Archives: August 2018

Installing and Configuring Kubernetes with Docker on MacOS

Docker Containers

Install Kubernetes for MacOS Installing Kubernetes (K8S) with Docker installed on my machine caused an error: The connection to the server was refused – did you specify the right host or port? I tried the following: Installed manually via: curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl  Installed via Homebrew: brew install kubernetes-cli I found that installation of K8S can […]