shrw
shrw

Reputation: 1805

On-prem kubernetes management

I am currently using ubuntu machines for creating a kubernetes cluster.

All machines are on-prem.

but adding / upgrating machines, require lot of maintanence like installing ubuntu, adding needed packages, open-ssh, then adding kubernetes and adding to cluster.

Is there a better way to install and add machines to kubernetes cluster.

Upvotes: 0

Views: 46

Answers (1)

coderanger
coderanger

Reputation: 54211

There are many products and projects available for this. You'll just have to try some and see which you like. I couldn't list them all if I tried but a few I'm pretty sure are compatible with Ubuntu (in no particular order):

  • kubespray
  • Rancher (and RKE with it)
  • Microk8s (uses Snaps)
  • Charmed Kubernetes

Upvotes: 2

Related Questions