• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Cloud Native Applications with Docker and Kubernetes: Design and Build Cloud Architecture and Applications with Microservices, EMQ, and Multi-Site Configurations » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2952079]
• Literatura piękna
 [1850969]

  więcej...
• Turystyka
 [71058]
• Informatyka
 [151066]
• Komiksy
 [35579]
• Encyklopedie
 [23181]
• Dziecięca
 [620496]
• Hobby
 [139036]
• AudioBooki
 [1646]
• Literatura faktu
 [228729]
• Muzyka CD
 [379]
• Słowniki
 [2932]
• Inne
 [445708]
• Kalendarze
 [1409]
• Podręczniki
 [164793]
• Poradniki
 [480107]
• Religia
 [510956]
• Czasopisma
 [511]
• Sport
 [61267]
• Sztuka
 [243299]
• CD, DVD, Video
 [3411]
• Technologie
 [219640]
• Zdrowie
 [100984]
• Książkowe Klimaty
 [124]
• Zabawki
 [2281]
• Puzzle, gry
 [3363]
• Literatura w języku ukraińskim
 [258]
• Art. papiernicze i szkolne
 [8020]
Kategorie szczegółowe BISAC

Cloud Native Applications with Docker and Kubernetes: Design and Build Cloud Architecture and Applications with Microservices, EMQ, and Multi-Site Configurations

ISBN-13: 9781484288757 / Angielski / Miękka / 2022 / 273 str.

Jonathan Bartlett
Cloud Native Applications with Docker and Kubernetes: Design and Build Cloud Architecture and Applications with Microservices, EMQ, and Multi-Site Configurations Jonathan Bartlett 9781484288757 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

Cloud Native Applications with Docker and Kubernetes: Design and Build Cloud Architecture and Applications with Microservices, EMQ, and Multi-Site Configurations

ISBN-13: 9781484288757 / Angielski / Miękka / 2022 / 273 str.

Jonathan Bartlett
cena 171,95
(netto: 163,76 VAT:  5%)

Najniższa cena z 30 dni: 170,53
Termin realizacji zamówienia:
ok. 16-18 dni roboczych.

Darmowa dostawa!

This book takes developers on a journey into the cloud with Docker and Kubernetes. It walks you through the basics of Docker containers, how they are built, run, and published, and how the Kubernetes system allows you to use containers to better manage a cloud native application. Additionally, it walks you through various issues in cloud architecture, and how to design a cloud architecture that will work with your application and your team.The book takes a unique approach, getting you immersed in each subject with tutorials, then building up your technical knowledge, and finally backing up and thinking about more big-picture issues. Part one introduces Docker, building and working with Docker images, and covering best practices for Docker Containers. Part two covers the practicalities of "cloud native” and managing a Kubernetes application, including a full working example. The last part covers the design of cloud and microservice architectures, including the use of enterprise message queues, multi-site configurations and the common values that such architectures follow.This approach accelerates learning and keeps you moving forward without leaving you behind. The appendices also contain a wealth of worthwhile reference material for routine cloud application management.What You Will LearnUnderstand Docker and containerizationGain insight into what Kubernetes isMaster essential cloud architecture design principlesDesign and implement notes for building cloud architecturesWho This Book Is ForPrimarily developers who are moving to the cloud and want to get a sense of the environment they are getting into, and developers who want to move into a larger role of cloud architecture.

This book takes developers on a journey into the cloud with Docker and Kubernetes. It walks you through the basics of Docker containers, how they are built, run, and published, and how the Kubernetes system allows you to use containers to better manage a cloud native application. Additionally, it walks you through various issues in cloud architecture, and how to design a cloud architecture that will work with your application and your team. 


The book takes a unique approach, getting you immersed in each subject with tutorials, then building up your technical knowledge, and finally backing up and thinking about more big-picture issues. Part one introduces Docker, building and working with Docker images, and covering best practices for Docker Containers. Part two covers the practicalities of "cloud native” and managing a Kubernetes application, including a full working example. The last part covers the design of cloud and microservice architectures, including the use of enterprise message queues, multi-site configurations and the common values that such architectures follow.

This approach accelerates learning and keeps you moving forward without leaving you behind. The appendices also contain a wealth of worthwhile reference material for routine cloud application management.

