You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "YoungWoo Kim (Jira)" <ji...@apache.org> on 2019/10/14 02:59:00 UTC

[jira] [Comment Edited] (BIGTOP-3238) Local muti-node cluster via vagrant and kubespray

    [ https://issues.apache.org/jira/browse/BIGTOP-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16950673#comment-16950673 ] 

YoungWoo Kim edited comment on BIGTOP-3238 at 10/14/19 2:58 AM:
----------------------------------------------------------------

It's cumbersome for now. I'll refine further. e.g., process automation via gradle...

{noformat}
## Set up 3-Node Kubernetes cluster via Kubespray on local machine
```
$ cd $BIGTOP_HOME
$ ./gradlew kubespray-clean kubespray-download && cd dl/ && tar xvfz kubespray-2.11.0.tar.gz
$ cd dl/kubespray-2.11.0/ && cp ../../kubespray/vagrant/Vagrantfile .
$ vagrant up
$ vagrant ssh k8s-1

k8s-1$ ls -als /bigtop
......
```
{noformat}


was (Author: warwithin):
It's cumbersome for now. I'll refine further. e.g., process automation via gradle...

{noformat}
## Set up 3-Node Kubernetes cluster via Kubespray on local machine
```
$ cd $BIGTOP_HOME
$ ./gradlew kubespray-clean kubespray-download && cd dl/ && tar xvfz kubespray-2.11.0.tar.gz
$ cd dl/kubespray-2.11.0/ && cp ../../kubespray/vagrant/Vagrantfile .
$ vagrant up
```
{noformat}

> Local muti-node cluster via vagrant and kubespray
> -------------------------------------------------
>
>                 Key: BIGTOP-3238
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3238
>             Project: Bigtop
>          Issue Type: Sub-task
>            Reporter: YoungWoo Kim
>            Assignee: YoungWoo Kim
>            Priority: Major
>
> Minikube is great for testing and development on local machine but if need multi-node setup, Kubespray is good choice for that. in addition, you can use Kubespray for provisioning your production cluster.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)