Kubernetes Application Developer: Develop Microservices and Design a Software Solution on the Cloud
Autor Prateek Khushalanien Limba Engleză Paperback – 22 iul 2022
The book covers the nuts and bolts of container orchestration engines (COEs) and explains how to install and configure them. It also covers creation and deployment of a sample application on COEs. You will learn how to integrate different applications such as OAuth and how to test them and secure them using Istio Citadel. You also will be taught how to create HPA rules for microservices and scale only those microservices that require it, making your stack intelligent. In the concluding chapter, the book explains how to build a SaaS solution from scratch, running on the cloud with automated deployments accessed publicly via a secured ingress K8S controller.
By the end of the book, you will have a good understanding of developing microservices and how to design and create a software solution on the cloud.
What You Will Learn
- Build software on Kubernetes in the most optimized way
- Interact with Kubernetes using client SDKs in Python, Go, nodejs, etc.
- Create a testing and deployment CI/CD system for software stacks
- Secure your application using Istio, without writing code
- Access microservices using ingress controllers and scale them using HPA rules
Who This Book Is For
Software and system engineers and developers
Preț: 241.96 lei
Preț vechi: 302.45 lei
-20% Nou
Puncte Express: 363
Preț estimativ în valută:
46.31€ • 48.85$ • 38.59£
46.31€ • 48.85$ • 38.59£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484280317
ISBN-10: 1484280318
Pagini: 164
Ilustrații: XIII, 164 p. 82 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.26 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484280318
Pagini: 164
Ilustrații: XIII, 164 p. 82 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.26 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: What Is Cloud Computing.- Chapter 2: Creating Applications on Kubernetes.- Chapter 3: CI/CD Systems.- Chapter 4: Infrastructure as code & Service Mesh.- Chapter 5: Security and Monitoring.- Chapter 6: Building a SaaS Solution.
Notă biografică
Prateek Khushalani is a Cloud Architect at Google and works as a full stack developer in developing cloud based accelerators. Prior to Google, he worked as software developer at IBM and worked as an individual contributor on the development of SDN networking of the IBM public cloud. He has worked across industries such as software, retail, and R&D prototypes, with a focus on cloud computing and machine learning. At Google, he contributes to the development of tools which help accelerate customer's migration journey to Google Cloud Platform. Prateek has strong expertise in developing and designing IaaS, PaaS, and SaaS solutions for both public and private clouds. He holds a bachelor's degree from Birla Institute of Technology, Mesra. He is an open-source contributor and is an active writer on tech blogs.
Textul de pe ultima copertă
Write efficient, smart, and optimized code for containerized applications on public and private clouds at a generic level. This book shows you how to set up microservices that are robust, scalable, and capable of running on GKE (Google Kubernetes Service), AKS (Azure Kubernetes Service), ECS (Elastic Container Service), or even on a vanilla K8S cluster.
The book covers the nuts and bolts of container orchestration engines (COEs) and explains how to install and configure them. It also covers creation and deployment of a sample application on COEs. You will learn how to integrate different applications such as OAuth and how to test them and secure them using Istio Citadel. You also will be taught how to create HPA rules for microservices and scale only those microservices that require it, making your stack intelligent. In the concluding chapter, the book explains how to build a SaaS solution from scratch, running on the cloud with automated deployments accessed publicly via a secured ingress K8S controller.
By the end of the book, you will have a good understanding of developing microservices and how to design and create a software solution on the cloud.
What You Will Learn
- Build software on Kubernetes in the most optimized way
- Interact with Kubernetes using client SDKs in Python, Go, nodejs, etc.
- Create a testing and deployment CI/CD system for software stacks
- Secure your application using Istio, without writing code
- Access microservices using ingress controllers and scale them using HPA rules
Caracteristici
Explains how to build a SaaS solution from scratch Covers building of a scalable software solution stack with real-world problems and solutions Uses Pytest, go test, behave, and other best testing tools based on the programming language