Cargando…

Pro Google Kubernetes Engine : network, security, monitoring, and automation configuration /

Discover methodologies and best practices for getting started with Google Kubernetes Engine (GKE). This book helps you understand how GKE provides a fully managed environment to deploy and operate containerized applications on Google Cloud infrastructure. You will see how Kubernetes makes it easier...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Sabharwal, Navin (Autor), Pandey, Piyush (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress L.P., [2020]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1206395497
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 201114s2020 cau o 001 0 eng d
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d YDX  |d UKAHL  |d DCT  |d RDF  |d N$T  |d OCLCF  |d ERF  |d YDXIT  |d GW5XE  |d VT2  |d OCLCO  |d AUD  |d OCLCQ  |d LVT  |d TAC  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
019 |a 1204315290  |a 1225892671  |a 1226078610  |a 1228611440  |a 1232855677  |a 1264900075  |a 1302266338  |a 1302698438  |a 1311346031  |a 1311349570 
020 |a 9781484262436  |q (electronic book) 
020 |a 1484262433  |q (electronic book) 
020 |z 1484262425 
020 |z 9781484262429 
024 7 |a 10.1007/978-1-4842-6243-6  |2 doi 
024 8 |a 9781484262429 
024 8 |a 9781484262436 
029 1 |a AU@  |b 000068389340 
029 1 |a AU@  |b 000068651274 
035 |a (OCoLC)1206395497  |z (OCoLC)1204315290  |z (OCoLC)1225892671  |z (OCoLC)1226078610  |z (OCoLC)1228611440  |z (OCoLC)1232855677  |z (OCoLC)1264900075  |z (OCoLC)1302266338  |z (OCoLC)1302698438  |z (OCoLC)1311346031  |z (OCoLC)1311349570 
037 |b Springer 
050 4 |a QA76.76.A65  |b S23 2020 
072 7 |a UB.  |2 bicssc 
072 7 |a COM018000.  |2 bisacsh 
072 7 |a UB.  |2 thema 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Sabharwal, Navin,  |e author. 
245 1 0 |a Pro Google Kubernetes Engine :  |b network, security, monitoring, and automation configuration /  |c Navin Sabharwal, Piyush Pandey. 
264 1 |a [Berkeley, CA] :  |b Apress L.P.,  |c [2020] 
300 |a 1 online resource (428 pages .) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
520 |a Discover methodologies and best practices for getting started with Google Kubernetes Engine (GKE). This book helps you understand how GKE provides a fully managed environment to deploy and operate containerized applications on Google Cloud infrastructure. You will see how Kubernetes makes it easier for users to manage clusters and the container ecosystem. And you will get detailed guidance on deploying and managing applications, handling administration of container clusters, managing policies, and monitoring cluster resources. You will learn how to operate the GKE environment through the GUI-based Google Cloud console and the "gcloud" command line interface. The book starts with an introduction to GKE and associated services. The authors provide hands-on examples to set up Container Registry and GKE Cluster, and you will follow through an application deployment on GKE. Later chapters focus on securing your GCP GKE environment, GKE monitoring and dashboarding, and CI/CD automation. All of the code presented in the book is provided in the form of scripts, which allow you to try out the examples and extend them in interesting ways. What You Will Learn Understand the main container services in GCP (Google Container Registry, Google Kubernetes Engine, Kubernetes Engine, Management Services) Perform hands-on steps to deploy, secure, scale, monitor, and automate your containerized environment Deploy a sample microservices application on GKE Deploy monitoring for your GKE environment Use DevOps automation in the CI/CD pipeline and integrate it with GKE Who This Book Is For Architects, developers, and DevOps engineers who want to learn Google Kubernetes Engine 
500 |a Includes index. 
588 0 |a Online resource; title from digital title page (viewed on February 01, 2021). 
505 0 |a Intro -- Table of Contents -- About the Authors -- About the Technical Reviewers -- Acknowledgments -- Chapter 1: Introduction to GKE -- Introduction to Docker -- Introduction to Kubernetes -- Master Node -- Node (Worker) Component -- Managing Kubernetes -- Kubernetes Workload -- Introduction to GCP -- GCP Container Solutions for Container Ecosystems -- Google Kubernetes Engine -- Comparing EKS, AKS, and GKE -- Amazon Elastic Kubernetes Service -- Azure Kubernetes Service -- Google Kubernetes Engine -- GKE Architecture -- Cluster Master -- Cluster Master and the Kubernetes API -- Nodes 
505 8 |a Types of Node Machines -- Container Registry -- Network -- Cloud Run -- Key Features -- Anthos -- Components of Anthos -- Anthos GKE -- Anthos Config Management -- Anthos Service Mesh -- Summary -- Chapter 2: Setting Up an Environment on GCP -- Signing Up for Google Cloud -- Setting Up an Environment for Google GKE -- Setting Up the GCP CLI -- GCP Cloud Shell -- Creating a Project -- Launching Cloud Shell -- Creating a VM Instance in Compute Engine -- Setting Up CLI on the Created VM -- Configuring Google Cloud CLI on Local Machine -- How to Get Project ID -- Supporting Services for Containers 
505 8 |a Virtual Ethernet Devices -- Bridges -- Iptables -- Services -- Kube-proxy -- HTTP(S) Load Balancer -- NodePort -- GKE IP Address Allocation -- Communication Among Containers -- Communication Between Pods on the Same Node -- Communication Between PODs on Different Nodes -- Communication of PODs with Services -- Communication of Pods with the Internet (Outside World) -- Load Balancing for Services -- External Load Balancer -- Internal Load Balancer (TCP/UDP) Load Balancer -- HTTP(s) Load Balancer (at Layer 7) -- Communication from an External Load Balancer to a Service -- Internal Load Balancer 
505 8 |a Communication from an Internal Load Balancer to a Service -- HTTP(S) Load Balancer -- Communication from an HTTP(S) Load Balancer to a Service -- Deployment of the GKE Cluster -- Cluster Basics -- Node Pool -- Node Metadata -- Automation -- Networking -- Advance Networking Options -- Security -- Metadata -- Features -- Cluster Management Dashboard -- Summary -- Chapter 5: Deploying Containerized Applications with Google GKE -- Introduction -- Simple Application Architecture Overview -- Advantages of Microservice Architecture -- Introduction to the Sock Shop Microservice Application -- Services 
542 |f Copyright © Apress  |g 2020 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Application software  |x Development  |x Automation. 
650 0 |a Cloud computing. 
650 6 |a Logiciels d'application  |x Développement  |x Automatisation. 
650 6 |a Infonuagique. 
650 7 |a Application software  |2 fast 
700 1 |a Pandey, Piyush,  |e author. 
776 0 8 |i Print version:  |a Sabharwal, Navin.  |t Pro Google Kubernetes Engine : Network, Security, Monitoring, and Automation Configuration.  |d Berkeley, CA : Apress L.P., ©2020  |z 9781484262429 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484262436/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37890068 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6386400 
938 |a EBSCOhost  |b EBSC  |n 2668042 
938 |a YBP Library Services  |b YANK  |n 301731236 
994 |a 92  |b IZTAP