MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD -: build resilient and scalable microservices... using spring cloud, istio, and kubernetes.
Create and deploy production-quality microservices-based applications - New edition updated for the smooth running of Spring, Java, Kubernetes, and Istio, with an introduction to Helm 3 and support for Mac and Windows with WSL2 Key Features Build cloud-native production-ready microservices with this...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
[S.l.] :
PACKT PUBLISHING LIMITED,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Create and deploy production-quality microservices-based applications - New edition updated for the smooth running of Spring, Java, Kubernetes, and Istio, with an introduction to Helm 3 and support for Mac and Windows with WSL2 Key Features Build cloud-native production-ready microservices with this comprehensively updated guide Understand the challenges of building large-scale microservice architectures Learn how to get the best out of Spring Cloud, Kubernetes, and Istio in combination Book DescriptionWant to build and deploy microservices, but don't know where to start? Welcome to Microservices with Spring Boot and Spring Cloud. This edition features the most recent versions of Spring, Java, Kubernetes, and Istio, demonstrating faster and simpler handling of Spring Boot, local Kubernetes clusters, and Istio installation. The expanded scope includes native compilation of Spring-based microservices, support for Mac and Windows with WSL2, and an introduction to Helm 3 for packaging and deployment. A revamped security chapter now follows the OAuth 2.1 specification and makes use of the newly launched Spring Authorization Server from the Spring team. You'll start with a set of simple cooperating microservices, then add persistence and resilience, make your microservices reactive, and document their APIs using OpenAPI. Next, you'll learn how fundamental design patterns are applied to add important functionality, such as service discovery with Netflix Eureka and edge servers with Spring Cloud Gateway. You'll deploy your microservices using Kubernetes and adopt Istio, then explore centralized log management using the Elasticsearch, Fluentd, and Kibana (EFK) stack, and then monitor microservices using Prometheus and Grafana. By the end of this book, you'll be building scalable and robust microservices using Spring Boot and Spring Cloud. What you will learn Build reactive microservices using Spring Boot Develop resilient and scalable microservices using Spring Cloud Use OAuth 2.1/OIDC and Spring Security to protect public APIs Implement Docker to bridge the gap between development, testing, and production Deploy and manage microservices with Kubernetes Apply Istio for improved security, observability, and traffic management Write and run automated microservice tests with JUnit, testcontainers, Gradle, and bash Who this book is for If you're a Java or Spring Boot developer learning how to build microservice landscapes from scratch, then this book is for you. You don't need any prior knowledge about microservices architecture to get started, but a solid grasp and enough experience in Java and Spring Boot to build apps autonomously is a must. |
Beschreibung: | 1 online resource |
ISBN: | 9781801079150 1801079153 |
Internformat
MARC
LEADER | 00000cam a2200000M 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1262553960 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 210802s2021 xx o 0|| 0 eng d | ||
040 | |a YDX |b eng |c YDX |d N$T |d OCLCF |d OCLCO |d OCLCQ |d IEEEE |d OCLCO |d OCLCL |d TMA |d OCLCQ |d DEGRU |d OCLCO | ||
020 | |a 9781801079150 |q (electronic bk.) | ||
020 | |a 1801079153 |q (electronic bk.) | ||
020 | |z 1801072973 | ||
020 | |z 9781801072977 | ||
035 | |a (OCoLC)1262553960 | ||
037 | |a 10163129 |b IEEE | ||
050 | 4 | |a TK5105.5828 | |
082 | 7 | |a 004.654 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Larsson, Magnus. |1 https://id.oclc.org/worldcat/entity/E39PCjqxfcbkWfJ3PJKHBfFh73 |0 http://id.loc.gov/authorities/names/n88654709 | |
245 | 1 | 0 | |a MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - |h [electronic resource] : |b build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
260 | |a [S.l.] : |b PACKT PUBLISHING LIMITED, |c 2021. | ||
300 | |a 1 online resource | ||
520 | |a Create and deploy production-quality microservices-based applications - New edition updated for the smooth running of Spring, Java, Kubernetes, and Istio, with an introduction to Helm 3 and support for Mac and Windows with WSL2 Key Features Build cloud-native production-ready microservices with this comprehensively updated guide Understand the challenges of building large-scale microservice architectures Learn how to get the best out of Spring Cloud, Kubernetes, and Istio in combination Book DescriptionWant to build and deploy microservices, but don't know where to start? Welcome to Microservices with Spring Boot and Spring Cloud. This edition features the most recent versions of Spring, Java, Kubernetes, and Istio, demonstrating faster and simpler handling of Spring Boot, local Kubernetes clusters, and Istio installation. The expanded scope includes native compilation of Spring-based microservices, support for Mac and Windows with WSL2, and an introduction to Helm 3 for packaging and deployment. A revamped security chapter now follows the OAuth 2.1 specification and makes use of the newly launched Spring Authorization Server from the Spring team. You'll start with a set of simple cooperating microservices, then add persistence and resilience, make your microservices reactive, and document their APIs using OpenAPI. Next, you'll learn how fundamental design patterns are applied to add important functionality, such as service discovery with Netflix Eureka and edge servers with Spring Cloud Gateway. You'll deploy your microservices using Kubernetes and adopt Istio, then explore centralized log management using the Elasticsearch, Fluentd, and Kibana (EFK) stack, and then monitor microservices using Prometheus and Grafana. By the end of this book, you'll be building scalable and robust microservices using Spring Boot and Spring Cloud. What you will learn Build reactive microservices using Spring Boot Develop resilient and scalable microservices using Spring Cloud Use OAuth 2.1/OIDC and Spring Security to protect public APIs Implement Docker to bridge the gap between development, testing, and production Deploy and manage microservices with Kubernetes Apply Istio for improved security, observability, and traffic management Write and run automated microservice tests with JUnit, testcontainers, Gradle, and bash Who this book is for If you're a Java or Spring Boot developer learning how to build microservice landscapes from scratch, then this book is for you. You don't need any prior knowledge about microservices architecture to get started, but a solid grasp and enough experience in Java and Spring Boot to build apps autonomously is a must. | ||
505 | 0 | |a Table of Contents Introduction to Microservices Introduction to Spring Boot Creating a Set of Cooperating Microservices Deploying our Microservices using Docker Adding an API Description using OpenAPI Adding Persistence Developing Reactive Microservices Introduction to Spring Cloud Adding Service Discovery Using Netflix Eureka Using Spring Cloud Gateway to Hide Microservices Behind an Edge Server Securing Access to APIs Centralized Configuration Improving Resilience Using Resilience4j Understanding Distributed Tracing Introduction to Kubernetes Deploying Our Microservices to Kubernetes Implementing Kubernetes Features to Simplify the System Landscape Using a Service Mesh to Improve Observability and Management Centralized Logging with the EFK Stack Monitoring Microservices Installation instructions for macOS Installation Instructions for Microsoft Windows with WSL 2 and Ubuntu Native Compiled Java Microservices. | |
650 | 0 | |a Service-oriented architecture (Computer science) |0 http://id.loc.gov/authorities/subjects/sh2008008368 | |
650 | 6 | |a Architecture orientée service (Informatique) | |
650 | 7 | |a COMPUTERS / Programming Languages / Java. |2 bisacsh | |
650 | 7 | |a Service-oriented architecture (Computer science) |2 fast | |
758 | |i has work: |a Microservices with Spring Boot and Spring Cloud (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGXqKpQcQ6wyy9Gr7ypYxC |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 1801072973 |z 9781801072977 |w (OCoLC)1250309116 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2985951 |3 Volltext |
938 | |a De Gruyter |b DEGR |n 9781801079150 | ||
938 | |a YBP Library Services |b YANK |n 302361602 | ||
938 | |a EBSCOhost |b EBSC |n 2985951 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1262553960 |
---|---|
_version_ | 1816882547760562177 |
adam_text | |
any_adam_object | |
author | Larsson, Magnus |
author_GND | http://id.loc.gov/authorities/names/n88654709 |
author_facet | Larsson, Magnus |
author_role | |
author_sort | Larsson, Magnus |
author_variant | m l ml |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.5828 |
callnumber-search | TK5105.5828 |
callnumber-sort | TK 45105.5828 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | Table of Contents Introduction to Microservices Introduction to Spring Boot Creating a Set of Cooperating Microservices Deploying our Microservices using Docker Adding an API Description using OpenAPI Adding Persistence Developing Reactive Microservices Introduction to Spring Cloud Adding Service Discovery Using Netflix Eureka Using Spring Cloud Gateway to Hide Microservices Behind an Edge Server Securing Access to APIs Centralized Configuration Improving Resilience Using Resilience4j Understanding Distributed Tracing Introduction to Kubernetes Deploying Our Microservices to Kubernetes Implementing Kubernetes Features to Simplify the System Landscape Using a Service Mesh to Improve Observability and Management Centralized Logging with the EFK Stack Monitoring Microservices Installation instructions for macOS Installation Instructions for Microsoft Windows with WSL 2 and Ubuntu Native Compiled Java Microservices. |
ctrlnum | (OCoLC)1262553960 |
dewey-full | 004.654 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.654 |
dewey-search | 004.654 |
dewey-sort | 14.654 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05517cam a2200421M 4500</leader><controlfield tag="001">ZDB-4-EBA-on1262553960</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">210802s2021 xx o 0|| 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">YDX</subfield><subfield code="b">eng</subfield><subfield code="c">YDX</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DEGRU</subfield><subfield code="d">OCLCO</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781801079150</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1801079153</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1801072973</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781801072977</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1262553960</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10163129</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.5828</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.654</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Larsson, Magnus.</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjqxfcbkWfJ3PJKHBfFh73</subfield><subfield code="0">http://id.loc.gov/authorities/names/n88654709</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD -</subfield><subfield code="h">[electronic resource] :</subfield><subfield code="b">build resilient and scalable microservices... using spring cloud, istio, and kubernetes.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">[S.l.] :</subfield><subfield code="b">PACKT PUBLISHING LIMITED,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Create and deploy production-quality microservices-based applications - New edition updated for the smooth running of Spring, Java, Kubernetes, and Istio, with an introduction to Helm 3 and support for Mac and Windows with WSL2 Key Features Build cloud-native production-ready microservices with this comprehensively updated guide Understand the challenges of building large-scale microservice architectures Learn how to get the best out of Spring Cloud, Kubernetes, and Istio in combination Book DescriptionWant to build and deploy microservices, but don't know where to start? Welcome to Microservices with Spring Boot and Spring Cloud. This edition features the most recent versions of Spring, Java, Kubernetes, and Istio, demonstrating faster and simpler handling of Spring Boot, local Kubernetes clusters, and Istio installation. The expanded scope includes native compilation of Spring-based microservices, support for Mac and Windows with WSL2, and an introduction to Helm 3 for packaging and deployment. A revamped security chapter now follows the OAuth 2.1 specification and makes use of the newly launched Spring Authorization Server from the Spring team. You'll start with a set of simple cooperating microservices, then add persistence and resilience, make your microservices reactive, and document their APIs using OpenAPI. Next, you'll learn how fundamental design patterns are applied to add important functionality, such as service discovery with Netflix Eureka and edge servers with Spring Cloud Gateway. You'll deploy your microservices using Kubernetes and adopt Istio, then explore centralized log management using the Elasticsearch, Fluentd, and Kibana (EFK) stack, and then monitor microservices using Prometheus and Grafana. By the end of this book, you'll be building scalable and robust microservices using Spring Boot and Spring Cloud. What you will learn Build reactive microservices using Spring Boot Develop resilient and scalable microservices using Spring Cloud Use OAuth 2.1/OIDC and Spring Security to protect public APIs Implement Docker to bridge the gap between development, testing, and production Deploy and manage microservices with Kubernetes Apply Istio for improved security, observability, and traffic management Write and run automated microservice tests with JUnit, testcontainers, Gradle, and bash Who this book is for If you're a Java or Spring Boot developer learning how to build microservice landscapes from scratch, then this book is for you. You don't need any prior knowledge about microservices architecture to get started, but a solid grasp and enough experience in Java and Spring Boot to build apps autonomously is a must.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents Introduction to Microservices Introduction to Spring Boot Creating a Set of Cooperating Microservices Deploying our Microservices using Docker Adding an API Description using OpenAPI Adding Persistence Developing Reactive Microservices Introduction to Spring Cloud Adding Service Discovery Using Netflix Eureka Using Spring Cloud Gateway to Hide Microservices Behind an Edge Server Securing Access to APIs Centralized Configuration Improving Resilience Using Resilience4j Understanding Distributed Tracing Introduction to Kubernetes Deploying Our Microservices to Kubernetes Implementing Kubernetes Features to Simplify the System Landscape Using a Service Mesh to Improve Observability and Management Centralized Logging with the EFK Stack Monitoring Microservices Installation instructions for macOS Installation Instructions for Microsoft Windows with WSL 2 and Ubuntu Native Compiled Java Microservices.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Service-oriented architecture (Computer science)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008008368</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Architecture orientée service (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / Java.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Service-oriented architecture (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Microservices with Spring Boot and Spring Cloud (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGXqKpQcQ6wyy9Gr7ypYxC</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">1801072973</subfield><subfield code="z">9781801072977</subfield><subfield code="w">(OCoLC)1250309116</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2985951</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">De Gruyter</subfield><subfield code="b">DEGR</subfield><subfield code="n">9781801079150</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">302361602</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2985951</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1262553960 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:21Z |
institution | BVB |
isbn | 9781801079150 1801079153 |
language | English |
oclc_num | 1262553960 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | PACKT PUBLISHING LIMITED, |
record_format | marc |
spelling | Larsson, Magnus. https://id.oclc.org/worldcat/entity/E39PCjqxfcbkWfJ3PJKHBfFh73 http://id.loc.gov/authorities/names/n88654709 MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - [electronic resource] : build resilient and scalable microservices... using spring cloud, istio, and kubernetes. [S.l.] : PACKT PUBLISHING LIMITED, 2021. 1 online resource Create and deploy production-quality microservices-based applications - New edition updated for the smooth running of Spring, Java, Kubernetes, and Istio, with an introduction to Helm 3 and support for Mac and Windows with WSL2 Key Features Build cloud-native production-ready microservices with this comprehensively updated guide Understand the challenges of building large-scale microservice architectures Learn how to get the best out of Spring Cloud, Kubernetes, and Istio in combination Book DescriptionWant to build and deploy microservices, but don't know where to start? Welcome to Microservices with Spring Boot and Spring Cloud. This edition features the most recent versions of Spring, Java, Kubernetes, and Istio, demonstrating faster and simpler handling of Spring Boot, local Kubernetes clusters, and Istio installation. The expanded scope includes native compilation of Spring-based microservices, support for Mac and Windows with WSL2, and an introduction to Helm 3 for packaging and deployment. A revamped security chapter now follows the OAuth 2.1 specification and makes use of the newly launched Spring Authorization Server from the Spring team. You'll start with a set of simple cooperating microservices, then add persistence and resilience, make your microservices reactive, and document their APIs using OpenAPI. Next, you'll learn how fundamental design patterns are applied to add important functionality, such as service discovery with Netflix Eureka and edge servers with Spring Cloud Gateway. You'll deploy your microservices using Kubernetes and adopt Istio, then explore centralized log management using the Elasticsearch, Fluentd, and Kibana (EFK) stack, and then monitor microservices using Prometheus and Grafana. By the end of this book, you'll be building scalable and robust microservices using Spring Boot and Spring Cloud. What you will learn Build reactive microservices using Spring Boot Develop resilient and scalable microservices using Spring Cloud Use OAuth 2.1/OIDC and Spring Security to protect public APIs Implement Docker to bridge the gap between development, testing, and production Deploy and manage microservices with Kubernetes Apply Istio for improved security, observability, and traffic management Write and run automated microservice tests with JUnit, testcontainers, Gradle, and bash Who this book is for If you're a Java or Spring Boot developer learning how to build microservice landscapes from scratch, then this book is for you. You don't need any prior knowledge about microservices architecture to get started, but a solid grasp and enough experience in Java and Spring Boot to build apps autonomously is a must. Table of Contents Introduction to Microservices Introduction to Spring Boot Creating a Set of Cooperating Microservices Deploying our Microservices using Docker Adding an API Description using OpenAPI Adding Persistence Developing Reactive Microservices Introduction to Spring Cloud Adding Service Discovery Using Netflix Eureka Using Spring Cloud Gateway to Hide Microservices Behind an Edge Server Securing Access to APIs Centralized Configuration Improving Resilience Using Resilience4j Understanding Distributed Tracing Introduction to Kubernetes Deploying Our Microservices to Kubernetes Implementing Kubernetes Features to Simplify the System Landscape Using a Service Mesh to Improve Observability and Management Centralized Logging with the EFK Stack Monitoring Microservices Installation instructions for macOS Installation Instructions for Microsoft Windows with WSL 2 and Ubuntu Native Compiled Java Microservices. Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Architecture orientée service (Informatique) COMPUTERS / Programming Languages / Java. bisacsh Service-oriented architecture (Computer science) fast has work: Microservices with Spring Boot and Spring Cloud (Text) https://id.oclc.org/worldcat/entity/E39PCGXqKpQcQ6wyy9Gr7ypYxC https://id.oclc.org/worldcat/ontology/hasWork Print version: 1801072973 9781801072977 (OCoLC)1250309116 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2985951 Volltext |
spellingShingle | Larsson, Magnus MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - build resilient and scalable microservices... using spring cloud, istio, and kubernetes. Table of Contents Introduction to Microservices Introduction to Spring Boot Creating a Set of Cooperating Microservices Deploying our Microservices using Docker Adding an API Description using OpenAPI Adding Persistence Developing Reactive Microservices Introduction to Spring Cloud Adding Service Discovery Using Netflix Eureka Using Spring Cloud Gateway to Hide Microservices Behind an Edge Server Securing Access to APIs Centralized Configuration Improving Resilience Using Resilience4j Understanding Distributed Tracing Introduction to Kubernetes Deploying Our Microservices to Kubernetes Implementing Kubernetes Features to Simplify the System Landscape Using a Service Mesh to Improve Observability and Management Centralized Logging with the EFK Stack Monitoring Microservices Installation instructions for macOS Installation Instructions for Microsoft Windows with WSL 2 and Ubuntu Native Compiled Java Microservices. Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Architecture orientée service (Informatique) COMPUTERS / Programming Languages / Java. bisacsh Service-oriented architecture (Computer science) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2008008368 |
title | MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
title_auth | MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
title_exact_search | MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
title_full | MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - [electronic resource] : build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
title_fullStr | MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - [electronic resource] : build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
title_full_unstemmed | MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - [electronic resource] : build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
title_short | MICROSERVICES WITH SPRING BOOT AND SPRING CLOUD - |
title_sort | microservices with spring boot and spring cloud build resilient and scalable microservices using spring cloud istio and kubernetes |
title_sub | build resilient and scalable microservices... using spring cloud, istio, and kubernetes. |
topic | Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Architecture orientée service (Informatique) COMPUTERS / Programming Languages / Java. bisacsh Service-oriented architecture (Computer science) fast |
topic_facet | Service-oriented architecture (Computer science) Architecture orientée service (Informatique) COMPUTERS / Programming Languages / Java. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2985951 |
work_keys_str_mv | AT larssonmagnus microserviceswithspringbootandspringcloudbuildresilientandscalablemicroservicesusingspringcloudistioandkubernetes |