ipfs-inactive / pm-test-lab

[ARCHIVED] DEPRECATED — check https://github.com/ipfs/testground/ for the latest
10 stars 4 forks source link

Implement and Document the IPTL Orchestrator #6

Closed SidHarder closed 7 years ago

SidHarder commented 7 years ago

Setup a Kubernetes Minikube that can act as the IPTL Orchestrator. The deliverable here is a document detailing how to setup a Kubernetes Minikube that can be the bases for the IPTL Orhestrator

SidHarder commented 7 years ago

@FrankPetrilli Yesterday during the second call we discussed having you and @jonnycrunch work together to document the process of setting up an IPTL Orchestrator using Kubernetes. I have invited @jonnycrunch to join this repo. Have you been in contact with him?

jonnycrunch commented 7 years ago

@FrankPetrilli @SidHarder I've started setting up kubernetes on my cluster and have broken down the action items we discussed into three main deliverables. 1.) Orchestration 2.) Modeling 3.) Dissemination. At present, I'm interpreting #1 to be just within a local simplified cluster, so I'm starting with minikube, spinning up the appropriate environment (just one flavor of linux for now) and running some code pulled from IPFS to gather some metrics then save the results to IPFS before shutting down the environment. Give me a couple of days to experiment. Should we set a time to meet on Friday to discuss over zoom?

SidHarder commented 7 years ago

@jonnycrunch I will be getting a standup scheduled soon. Thanks for your help.

jonnycrunch commented 7 years ago

Ok, a couple of notes of what not to do:

FrankPetrilli commented 7 years ago

See the following, this is the additional needed information to run an IPTL orchestrator which can operate with nodes behind NAT:

https://github.com/ipfs/test-lab/blob/master/guides/deploying-the-orchestrator.md

For just a local installation, use the following:

https://github.com/ipfs/test-lab/blob/master/guides/deploying-a-local-test-lab.md