Traefik API Gateway for Microservices: With Java and Python Microservices Deployed in Kubernetes, Sharma Rahul, Mathur Akshay
Автор: Newman Sam Название: Building Microservices ISBN: 1491950358 ISBN-13(EAN): 9781491950357 Издательство: Wiley Рейтинг: Цена: 6334.00 р. Наличие на складе: Поставка под заказ.
Описание: With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.
Автор: Sayfan Gigi Название: Hands-On Microservices with Kubernetes ISBN: 1789805465 ISBN-13(EAN): 9781789805468 Издательство: Неизвестно Рейтинг: Цена: 8091.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Hands-on Microservices with Kubernetes will help you create a complete CI/CD pipeline and design and implement microservices using best practices. You will get hands on experience with the latest and greatest technologies, such as gRPC APIs, serverless frameworks, and service meshes.
Автор: Vohra, Deepak Название: Kubernetes microservices with docker ISBN: 1484219066 ISBN-13(EAN): 9781484219065 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Prepare for success on the MCCQE Part I! This concise resource provides an efficient and effective review of exactly what you need to know to perform at your best on the exam. Written by students, residents, and faculty, it contains only the essential information required to meet the Medical Council of Canada`s Objectives for the Qualifying Examination, saving you valuable time and helping you focus your study. Each chapter covers common clinical presentations, including detailed differential diagnoses, relevant physical examination characteristics and diagnostic tests, treatment and patient consultation techniques, and epidemiological information, as well as fundamental scientific principles.
Автор: Fleming Stephen Название: Microservices with Kubernetes: Non-Programmer`s Handbook ISBN: 1643701398 ISBN-13(EAN): 9781643701394 Издательство: Неизвестно Цена: 4929.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Are you a non-coder looking for insight into DevOps, Microservices Architecture and Kubernetes?
As the industry is moving towards maximum digitization there is a consensus that DevOps practices help you deliver software faster, more reliable, and with fewer errors.
You may be a consultant, Advisor, Project Manager or a novice into the IT industry; after going through this guide you would be able to appreciate DevOps, Microservices and other related concepts like Kanban, Scrum, Agile, SOA, Monolith Architecture, DevOps, Docker, Kubernetes, etc.
You would also get to know about the leaders in DevOps and Microservices adoption and the impact it had on the overall agility and hyper-growth of the adopters. This book covers the complete lifecycle for your understanding like Integrating, Testing, Deploying DevOps and Microservices architecture and the Security concerns while deploying it.
I am confident that after going through the book you would be able to navigate the discussion with any stakeholder and take your agenda ahead as per your role. Additionally, if you are new to the industry, and looking for an application development job, this book will help you to prepare with all the relevant information and understanding of the topic.
** I am also providing additional booklets containing all the relevant news, trends, and resources for DevOps and Microservices Architecture.
Описание: We often deploy our web applications into the cloud, and our code needs to interact with many third-party services. An efficient way to build applications to do this is through microservices architecture. But, in practice, it`s hard to get this right due to the complexity of all the pieces interacting with each other. This book will teach you ho..
Автор: T. Freeman Richard Название: Building Serverless Microservices in Python ISBN: 1789535298 ISBN-13(EAN): 9781789535297 Издательство: Неизвестно Рейтинг: Цена: 6068.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Here we show how an end-to-end serverless application can be built at scale in a production environment with a few lines of Python configuration. We show you how to set up, configure and create different parts of the stack, including using the AWS Management Console and AWS Serverless Application Model (SAM). We also provide Python code, which ...
Автор: Singh Kamalmeet, Mihбlyi Ondrej, Зalışkan Mert Название: Java EE 8 Microservices ISBN: 1788475143 ISBN-13(EAN): 9781788475143 Издательство: Неизвестно Рейтинг: Цена: 6206.00 р. Наличие на складе: Нет в наличии.
Описание: There is a shift from monolithic applications to microservice-based ones as cloud-based applications are increasingly in demand. With this book, you will get to know Java EE 8`s components and how they are used to implement microservices.
Описание: Chapter 1: Quick tour of Kubernetes Chapter Goal: The chapter is aimed to get started with basic of Kubernetes. This is getting started guide aimed to refresh K8s conceptsNo of pages 30 Sub -Topics1. Namespace, Node and Containers2. Deployment & Service Chapter 2: Introduction to Service Mesh Chapter Goal: Helping reader understand what is the nedd of Service Mesh. This would also cover the Envoy proxy and the sidecar pattern .No of pages: 25 Sub - Topics 1. Service Mesh ROI2. Side-car Architecture3. Envoy Proxy Chapter 3: Installing Istio Chapter Goal: The reader will setup the environment and get started with Istio. The concepts of control plane and data plane will help in understanding how Istio works. Explore the isto cli and deploy a sample service to the mesh.No of pages: 25 Sub - Topics: 1. Istio Architecture 2. working with istio-ctl Chapter 4: Istio Gateway Chapter Goal: The reader will understand how to route traffic to a said service. No of pages: 20 Sub - Topics: 1. Ingress Resource2. Virtual Service3. Egress Chapter 5: Service Deployment Chapter Goal: The reader will practice the concept of blue green deployments. The reader will also practice canary deployment.No of pages: 15 Sub - Topics: 1. Routing to Specific Version2. Routing based on Headers Chapter 6: Service Resiliency Chapter Goal: Learn to work with features of connection pools and circuit breaker. No of pages: 30 Sub - Topics: 1. Load balanced Service2. Retry & Timeout3. Circuit breaker & Connection pools4. Application Errors Chapter 7: Istio Pilot and Application Metrics Chapter Goal: Work with Grafana and Prometheus to configure application alerting.No of pages: 20 Chapter 8: Monitoring, Logs and Request Tracing Chapter Goal: Work with distributed tracing available in Istio.No of pages: 15 Chapter 9: Quota and Policies Chapter Goal: Fine tune application security by using blacklist and whitelist. Throttle application access by using quotas.No of pages: 15 Chapter 10: Service DebuggingChapter Goal: Readers will learn to debug traffic management configuration problems with your service.No of pages: 10
Описание: Kubernetes is a widely used opensource orchestration platform for managing container applications. Developers are not yet aware of the pitfalls of a containerized environment. This book takes you through core security principles, best practices, and real-world use cases to learn mitigation or prevention strategies from known attacks and CVEs.
Описание: How do you detangle a monolithic system and migrate it to a microservices architecture? As a companion to Sam Newman`s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru