• Complain

Derek DeJonghe - Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure

Here you can read online Derek DeJonghe - Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: OReilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Derek DeJonghe Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure
  • Book:
    Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2020
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

With more and more companies moving on-premises applications to the cloud, software and cloud solution architects alike are busy investigating ways to improve load balancing, performance, security, and high availability for workloads. This practical book describes Microsoft Azures load balancing options and explains how NGINX can contribute to a comprehensive solution.Cloud architects Derek DeJonghe and Arlan Nugara take you through the steps necessary to design a practical solution for your network. Software developers and technical managers will learn how these technologies have a direct impact on application development and architecture. While the examples are specific to Azure, these load balancing concepts and implementations also apply to cloud providers such as AWS, Google Cloud, DigitalOcean, and IBM Cloud.

Derek DeJonghe: author's other books


Who wrote Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure? Find out the surname, the name of the author of the book and a list of all author's works by series.

Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
NGINX Application Delivery and Load Balancing in Microsoft Azure by Derek - photo 1
NGINX
Application Delivery and Load Balancing in Microsoft Azure by Derek DeJonghe - photo 2
Application Delivery and Load Balancing in Microsoft Azure

by Derek DeJonghe and Arlan Nugara

Copyright 2021 OReilly Media, Inc.. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (https://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisitions Editor: Mary Preap
  • Development Editor: Gary OBrien
  • Production Editor: Daniel Elfanbaum
  • Copyeditor: Arthur Johnson
  • Proofreader: Piper Editorial LLC
  • Indexer: Judith McConville
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • December 2020: First Edition
Revision History for the First Edition
  • 2020-12-04: First Release

See https://oreilly.com/catalog/errata.csp?isbn=9781098115869 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Application Delivery and Load Balancing in Microsoft Azure, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the authors, and do not represent the publishers views. While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

This work is part of a collaboration between OReilly and NGINX. See our statement of editorial independence.

978-1-098-11596-8

[LSI]

Preface

This book is intended for cloud solution architects and software architects looking to distribute load across multiple servers, applications, or regions within Microsoft Azure. Load balancing is used to improve performance and availability; however, the layer that is used to perform the load balancing action has evolved to become much more. This layer of a web application stack is known as the data plane, and it is used to transmit requests and connections to an application. The data plane can be used to validate, route, and manipulate inbound communication from clients to an application. By building up your control of this layer, you can optimize and facilitate your exact use case.

Throughout this book you will learn how load balancing and the data plane can be integral facets of your application delivery. We will discuss load balancing and application delivery in general before moving on to inform you about the available native options within Azure and explaining the software-based data plane solution known as NGINX (pronounced engine-ex), which can be used independently of your infrastructure provider. We will then discuss integrating NGINX with Azure and how native Azure services paired with NGINX can be complementary.

Once we have an understanding of the load-balancing data plane options available to us, well detail governance and monitoring of a given solution within Azure. Regarding this topic, well introduce the NGINX platform solution for control and configuration known as NGINX Controller. Finally, well wrap up with a section about security and how we can enable our data plane to be an invaluable asset in security and threat management.

While the examples and context will be specific to Microsoft Azure, the methodologies and overarching concepts will hold true for any cloud or infrastructure provider. It is our hope that those ideas impact you the most and enable you to design and implement secure, highly scalable, and highly available solutions.

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

Constant width bold

Shows commands or other text that should be typed literally by the user.

Tip

This element signifies a tip or suggestion.

Note

This element signifies a general note.

Warning

This element indicates a warning or caution.

Using Code Examples

If you have a technical question or a problem using the code examples, please send an email to .

This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission .

We appreciate, but generally do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: Application Delivery and Load Balancing in Microsoft Azure by Derek DeJonghe and Arlan Nugara (OReilly). Copyright 2021 OReilly Media, 978-1-098-11586-9.

If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

OReilly Online Learning
Note

For more than 40 years, OReilly Media has provided technology and business training, knowledge, and insight to help companies succeed.

Our unique network of experts and innovators share their knowledge and expertise through books, articles, and our online learning platform. OReillys online learning platform gives you on-demand access to live training courses, in-depth learning paths, interactive coding environments, and a vast collection of text and video from OReilly and 200+ other publishers. For more information, visit http://oreilly.com.

How to Contact Us

Please address comments and questions concerning this book to the publisher:

  • OReilly Media, Inc.
  • 1005 Gravenstein Highway North
  • Sebastopol, CA 95472
  • 800-998-9938 (in the United States or Canada)
  • 707-829-0515 (international or local)
  • 707-829-0104 (fax)

We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure»

Look at similar books to Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure»

Discussion, reviews of the book Application Delivery and Load Balancing in Microsoft Azure: Practical Solutions with NGINX and Microsoft Azure and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.