Install multi master kubernetes cluster in local
up vote
1
down vote
favorite
I have tried with
minikube tool, It's a single node.
kubeadm tool, It's a multinode but single master.
I am looking for the tool which can be configure multi master kubernetes cluster in
local.
kubernetes local
add a comment |
up vote
1
down vote
favorite
I have tried with
minikube tool, It's a single node.
kubeadm tool, It's a multinode but single master.
I am looking for the tool which can be configure multi master kubernetes cluster in
local.
kubernetes local
If you are running ubuntu you can use canonical kubernetes distribution kubernetes.io/docs/getting-started-guides/ubuntu/local or kubeAdm docker in docker github.com/kubernetes-sigs/kubeadm-dind-cluster
– Bal Chua
Dec 7 at 3:21
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have tried with
minikube tool, It's a single node.
kubeadm tool, It's a multinode but single master.
I am looking for the tool which can be configure multi master kubernetes cluster in
local.
kubernetes local
I have tried with
minikube tool, It's a single node.
kubeadm tool, It's a multinode but single master.
I am looking for the tool which can be configure multi master kubernetes cluster in
local.
kubernetes local
kubernetes local
asked Nov 22 at 14:30
samba
6818
6818
If you are running ubuntu you can use canonical kubernetes distribution kubernetes.io/docs/getting-started-guides/ubuntu/local or kubeAdm docker in docker github.com/kubernetes-sigs/kubeadm-dind-cluster
– Bal Chua
Dec 7 at 3:21
add a comment |
If you are running ubuntu you can use canonical kubernetes distribution kubernetes.io/docs/getting-started-guides/ubuntu/local or kubeAdm docker in docker github.com/kubernetes-sigs/kubeadm-dind-cluster
– Bal Chua
Dec 7 at 3:21
If you are running ubuntu you can use canonical kubernetes distribution kubernetes.io/docs/getting-started-guides/ubuntu/local or kubeAdm docker in docker github.com/kubernetes-sigs/kubeadm-dind-cluster
– Bal Chua
Dec 7 at 3:21
If you are running ubuntu you can use canonical kubernetes distribution kubernetes.io/docs/getting-started-guides/ubuntu/local or kubeAdm docker in docker github.com/kubernetes-sigs/kubeadm-dind-cluster
– Bal Chua
Dec 7 at 3:21
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
There's no tool to install a multi-master Kubernetes cluster locally as of this writing. Generally, a multi-master setup is meant for production environments and a local setup is generally far from what someone would describe as a production environment.
You can probably piece together a local installation from this and Kubernetes the Hard Way.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
There's no tool to install a multi-master Kubernetes cluster locally as of this writing. Generally, a multi-master setup is meant for production environments and a local setup is generally far from what someone would describe as a production environment.
You can probably piece together a local installation from this and Kubernetes the Hard Way.
add a comment |
up vote
2
down vote
accepted
There's no tool to install a multi-master Kubernetes cluster locally as of this writing. Generally, a multi-master setup is meant for production environments and a local setup is generally far from what someone would describe as a production environment.
You can probably piece together a local installation from this and Kubernetes the Hard Way.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
There's no tool to install a multi-master Kubernetes cluster locally as of this writing. Generally, a multi-master setup is meant for production environments and a local setup is generally far from what someone would describe as a production environment.
You can probably piece together a local installation from this and Kubernetes the Hard Way.
There's no tool to install a multi-master Kubernetes cluster locally as of this writing. Generally, a multi-master setup is meant for production environments and a local setup is generally far from what someone would describe as a production environment.
You can probably piece together a local installation from this and Kubernetes the Hard Way.
answered Nov 22 at 17:53
Rico
25.1k94864
25.1k94864
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53433149%2finstall-multi-master-kubernetes-cluster-in-local%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you are running ubuntu you can use canonical kubernetes distribution kubernetes.io/docs/getting-started-guides/ubuntu/local or kubeAdm docker in docker github.com/kubernetes-sigs/kubeadm-dind-cluster
– Bal Chua
Dec 7 at 3:21