What You Will Learn
  • Understand Docker and containerization
  • Gain insight into what Kubernetes is
  • Master essential cloud architecture design principles
  • Design and implement notes for building cloud architectures

Who This Book Is For
Primarily developers who are moving to the cloud and want to get a sense of the environment they are getting into, and developers who want to move into a larger role of cloud architecture.

Kategorie:
Informatyka
Kategorie BISAC:
Computers > Software Development & Engineering - General
Computers > Data Science - General
Computers > Distributed Systems - Cloud Computing
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484288757
Rok wydania:
2022
Dostępne języki:
Ilość stron:
273
Waga:
0.50 kg
Wymiary:
25.4 x 17.78 x 1.55
Oprawa:
Miękka
Dodatkowe informacje:
Wydanie ilustrowane

Chapter ​1. Introduction - what they should expect from the book.


PART 1: Docker
Chapter 2. Docker Under the Hood - introduction to the history and technology behind Docker.  I find that really understanding Docker containers well requires a brief knowledge of their history and implementation.
Chapter 3. A Docker Interactive Tutorial - the basics of building and working with Docker images
Chapter 4. Best Practices for Docker Containers - general tips, Debian vs Alpine, etc.

PART 2: Kubernetes
Chapter 5. The Cloud Native Philosophy - a general intro to the goals behind “Cloud Native” and Kubernetes
Chapter 6. Getting Started with Kubernetes - showing how to deploy a simple system on Kubernetes with the Kubernetes dashboard
Chapter 7. Managing Kubernetes with kubectl - an introduction to the kubectl tool
Chapter 8. The Kubernetes environment - now that the user has some hands-on with Kubernetes, we introduce the components themselves
Chapter 9. Basic Kubernetes Management - how to work with YAML files
Chapter 10. A Full Kubernetes Cloud Example - full Kubernetes code for a cluster for a Message Board system
Chapter 11. Going Further in Kubernetes - a brief introduction to other parts of Kubernetes

PART 3: Cloud Architecture
Chapter 12. Cloud Architecture Introduction - why architecting matters
Chapter 13. Basic Cloud Architectures - basic architectural diagrams for the most common situations
Chapter 14. Microservice Architectures - what microservices are, why they are important, and how to build such an architecture
Chapter 15. Enterprise Message Queues - what message queues are and how they make micro service architectures more flexible and resilient
Chapter 16. Architecting Data Stores - various database (and other data store) options
Chapter 17. Multi-Site Configurations - introducing terminology and through processes behind multi-site configurations
Chapter 18. Architecture Values - a discussion of common themes for cloud architectures
Chapter 19. Conclusion

Appendices:
1. Navigating the Linux Command Shell
2. Installing Applications
3. Common kubectl commands
4. Kubernetes Storage Options
5. Kubernetes Pod Scheduling
6. Troubleshooting Kubernetes Clusters

Jonathan Bartlett is a senior software developer for McElroy Manufacturing.  In his career he has served as senior developer and cloud architect roles for several companies in the biking industry, the music industry, the housing industry, and the medical industry.  Jonathan has also taught computer science at the college and high school levels.  In his spare time he writes for MindMatters.ai and also writes research papers on artificial intelligence, mathematics, and the applications of information theory to other sciences.

This book takes developers on a journey into the cloud with Docker and Kubernetes. It walks you through the basics of Docker containers, how they are built, run, and published, and how the Kubernetes system allows you to use containers to better manage a cloud native application. Additionally, it walks you through various issues in cloud architecture, and how to design a cloud architecture that will work with your application and your team. 


The book takes a unique approach, getting you immersed in each subject with tutorials, then building up your technical knowledge, and finally backing up and thinking about more big-picture issues. Part one introduces Docker, building and working with Docker images, and covering best practices for Docker Containers. Part two covers the practicalities of "cloud native” and managing a Kubernetes application, including a full working example. The last part covers the design of cloud and microservice architectures, including the use of enterprise message queues, multi-site configurations and the common values that such architectures follow.

This approach accelerates learning and keeps you moving forward without leaving you behind. The appendices also contain a wealth of worthwhile reference material for routine cloud application management.

You will:
  • Understand Docker and containerization
  • Gain insight into what Kubernetes is
  • Master essential cloud architecture design principles
  • Design and implement notes for building cloud architectures



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2026 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia