Cargando…

Cloud Native Spring in action : with Spring Boot and Kubernetes /

Build and deliver production-grade cloud-native apps with Spring framework and Kubernetes. In Cloud Native Spring in Action you'll learn: Cloud native best practices and design patterns Build and test cloud native apps with Spring Boot and Spring Cloud Handle security, resilience, and scalabili...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vitale, Thomas (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Shelter Island : Manning Publications, 2022.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a22000007i 4500
001 OR_on1365106865
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 230124s2022 nyu o 001 0 eng d
040 |a ORMDA  |b eng  |e rda  |e pn  |c ORMDA  |d EBLCP  |d UKAHL  |d OCLCQ  |d OCLCO 
020 |a 9781617298424  |q (electronic bk.) 
020 |a 1617298425  |q (electronic bk.) 
020 |z 1617298425 
029 1 |a AU@  |b 000073351678 
035 |a (OCoLC)1365106865 
037 |a 9781617298424  |b O'Reilly Media 
050 4 |a QA76.585 
082 0 4 |a 004.6782  |2 23/eng/20230124 
049 |a UAMI 
100 1 |a Vitale, Thomas,  |e author. 
245 1 0 |a Cloud Native Spring in action :  |b with Spring Boot and Kubernetes /  |c Thomas Vitale. 
264 1 |a Shelter Island :  |b Manning Publications,  |c 2022. 
300 |a 1 online resource (1 volume) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a Build and deliver production-grade cloud-native apps with Spring framework and Kubernetes. In Cloud Native Spring in Action you'll learn: Cloud native best practices and design patterns Build and test cloud native apps with Spring Boot and Spring Cloud Handle security, resilience, and scalability in imperative and reactive applications Configure, deploy, and observe applications on Kubernetes Continuous delivery and GitOps to streamline your software lifecycle Cloud Native Spring in Action is a practical guide to building applications that are designed for cloud environments. You'll learn effective Spring and Kubernetes cloud development techniques that you can immediately apply to enterprise-grade applications. Follow a detailed and complete cloud native system from first concept right through to production and deployment, learning best practices, design patterns, and little-known tips and tricks for pain-free cloud native development. Including coverage of security, continuous delivery, and configuration, this hands-on guide is the perfect primer for navigating the increasingly complex cloud landscape. About the Technology Do you want to learn how to build scalable, resilient, and observable Spring applications that take full advantage of the cloud computing model? If so, Cloud Native Spring in Action is the book for you! It will teach you the essential techniques and practices you need to build efficient Spring Boot applications ready for production in the cloud. About the Book In Cloud Native Spring in Action, you'll learn how to containerize your Spring Boot applications with Cloud Native Buildpacks and deploy them on Kubernetes. This practical guide delivers unique insights into hosting microservices, serverless applications, and other modern architectures on cloud platforms. You'll learn how to use Spring-based methodologies, practices, and patterns that you won't find anywhere else. What's Inside Implement cloud native patterns with Spring Handle security, resilience, and scalability Build and test imperative and reactive applications Configuration and observability on Kubernetes Adopt continuous delivery and GitOps About the Reader For intermediate Java developers. About the Author Thomas Vitale is a software engineer, open source contributor, and international conference speaker. Quotes This book is fantastic. It's brimming with valuable ideas couched in evident, profound experience. I will be pointing people to this book for the foreseeable future. - From the Foreword by Josh Long, Spring Developer Advocate, VMware One of the best I've read. I now feel qualified to begin moving applications to a cloud-native architecture. - Steve Rogers, CGTek An essential resource for creating the next generation of enterprise apps. - Conor Redmond, InComm Payments A welcome collection of insights on building and deploying microservices across various domains. - George Thomas, Manhattan Associates. 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Intro -- Cloud Native Spring in Action -- Copyright -- dedication -- contents -- front matter -- foreword -- preface -- acknowledgments -- about this book -- Who should read this book? -- How this book is organized: A road map -- About the code -- liveBook discussion forum -- Other online resources -- about the author -- about the cover illustration -- Part 1 Cloud native fundamentals -- 1 Introduction to cloud native -- 1.1 What is cloud native? -- 1.1.1 The Three Ps of Cloud Native -- 1.2 The cloud and the cloud computing model -- 1.2.1 Infrastructure as a Service (IaaS) 
505 8 |a 1.2.2 Container as a Service (CaaS) -- 1.2.3 Platform as a Service (PaaS) -- 1.2.4 Function as a Service (FaaS) -- 1.2.5 Software as a Service (SaaS) -- 1.3 Properties of cloud native applications -- 1.3.1 Scalability -- 1.3.2 Loose coupling -- 1.3.3 Resilience -- 1.3.4 Observability -- 1.3.5 Manageability -- 1.4 Culture and practices supporting cloud native -- 1.4.1 Automation -- 1.4.2 Continuous delivery -- 1.4.3 DevOps -- 1.5 Is the cloud your best option? -- 1.5.1 Speed -- 1.5.2 Resilience -- 1.5.3 Scale -- 1.5.4 Cost -- 1.6 Cloud native topologies -- 1.6.1 Containers -- 1.6.2 Orchestration 
505 8 |a 1.6.3 Serverless -- 1.7 Architectures for cloud native applications -- 1.7.1 From multi-tiered to microservices architectures and beyond -- 1.7.2 Service-based architecture for cloud native applications -- Summary -- 2 Cloud native patterns and technologies -- 2.1 Cloud native development principles: 12 Factors and beyond -- 2.1.1 One codebase, one application -- 2.1.2 API first -- 2.1.3 Dependency management -- 2.1.4 Design, build, release, run -- 2.1.5 Configuration, credentials, and code -- 2.1.6 Logs -- 2.1.7 Disposability -- 2.1.8 Backing services -- 2.1.9 Environment parity 
505 8 |a 2.1.10 Administrative processes -- 2.1.11 Port binding -- 2.1.12 Stateless processes -- 2.1.13 Concurrency -- 2.1.14 Telemetry -- 2.1.15 Authentication and authorization -- 2.2 Building cloud native applications with Spring -- 2.2.1 Overview of the Spring landscape -- 2.2.2 Building a Spring Boot application -- 2.3 Containerizing applications with Docker -- 2.3.1 Introducing Docker: Images and containers -- 2.3.2 Running a Spring application as a container -- 2.4 Managing containers with Kubernetes -- 2.4.1 Introducing Kubernetes: Deployments, Pods, and Services 
505 8 |a 2.4.2 Running a Spring application on Kubernetes -- 2.5 Polar Bookshop: A cloud native application -- 2.5.1 Understanding the requirements of the system -- 2.5.2 Exploring patterns and technologies used in the project -- Summary -- Part 2 Cloud native development -- 3 Getting started with cloud native development -- 3.1 Bootstrapping a cloud native project -- 3.1.1 One codebase, one application -- 3.1.2 Dependency management with Gradle and Maven -- 3.2 Working with embedded servers -- 3.2.1 Executable JARs and embedded servers -- 3.2.2 Understanding the thread-per-request model 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Cloud computing. 
650 0 |a Java (Computer program language) 
650 0 |a Software engineering. 
650 6 |a Infonuagique. 
650 6 |a Java (Langage de programmation) 
650 6 |a Génie logiciel. 
650 7 |a Cloud computing  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
650 7 |a Software engineering  |2 fast 
655 0 |a Electronic books. 
776 0 8 |i Print version:  |a Vitale, Thomas.  |t Cloud Native Spring in action.  |d Shelter Island : Manning Publications, 2022  |z 9781617298424  |w (OCoLC)1289288333 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781617298424/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH41224032 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL7191701 
994 |a 92  |b IZTAP