Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Microservices Deployment Cookbook

Posted By: AlenMiler
Microservices Deployment Cookbook

Microservices Deployment Cookbook by Vikram Murugesan
English | 4 Jun. 2017 | ISBN: 178646943X | 305 Pages | AZW3/MOBI/EPUB/PDF (conv) | 58.63 MB

Key Features

Adopt microservices-based architecture and deploy it at scale
Build your complete microservice architecture using different recipes for different solutions
Identify specific tools for specific scenarios and deliver immediate business results, correlate use cases, and adopt them in your team and organization

Book Description

This book will help any team or organization understand, deploy, and manage microservices at scale. It is driven by a sample application, helping you gradually build a complete microservice-based ecosystem. Rather than just focusing on writing a microservice, this book addresses various other microservice-related solutions: deployments, clustering, load balancing, logging, streaming, and monitoring.

The initial chapters offer insights into how web and enterprise apps can be migrated to scalable microservices. Moving on, you'll see how to Dockerize your application so that it is ready to be shipped and deployed. We will look at how to deploy microservices on Mesos and Marathon and will also deploy microservices on Kubernetes. Next, you will implement service discovery and load balancing for your microservices. We'll also show you how to build asynchronous streaming systems using Kafka Streams and Apache Spark.

Finally, we wind up by aggregating your logs in Kafka, creating your own metrics, and monitoring the metrics for the microservice.

What you will learn

Build microservices using Spring Boot, Wildfly Swarm, Dropwizard, and SparkJava
Containerize your microservice using Docker
Deploy microservices using Mesos/Marathon and Kubernetes
Implement service discovery and load balancing using Zookeeper, Consul, and Nginx
Monitor microservices using Graphite and Grafana
Write stream programs with Kafka Streams and Spark
Aggregate and manage logs using Kafka
Get introduced to DC/OS, Docker Swarm, and YARN