(no title)
chuhnk
|
6 years ago
I'm sorry you've misunderstood what this is. This is a Go Framework for microservices development. It's what you use to write services. It's like Rails or Spring. Kubernetes is for running applications not writing them. Kubernetes no opinions about how you write software. We encapsulate the underlying infrastructure and provide a framework for the developer to literally write business logic.
andy9775|6 years ago
I could see using micro on bare metal (with all features) but trying to get the grasp of mixing with k8s (with all of micro's features). I'm assuming no one is using micro's load balancing and service discovery over k8s? I guess the broader question is, is micro highly coupled to all of its features/functions or is picking and pulling parts of it workable?
PhilippGille|6 years ago
andy9775|6 years ago
Micro seems like a framework + platform for running micro services (ideally on bare metal). (Not saying there's anything wrong with that though)