Hey all, author here! Please provide comments and feedback. Happy to answer questions and discuss this old thing called "microservices" and poke fun at the complexity of cloud and AWS.
How is this different from K8's? It just looks like k8 with a little extra boilerplate for microservices (built in key-value store etc)
Micro 3.0 is a platform for cloud native development
11–20 of 63 posts
Re: Micro 3.0 is a platform for cloud native development
#12Hey all, author here! Please provide comments and feedback. Happy to answer questions and discuss this old thing called "microservices" and poke fun at the complexity of cloud and AWS.
How is this different from K8's? It just looks like k8 with a little extra boilerplate for microservices (built in key-value store etc)
Re: Micro 3.0 is a platform for cloud native development
#13Disclaimer: I work for ownCloud.
Re: Micro 3.0 is a platform for cloud native development
#14Hey all, author here! Please provide comments and feedback. Happy to answer questions and discuss this old thing called "microservices" and poke fun at the complexity of cloud and AWS.
Re: Micro 3.0 is a platform for cloud native development
#15A lot of the concepts and features seem really useful to what I'm looking to build, but the project will not be built in Go.
Re: Micro 3.0 is a platform for cloud native development
#16Hey all, author here! Please provide comments and feedback. Happy to answer questions and discuss this old thing called "microservices" and poke fun at the complexity of cloud and AWS.
Re: Micro 3.0 is a platform for cloud native development
#17Hey all, author here! Please provide comments and feedback. Happy to answer questions and discuss this old thing called "microservices" and poke fun at the complexity of cloud and AWS.
Is it correct that Micro is only compatible with the Go stack? We would be very interested to apply this to our Node/Typescript/Python family of microservices, we've been having many difficulties with K8S and this looks like a level of abstraction that would be perfect for us right now.
Re: Micro 3.0 is a platform for cloud native development
#18It's not entirely clear from a light perusing of the sites or docs. Is Micro a Go framework or does it support building services in any language? A lot of the concepts and features seem really useful to what I'm looking to build, but the project will not be built in Go.
Re: Micro 3.0 is a platform for cloud native development
#19Earlier quoted context omitted.
How is this different from K8's? It just looks like k8 with a little extra boilerplate for microservices (built in key-value store etc)
Micro is developer first focused. Meaning the starting point is writing code not deployment. We bake in a Go framework to write backend services. Then micro builds in everything you need. Abstracting away k8s. Everything you need is an importable package. Everything also works out of the box on your local machine using "micro server". No k8s necessary. The majority of the focus for us now is m3o.com. A hosted platfor…
(sounds like m3o is a microservice framework?)
Re: Micro 3.0 is a platform for cloud native development
#20ownCloud is currently doing a full rewrite called "ocis" which uses the go-micro stack. It allows us to focus on the business-logic of file-syncing while taking care of all the micro-service plumbing. Disclaimer: I work for ownCloud.
Stop trying to tell the river where to turn. It's already done.