Install kubeadm in macOS

Smaillns picture Smaillns · Jul 15, 2019 · Viewed 8.7k times · Source

How to install kubeadm for Kubernetes in macOS. When tempting to use

brew install kubeadm

I get this error

Error: No available formula with the name "kubeadm" 
==> Searching for a previously deleted formula (in the last month)..

NB : In macOS I can't use apt-get

Answer

Ijaz Ahmad Khan picture Ijaz Ahmad Khan · Jul 16, 2019

Not sure about MAC OS

The supported platforms on their list are:

Ubuntu 16.04+
Debian 9
CentOS 7
RHEL 7
Fedora 25/26 (best-effort)
HypriotOS v1.0.1+
Container Linux (tested with 1800.6.0)

https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/

KubeAdm is not for Desktop local environment.

You can install Docker For MAC that will install the minikube environment for you.