• Complain

Nishant Singh - Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications

Here you can read online Nishant Singh - Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2022, 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.

Nishant Singh Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications
  • Book:
    Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2022
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

The cloud is becoming the de facto home for companies ranging from enterprises to startups. Moving to the cloud means moving your applications from monolith to microservices. But once you do, maintaining and running these services brings its own level of complexity. The answer? Modularity, deployability, observability, and self-healing capacity through cloud native development.

With this practical book, Nishant Singh and Michael Kehoe show you how to build a true cloud native infrastructure on Microsoft Azure, following guidelines from the Cloud Native Computing Foundation (CNCF). DevOps and site reliability engineers will learn how adapting applications to cloud native early in the design phase helps you fully utilize the elasticity and distributed nature of the cloud.

Chapters include:

  • Introduction: Why Cloud Native?
  • Infrastructure as Code: Setting Up the Gateway
  • Containerizing Your Application: More Than Boxes
  • Kubernetes: The Grand Orchestrator
  • Creating a Kubernetes Cluster on Azure
  • Observability: Following the Breadcrumbs
  • Service Discovery and Service Mesh: Finding New Territories and Crossing Borders
  • Networking and Policy Management: Behold the Gatekeepers
  • Distributed Databases and Storage: The Central Bank
  • Getting the Message
  • Serverless

Nishant Singh: author's other books


Who wrote Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications? Find out the surname, the name of the author of the book and a list of all author's works by series.

Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications — 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 "Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications" 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
Cloud Native Infrastructure with Azure by Nishant Singh and Michael Kehoe - photo 1
Cloud Native Infrastructure with Azure

by Nishant Singh and Michael Kehoe

Copyright 2022 Nishant Singh and Michael Kehoe. 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 (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com.

  • Acquisitions Editor: Jennifer Pollock
  • Development Editor: Rita Fernando
  • Production Editor: Christopher Faucher
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • February 2022: First Edition
Revision History for the Early Release
  • 2021-12-07: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781492090960 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Cloud Native Infrastructure with 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.

978-1-492-09089-2

Chapter 1. Introduction: Why Cloud Native?
A Note for Early Release Readers

With Early Release ebooks, you get books in their earliest formthe authors raw and unedited content as they writeso you can take advantage of these technologies long before the official release of these titles.

This will be the 1st chapter of the final book. Please note that the GitHub repo will be made active later on.

If you have comments about how we might improve the content and/or examples in this book, or if you notice missing material within this chapter, please reach out to the editor at rfernando@oreilly.com.

Even though using the cloud provides a way to solve problems such as scalability, availability and reliability, it is not a silver bullet. You cannot put your application in the cloud and expect it to be up and running forever, nor can you package your applications in containers to turn them into micro-services that can run smoothly in the cloud. To fully take advantage of what the cloud has to offer, we need to develop infrastructures and services with the cloud at the forefront of our minds.

In order to truly understand the cloud-native journey and its importance, we need to first look back at what the world of infrastructure and services looked like during the early days of the internet. So, lets embark on this journey.

The Journey to Cloud

During the early days of the internet, the overall web application infrastructure was hosted using physical servers that needed to be procured and prepared before the application could be served from them. IT teams would need to physically buy the servers to set them on-premises, install relevant server operating systems, prepare the environments, and then deploy applications on top of them. The problem with this approach was manyfold, as youd have underutilized servers since you never end up fully using the server, difficulty with running multiple applications, high setup and maintenance costs, etc. Virtualization was developed to allow more efficient utilization of the physical server. Virtualization creates an abstraction layer over the physical hardware that allows the underlying resources such as processors, memory, storage, and so on, to be divided and shared.

Virtualization solved many problems with resource utilization and multitenancy, but you still needed to own the hardware to deploy your application, and you still needed to maintain all the overhead of running your data center. This gave rise to the need for running infrastructure as a service (IaaS), where the servers are owned by third parties who are responsible for the underlying infrastructure for your applications. This was the beginning of the cloud computing era, allowing companies to focus on their applications and underlying environments without worrying about hardware, overhead, or configuration issues. IaaS was followed by platform as a service (PaaS), which focused on reducing the toil further by separating the underlying software environment and runtime. This meant that developers only had to focus on writing their application and defining the dependencies. The service platform would be completely responsible for hosting, running, managing, and exposing the application. PaaS led the way to fully managed cloud services with the advent of software as a service (SaaS), popularly known as on-demand software, which provides consumers with the application as a service itself on a pay-as-you-go basis.

As cloud computing gained popularity, so did the idea to have cloud-native technologies that would use the cloud more efficiently while harnessing the full potential of cloud infrastructure and its various offerings. This gave rise to the development of cloud-native infrastructure and cloud-native applications development. Cloud-native infrastructure creates an abstraction on the cloud providers underlying infrastructure and exposes the infrastructure with APIs. This philosophy of managing infrastructure makes it very easy to scale and reduce underlying complexity that indirectly improves availability, resiliency, and maintainability. Similarly, cloud-native applications fortify the bridge between the application and infrastructure by incorporating supporting features such as health checks, telemetry and metrics, resiliency, microservices environment, self-healing, and so forth.

Lets now take a look at the challenges in the cloud computing environment.

Challenges in the Cloud

Public cloud providers have become a very dominating enterprise solution to a lot of growing industry needs and business requirements. They give you advantages such as higher availability and scalability along with flexibility to design your applications in a way which utilizes cloud services. When cloud solutions were first introduced in the market, a lot of challenges such as security, effective cost management, compliance, and performance concerned the potential customers who wanted to adopt cloud solutions. Those early challenges are now a thing of the past for the majority of cloud consumers, as they have been overcome with advances in both cloud provider technologies and the way enterprises deploy solutions on cloud.

Even though we have come a long way, this does not mean that the cloud is perfect. There are still challenges in the cloud landscape, but they look very different to the ones we faced back when the cloud was still new. A customer today now has to consider the following challenges:

  • Too many choices: There are plenty of cloud providers out there with an extensive array of services to choose from. This means that in order to operate these services you need to hire expert architects and engineering teams who would know how to operate the services and use them according to your business use case. Not only is hiring these engineers difficult, but finding engineers who are experts in a specific field also requires a significant amount of time investment.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications»

Look at similar books to Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications. 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 «Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications»

Discussion, reviews of the book Cloud Native Infrastructure with Azure: Building and Managing Cloud Native Applications 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.