-3

i have only one instance machine which is centos-7 minimal installation. can i install kubernates cluster as a master and node same machine(without minikube and micro8s). is there any possible way?

Thanks.

1 Answers1

2

You can use kind. Kind is a tool for running local Kubernetes clusters using Docker container. So on the same machine docker containers are created for each Kubernetes node.

Also you can install a single node Kubernetes cluster using kubeadm and the master node can be marked as schedule-able so that pods can be scheduled on the master node.

Tibebes. M
  • 6,940
  • 5
  • 15
  • 36
Arghya Sadhu
  • 41,002
  • 9
  • 78
  • 107