Chris G.
Chris G.

Reputation: 25934

Installing K8s using kOps on local machine

Has anyone ben able to install Kubernetes using kOps on bare metal/ local virtual machine running Ubuntu.

Upvotes: 1

Views: 741

Answers (1)

Subbu
Subbu

Reputation: 663

From one of Kops maintainer

As kOps maintainer, I can at least say that there is no active project to support bare-metal anymore. And the code we once had going in that direction was obsolete and removed.

Source: https://github.com/kubernetes/enhancements/issues/360

If you are looking for installing kubernetes clusters in local bare-metal machine, check out Kind. It is looking very promising.

Upvotes: 1

Related Questions