Could you please add Kubernetes instructions to the documentation?
I have not enough experience with Kubernetes, so I can't write it. I need help from somebody who knows well Kubernetes & Moleculer
@icebob @jbonnett92 I have just setup my microservices architecture using kubernetes and moleculer. I can help. Also, soon I will be writing a detailed tutorial on implementation of Microservices framework using Moleculer, Kubernetes & Rancher.
@aliazlan4 It would be awesome! Please send me the article link when you are done.
By the way, if you can help to improve the documentation with Kubernetes please open a PR on site repo
@icebob sure man. Will do that.
I would like to have this link as well, it would be great @aliazlan4
@aliazlan4 would like to add some sample implementing using GCP? Thanks
Could I have the docs please?
I'd really like documentation on this as well.
+1
Didn't think it would get this much traction 馃槀
documentation please!
@jbonnett92 Because it would be really awesome 馃槃
Speaking of @aliazlan4 any update?
@aliazlan4 At least, put files into a gist.
I try to do the same as you about k8s.
Right now, I got Traefik working but I'm hesitate on how to manage my pods of micro-services.
Could be great to compare with your version. 馃槃
Here is a basic example of how i've configured moleculer on GKE: https://gist.github.com/tobydeh/0aa33a5b672821f777165159b6a22cc5
Instead of using Traefik I'm using a LoadBalancer ingress which will balance requests amongst all of the api pods.
It works but I'm not very familiar with Kubernetes and may have configured it wrongly...
Perhaps we can come up with a proper configuration for the Kantab project and @icebob can add it to the repo.
I'm trying to implement it as well, finishing a K8s course and see if I can do by myself. Maybe I will write a tutorial as well
Please tell me someone has made progress?
@jbonnett92 I've got everything setup as per the gist i posted.
Im working on it and keeping notes of every change I'm making. The post will be released soon, I will credit @tobydeh for all the help as well
For people that want to try now, here is a repo with k8s scripts to run on Google Cloud
https://github.com/lehno/moleculer-k8s-examples
I wrote a post a while ago about that
https://dankuida.com/moleculer-deployment-thoughts-8e0fc8c0fb07
I created a pull request to add those links in the documentation
https://github.com/moleculerjs/site/pull/86
@dkuida I have checked your article, kudos!
But i'm bit confused about why have you created 3 separate repos with moleculer.
What if all of these services are incorporated in one moleculer project created by moleculer-cli. How will the services be incorporated as separate docker images and kubernetes?
Most helpful comment
@icebob @jbonnett92 I have just setup my microservices architecture using kubernetes and moleculer. I can help. Also, soon I will be writing a detailed tutorial on implementation of Microservices framework using Moleculer, Kubernetes & Rancher.