Canonical way of deploying a micro based service into a Kubernetes environment via CI/CD #1904
Unanswered
thesobercoder
asked this question in
Q&A
Replies: 1 comment
-
Micro is built as the abstraction layer so you interact with micro rather than kubernetes. If that's not of interest you're better off looking at https://github.com/asim/go-micro which is just a Go framework you'd plug stuff into and define your own PaaS workflow. If you see the docs it mentions plugins. You effectively have to define a profile that includes and sets them. Something like this https://github.com/m3o/platform/blob/master/profile/platform/platform.go Micro is being used for M3O but there's otherwise no active support, tutorial or guidance beyond what the docs provide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was just exploring Micro and it looks fascinating. However I was wondering what is the workflow of publishing services to a remote Kubernetes environment, does it have to be using
micro run
command run from let's say Github actions? Also are there any recent v3 tutorials of setting up micro withetcd
,nats
, etc. on a Kubernetes cluster?Beta Was this translation helpful? Give feedback.
All reactions