|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1096482134 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
190414t20192019cau ob 001 0 eng d |
040 |
|
|
|a YDX
|b eng
|e rda
|e pn
|c YDX
|d N$T
|d EBLCP
|d UMI
|d UKAHL
|d OCLCF
|d YDXIT
|d OCLCO
|d OCL
|d OCLCQ
|d VT2
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB976611
|2 bnb
|
016 |
7 |
|
|a 019381969
|2 Uk
|
019 |
|
|
|a 1096280425
|a 1097572457
|a 1122600967
|a 1202547417
|a 1240524981
|
020 |
|
|
|a 9781492050254
|q (electronic book)
|
020 |
|
|
|a 1492050253
|q (electronic book)
|
020 |
|
|
|z 1492050288
|
020 |
|
|
|z 9781492050285
|
029 |
1 |
|
|a AU@
|b 000065126467
|
035 |
|
|
|a (OCoLC)1096482134
|z (OCoLC)1096280425
|z (OCoLC)1097572457
|z (OCoLC)1122600967
|z (OCoLC)1202547417
|z (OCoLC)1240524981
|
037 |
|
|
|a CL0501000042
|b Safari Books Online
|
050 |
|
4 |
|a QA76.9.D5
|b I27 2019
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004/.36
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Ibryam, Bilgin,
|e author
|
245 |
1 |
0 |
|a Kubernetes patterns :
|b reusable elements for designing cloud-native applications /
|c Bilgin Ibryam and Roland Huß.
|
246 |
3 |
0 |
|a Reusable elements for designing cloud-native applications
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c 2019.
|
264 |
|
4 |
|c ©2019
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a Cover; Copyright; Table of Contents; Foreword; Preface; Kubernetes; Design Patterns; How This Book Is Structured; Who This Book Is For; What You Will Learn; Conventions; Using Code Examples; O'Reilly Online Learning; How to Contact Us; Acknowledgments; Chapter 1. Introduction; The Path to Cloud Native; Distributed Primitives; Containers; Pods; Services; Labels; Annotations; Namespaces; Discussion; More Information; Part I. Foundational Patterns; Chapter 2. Predictable Demands; Problem; Solution; Runtime Dependencies; Resource Profiles; Pod Priority; Project Resources; Capacity Planning
|
505 |
8 |
|
|a DiscussionMore Information; Chapter 3. Declarative Deployment; Problem; Solution; Rolling Deployment; Fixed Deployment; Blue-Green Release; Canary Release; Discussion; More Information; Chapter 4. Health Probe; Problem; Solution; Process Health Checks; Liveness Probes; Readiness Probes; Discussion; More Information; Chapter 5. Managed Lifecycle; Problem; Solution; SIGTERM Signal; SIGKILL Signal; Poststart Hook; Prestop Hook; Other Lifecycle Controls; Discussion; More Information; Chapter 6. Automated Placement; Problem; Solution; Available Node Resources; Container Resource Demands
|
505 |
8 |
|
|a Placement PoliciesScheduling Process; Node Affinity; Pod Affinity and Antiaffinity; Taints and Tolerations; Discussion; More Information; Part II. Behavioral Patterns; Chapter 7. Batch Job; Problem; Solution; Discussion; More Information; Chapter 8. Periodic Job; Problem; Solution; Discussion; More Information; Chapter 9. Daemon Service; Problem; Solution; Discussion; More Information; Chapter 10. Singleton Service; Problem; Solution; Out-of-Application Locking; In-Application Locking; Pod Disruption Budget; Discussion; More Information; Chapter 11. Stateful Service; Problem; Storage
|
505 |
8 |
|
|a NetworkingIdentity; Ordinality; Other Requirements; Solution; Storage; Networking; Identity; Ordinality; Other Features; Discussion; More information; Chapter 12. Service Discovery; Problem; Solution; Internal Service Discovery; Manual Service Discovery; Service Discovery from Outside the Cluster; Application Layer Service Discovery; Discussion; More Information; Chapter 13. Self Awareness; Problem; Solution; Discussion; More Information; Part III. Structural Patterns; Chapter 14. Init Container; Problem; Solution; Discussion; More Information; Chapter 15. Sidecar; Problem; Solution
|
505 |
8 |
|
|a DiscussionMore Information; Chapter 16. Adapter; Problem; Solution; Discussion; More Information; Chapter 17. Ambassador; Problem; Solution; Discussion; More Information; Part IV. Configuration Patterns; Chapter 18. EnvVar Configuration; Problem; Solution; Discussion; More Information; Chapter 19. Configuration Resource; Problem; Solution; Discussion; More Information; Chapter 20. Immutable Configuration; Problem; Solution; Docker Volumes; Kubernetes Init Containers; OpenShift Templates; Discussion; More Information; Chapter 21. Configuration Template; Problem; Solution; Discussion
|
588 |
0 |
|
|a Online resource; title from digital title page (viewed on June 03, 2019).
|
520 |
|
|
|a "The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures offer new distributed primitives that require a differnet set of practices than many developers, tech leads, and architects are accustomed to. This focused guide provides common, reusable patterns and principles for designing and implementing cloud-native applications on Kubernetes. Each pattern includes a description of the problem and a Kubernetes-specific solution. All patterns are backed by and demonstrated with concrete code examples. This book is ideal for developers and architects already familiar with basic Kubernetes concepts who want to learn how to solve common cloud native challenges with proven design patterns."--Provided by publisher
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Electronic data processing
|x Distributed processing.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Open source software.
|
650 |
|
0 |
|a Cloud computing.
|
650 |
|
6 |
|a Traitement réparti.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Logiciels libres.
|
650 |
|
6 |
|a Infonuagique.
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Cloud computing
|2 fast
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Electronic data processing
|x Distributed processing
|2 fast
|
650 |
|
7 |
|a Open source software
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Ibryam, Bilgin.
|t Kubernetes patterns.
|b First edition.
|d Sebastopol, CA : O'Reilly Media, 2019
|z 1492050288
|z 9781492050285
|w (OCoLC)1086482597
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781492050278/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH36195895
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH36183996
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 2099871
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 16157925
|
994 |
|
|
|a 92
|b IZTAP
|