Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple master and worker nodes situation? #1

Open
yxiao168 opened this issue Jun 3, 2020 · 3 comments
Open

multiple master and worker nodes situation? #1

yxiao168 opened this issue Jun 3, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@yxiao168
Copy link

yxiao168 commented Jun 3, 2020

Hello,
I tried to deploy a 3 master nodes and 2 workers nodes cluster, the result doesn't seem to be right.

Thanks

$ more Vagrantfile
IMAGE_NAME = "bento/ubuntu-18.04"
K8S_NAME = "k8s34"
MASTERS_NUM = 3
MEM = 2048
CPU = 2
NODES_NUM = 3
IP_BASE = "192.168.34."
...

$ kubectl get nodes --all-namespaces
NAME STATUS ROLES AGE VERSION
k8s-m-1 Ready master 3h11m v1.18.3
$

@yxiao168 yxiao168 changed the title multiple masters and nodes situation? multiple master and worker nodes situation? Jun 3, 2020
@javierruizjimenez javierruizjimenez self-assigned this Jun 4, 2020
@javierruizjimenez
Copy link
Member

@yxiao168 thanks for opening the issue. The Kubernetes Cluster using Vagrant and Ansible is aimed at developers of micro services or applications that need an almost complete K8S cluster in their local development machines.
Please let me know why would you need a multi master Kubernetes local development environment so I can better understand the scenario. Thanks!

@yxiao168
Copy link
Author

yxiao168 commented Jun 4, 2020

The reasons:

  1. I am glad to find your tutorial intuitive, and as an alternative to kubespray,
    https://github.com/kubernetes-sigs/kubespray
    It is more "official" and supports multiple master and worker nodes, though it is not error-free.

  2. The K8S stacks on GKE, EKS, and AKS are with multiple master nodes. The developers would like to test the K8S in different versions on a multiple master nodes environment on a local cluster.

@javierruizjimenez
Copy link
Member

Thanks @yxiao168 I will review and update the tutorial, I didn't try to deploy multiple masters so I will need to take that into account.

@javierruizjimenez javierruizjimenez added the enhancement New feature or request label Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants