ipfs-inactive / archives

[ARCHIVED] Repo to coordinate archival efforts with IPFS
https://awesome.ipfs.io/datasets
183 stars 24 forks source link

Set up a kubernetes cluster on IPFS team's machines #130

Open flyingzumwalt opened 7 years ago

flyingzumwalt commented 7 years ago

Set up a kubernetes cluster on IPFS team's machines. So that we can run the tests from #102. This is related to #122.

victorb commented 7 years ago

Minikube is a very easy way of getting Kubernetes to run locally. Look into using that for development locally: https://github.com/kubernetes/minikube

ghost commented 7 years ago

I don't know much about kubernetes

flyingzumwalt commented 7 years ago

@VictorBjelkholm or @hsanjuan are you available to help with this? It's quickly becoming a big blocker for the data.gov sprint. We underestimated the learning curve of getting a kubernetes test cluster spun up.

victorb commented 7 years ago

I can try to help out but that'll move my attention the interop sprint.

On Tue, Jan 24, 2017, 18:42 Matt Zumwalt notifications@github.com wrote:

@VictorBjelkholm https://github.com/VictorBjelkholm or @hsanjuan https://github.com/hsanjuan are you available to help with this? It's quickly becoming a big blocker for the data.gov sprint. We underestimated the learning curve of getting a kubernetes test cluster spun up.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/ipfs/archives/issues/130#issuecomment-274879136, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcD9GfsXZ1yAUZ7Z0BX3rG1_tKwIa4Tks5rVjgKgaJpZM4LrbdI .

flyingzumwalt commented 7 years ago

I don't want to mess up the interop sprint but we're badly blocked here. @hsanjuan can you help?

hsanjuan commented 7 years ago

@flyingzumwalt I don't have experience with kubernetes so I'd be starting at 0. And I also have my sprintino...

I haven't been able to find which are the specific problems though? Is minikube not working for you or @Kubuxu ?

Kubuxu commented 7 years ago

Setting up minikube isn't that easy if you don't want to have VirtualBox on your machine (it is a bit problematic), we mostly wanted to have kubernetes cluster running so we could test on it instead of minikube.

hsanjuan commented 7 years ago

And you don't want to have VirtualBox? and kvm?

Kubuxu commented 7 years ago

Yeah, I got it running on kvm/libvirt. For Arch users you need docker-machine-kvm from AUR.

hsanjuan commented 7 years ago

Just saw https://insights.ubuntu.com/2017/01/24/canonical-distribution-of-kubernetes-release-1-5-2/