ibuildthecloud / k3v

Virtual Kubernetes
Apache License 2.0
684 stars 28 forks source link

Mode details, documentation will be helpful please #2

Open sb1975 opened 5 years ago

sb1975 commented 5 years ago

So from where exactly can we download the k3v binary ? Also I am looking for steps to be able to create multiple clusters with seperate API server in each and I should be able to create objects in each cluster separately.

njhale commented 5 years ago

@sb1975 It looks like the README has a quickstart which points out some binaries in the release artifacts; though those have dynamically linked dependencies ( see #1 ). So I'm thinking it's probably easier to build locally.

ibuildthecloud commented 5 years ago

Right now the best approach is really to clone this repo to githuh.com/rancher/k3v in your GOPATH and run go build. Since this was a quick POC I didn't put together any proper build scripts, packaging, vendor managment. I've gotten sufficient interest in this project so it's worth it now to make it more easily consumable.

rihabbanday commented 5 years ago

@ibuildthecloud I am trying to build the binary locally but running into "cannot load github.com/rancher/k3v/pkg/server" issue. It seems that "k3v" doesn't exist under github.com/rancher. Any hints on how to fix this? Also, is the project development still ongoing? It definitely looks quite interesting.