Microservices • Martin Fowler • YOW! 2016

  Рет қаралды 19,852

GOTO Conferences

Жыл бұрын

This presentation was recorded at YOW! 2016. #GOTOcon #YOW
yowcon.com
Martin Fowler - Author, Speaker, Consultant & General Loud-mouth on Software Development
ABSTRACT
Martin Fowler shares his views on Microservices.
Martin is Chief Scientist at Thoughtworks, Opinion Leader and Author of many Development books. Martin concentrates on designing enterprise software - looking at what makes a good design and what practices are needed to come up with good design. He's been a pioneer of various topics around object-oriented technology and agile methods, and written several books including "Refactoring", "UML Distilled", "Patterns of Enterprise Application Architecture", and "NoSQL Distilled". Martins also writes at martinfowler.com. [...]
RECOMMENDED BOOKS
Martin Fowler & Pramod Sadalage • NoSQL Distilled • amzn.to/3ChIpu7
Martin Fowler • Patterns of Enterprise Application Architecture • amzn.to/3lp4sIq
Martin Fowler • Domain-Specific Languages • amzn.to/3nzOIFk
Martin Fowler • UML Distilled • amzn.to/3kahjyA
Martin Fowler • Analysis Patterns • amzn.to/3Emabar
GOTOcon
www.linkedin.com/company/goto-
GOTOConferences
#Microservices #SoftwareArchitecture #SoftwareDevelopment #Thoughtworks #SoftwareEngineering #Programming #MartinFowler #YOWcon
Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket at gotopia.tech
Sign up for updates and specials at gotopia.tech/newsletter
SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
kzfaq.info

Пікірлер: 6
@softwareminimalist
@softwareminimalist Жыл бұрын
Microservice - an actor (actor model) implemented as a standalone asynchronous component, deployed in a container, communicating over platform independent communication channel, fulfilling a single or few functionalities of the total system.
@Bengt.Lueers
@Bengt.Lueers Жыл бұрын
27:34 "Microservices often seem like the best way to organizing people." - Unfortunately, I tend to agree with that.
@itcloudguy
@itcloudguy 6 ай бұрын
22:36 - I've never understand the irony around Kubernetes or even Docker. Maybe that was humor of 2016-s? I don't know. But today in the 2020s no one laughs at it
@mobe6524
@mobe6524 3 ай бұрын
People expect those tools to be some sort of magical answer to problems related to deployment and service management, before they realize it's not. That doesn't mean docker or k8s are not useful, not at all, it's just more complexity they're gonna need to introduce and master. Not to mention people who are using them for the wrong reasons...
@itcloudguy
@itcloudguy 3 ай бұрын
@@mobe6524 Thank you for the clarification. Your answer really explains the meaning of Martin's irony at this point. I have worked quite a bit with container technologies, including Kubernetes. This is essentially a well-developed abstraction over the already existing ability in UNIX systems to package applications into containers. And I agree that these are difficult things to understand and require a high barrier to entry. But I would like to know what alternatives can be offered here as orchestrators in such complex systems based on microservices.
@mobe6524
@mobe6524 3 ай бұрын
@@itcloudguy there isn't. He's just trying to bring people's attention on the topic. Like it's not just that simple and there is so much in there. You tend to hear a lot about the benefits but not much about the complexity behind. It's great to have the privilege of using modern tech such as docker and k8s, but how worth would that be? And that depends on the team and its skills and the project and the budget etc. etc.