دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: شبکه سازی: اینترنت ویرایش: نویسندگان: Navin Sabharwal. Piyush Pandey سری: ISBN (شابک) : 9781484262429, 9781484262436 ناشر: Apress سال نشر: 2020 تعداد صفحات: 0 زبان: English فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 26 مگابایت
در صورت تبدیل فایل کتاب Pro Google Kubernetes Engine: Network, Security, Monitoring, and Automation Configuration به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Pro Google Kubernetes Engine: شبکه، امنیت، مانیتورینگ و پیکربندی اتوماسیون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
روشها و بهترین روشها را برای شروع با Google Kubernetes Engine (GKE) کشف کنید. این کتاب به شما کمک میکند بفهمید که چگونه GKE یک محیط کاملاً مدیریت شده برای استقرار و اجرای برنامههای کانتینری در زیرساخت Google Cloud فراهم میکند. خواهید دید که چگونه Kubernetes مدیریت خوشه ها و اکوسیستم کانتینر را برای کاربران آسان تر می کند. و راهنمایی دقیق در مورد استقرار و مدیریت برنامهها، مدیریت مجموعههای کانتینر، مدیریت سیاستها و نظارت بر منابع خوشه دریافت خواهید کرد. نحوه کار با محیط GKE را از طریق کنسول Google Cloud مبتنی بر رابط کاربری گرافیکی و رابط خط فرمان \"gcloud\" یاد خواهید گرفت. کتاب با مقدمه ای بر GKE و خدمات مرتبط شروع می شود. نویسندگان نمونههای عملی را برای راهاندازی Container Registry و GKE Cluster ارائه میکنند، و شما یک برنامه کاربردی را در GKE دنبال خواهید کرد. فصل های بعدی بر روی ایمن سازی محیط GCP GKE، نظارت و داشبورد GKE، و اتوماسیون CI/CD تمرکز دارند. تمام کدهای ارائه شده در کتاب به صورت اسکریپت ارائه شده است که به شما امکان می دهد نمونه ها را امتحان کنید و آنها را به روش های جالب گسترش دهید. شما: * خدمات کانتینر اصلی در GCP (رجیستری کانتینر Google، موتور Google Kubernetes، موتور Kubernetes، خدمات مدیریت) را درک کنید. * مراحل عملی را برای استقرار، ایمن سازی، مقیاس بندی، نظارت و خودکارسازی محیط کانتینری خود انجام دهید * یک نمونه برنامه میکروسرویس را در GKE مستقر کنید * نظارت را برای محیط GKE خود مستقر کنید * از اتوماسیون DevOps در خط لوله CI/CD استفاده کنید و آن را با GKE ادغام کنید
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. You will: * 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
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 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 Summary Chapter 3: Container Image Management Using Google Container Registry Introduction to Google Container Registry Setting Up Google Container Registry Pushing a Docker Image into the GCP Container Registry Managing and Securing the GCP Container Registry Copying Images to a New Registry Deleting Images from the Container Registry Vulnerability Scanning an Image Setting Up Vulnerability Scanning Summary Chapter 4: GKE Networking Introduction to Google Kubernetes Engine (GKE) Kubernetes on Google Cloud GKE Network Terminologies Network Namespace 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 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 Application Deployment on GKE complete-demo.yaml: A Brief Explanation Deleting the Cluster Summary Chapter 6: GKE Security Introduction Google Cloud Shared Responsibility Model (GCSRM) Infrastructure Security Identity and Access Management The GCP Console GCP Console Features Accessing the GCP Console Cloud SDK gcloud kubectl Install Cloud SDK Cloud IAM Policies Types of Cloud IAM Roles Predefined GKE Role Primitive Roles Service Account User Role Custom Roles Role-Based Access Control Audit Logging Viewing the Admin Activity Log Through the Google Cloud Console Network Security Enabling Authorized Networks for the Kubernetes Master Node Firewall Enabling Network Policy for Pods’ Secure Communication Enabling Network Policy Enforcement by the gcloud Command Enabling Network Policy Through the Google Console Enabling Network Policy Enforcement for an Existing Cluster Through the Google Console Creating a Network Policy Filtering Traffic Through a Load Balancer Creating a Private Kubernetes Cluster in GKE Compliance and Minimal Host OS Auto-upgrade Components Enable Automatic Upgrades Through the Cloud Console Enabling Automatic Node Repair Enabling Automatic Node Repair Through gcloud Enabling Automatic Node Repair Through the Cloud Console Encryption Keys and Secrets Encryption Workload Identity Defining Privileges and Access Control for Pods Managed SSL Certificates Application Development and Release Security Development Phase Build Phase Development and Release Phase Summary Chapter 7: GKE Dashboarding Using Stackdriver (Google Operations) and Grafana Introduction to Google Stackdriver (Google Operations) Setting Up Google Stackdriver (Google Operations) with Grafana Setting Up the Environment Deploying and Validating Application Deployment on the GKE Cluster Deploying Grafana Connecting with the Grafana Installation Data Source Configuration Setting Up a Grafana Dashboard Summary Chapter 8: Monitoring GKE Using Sysdig Introduction to the Sysdig Monitoring Solution Container Application Monitoring Open Port 6443 for Agent Ingress and Egress Installing Sysdig Agent on GKE Navigating GKE Monitoring Reports Summary Chapter 9: GKE Monitoring Using Prometheus Introduction Overview of Prometheus Prometheus Architecture Prometheus Server Prometheus Pushgateway Exporters Alertmanager Web-UI Key Container Monitoring Features Multidimensional Data Model Accessible Format and Protocols Service Discovery Modular and Highly Available Components Native Query Language Support Support for Dashboarding and Reporting Prometheus on Google Kubernetes Engine Setting Up Prometheus on a Kubernetes Cluster Installing and Setting Up Prometheus on GKE Cloning Prometheus Code from GitHub Creating the Namespace Cluster Role YAML File Cluster Role Section apiVersion kind metadata rules Cluster Role Binding Section apiVersion kind metadata Creating a ConfigMap Prometheus Deployment Exporters Node Exporter Installation of Node Exporter in Prometheus Using a Helm Chart Blackbox Exporter Summary Chapter 10: Automation of GKE Cluster, Application, and Monitoring Deployments Introduction Cleaning Up the GKE Environment Namespace Environment Setup Setting Up the Docker CE Setting Up kubectl Installing the Java Development Kit (JDK) Installing Jenkins Jenkins Slave Setup Creating a Service for the Jenkins Slave GKE Provisioning, Application Deployment, and Sysdig Agent, Using a Jenkins Pipeline Deleting the GKE Cluster from the Jenkins Pipeline Summary Index