دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
دسته بندی: مدیریت سیستم ویرایش: 2 نویسندگان: Nills Franssens, Shivakumar Gopalakrishnan, Gunther Lenz سری: ISBN (شابک) : 9781800209671 ناشر: سال نشر: تعداد صفحات: 0 زبان: English فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 31 مگابایت
در صورت ایرانی بودن نویسنده امکان دانلود وجود ندارد و مبلغ عودت داده خواهد شد
در صورت تبدیل فایل کتاب Hands-On Kubernetes on Azure به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Kubernetes on Azure نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
از مدیریت کارآمد نسخهسازی تا بهبود امنیت و قابلیت حمل، فناوریهایی مانند Kubernetes و Docker کمک زیادی به استقرار ابر و توسعه برنامهها کردهاند. این کتاب با معرفی خدمات Docker، Kubernetes و Azure Kubernetes (AKS) شروع می شود، این کتاب شما را از طریق استقرار یک خوشه AKS به روش های مختلف راهنمایی می کند. سپس با استقرار یک نمونه برنامه کتاب مهمان در AKS و نصب برنامه های پیچیده Kubernetes با استفاده از Helm، پورتال Azure را کاوش خواهید کرد. با کمک مثالهای دنیای واقعی، با مقیاسبندی برنامه و کلاستر خود نیز آشنا خواهید شد. با پیشروی، خواهید فهمید که چگونه بر چالش های رایج در AKS غلبه کنید و برنامه خود را با HTTPS و Azure AD (Active Directory) ایمن کنید. در نهایت، توابع بدون سرور مانند توابع Azure فعال شده با HTTP و توابع فعال در صف را بررسی خواهید کرد. در پایان این کتاب Kubernetes، شما به خوبی با اصول Azure Kubernetes Service آشنا خواهید شد و قادر خواهید بود بارهای کاری کانتینری را در Microsoft Azure با حداقل هزینه مدیریتی مستقر کنید. آنچه خواهید آموخت * برنامه های کاربردی کانتینری در تولید را برنامه ریزی، پیکربندی و اجرا کنید * از Docker برای ساخت برنامه ها در کانتینرها و استقرار آنها در Kubernetes استفاده کنید * پیکربندی و استقرار برنامه ها را در Azure Cloud بهبود دهید * تصاویر ظرف خود را با Azure Container Registry به طور ایمن ذخیره کنید * برنامه های پیچیده Kubernetes را با استفاده از Helm نصب کنید * Kubernetes را با چندین سرویس Azure PaaS، مانند پایگاههای داده، مرکز رویدادها و توابع ادغام کنید.
From managing versioning efficiently to improving security and portability, technologies such as Kubernetes and Docker have greatly helped cloud deployments and application development. Starting with an introduction to Docker, Kubernetes, and Azure Kubernetes Service (AKS), this book will guide you through deploying an AKS cluster in different ways. You’ll then explore the Azure portal by deploying a sample guestbook application on AKS and installing complex Kubernetes apps using Helm. With the help of real-world examples, you'll also get to grips with scaling your application and cluster. As you advance, you'll understand how to overcome common challenges in AKS and secure your application with HTTPS and Azure AD (Active Directory). Finally, you’ll explore serverless functions such as HTTP triggered Azure functions and queue triggered functions. By the end of this Kubernetes book, you’ll be well-versed with the fundamentals of Azure Kubernetes Service and be able to deploy containerized workloads on Microsoft Azure with minimal management overhead. What you will learn * Plan, configure, and run containerized applications in production * Use Docker to build apps in containers and deploy them on Kubernetes * Improve the configuration and deployment of apps on the Azure Cloud * Store your container images securely with Azure Container Registry * Install complex Kubernetes applications using Helm * Integrate Kubernetes with multiple Azure PaaS services, such as databases, Event Hubs and Functions.
Cover FM Dedications Table of Contents Preface Section 1: The Basics Chapter 1: Introduction to Docker and Kubernetes The software evolution that brought us here Microservices DevOps Fundamentals of Docker containers Docker images Kubernetes as a container orchestration platform Pods in Kubernetes Deployments in Kubernetes Services in Kubernetes Azure Kubernetes Service Summary Chapter 2: Kubernetes on Azure (AKS) Different ways to deploy an AKS cluster Getting started with the Azure portal Creating your first AKS cluster A quick overview of your cluster in the Azure portal Accessing your cluster using Azure Cloud Shell Deploying your first demo application Summary Section 2: Deploying on AKS Chapter 3: Application deployment on AKS Deploying the sample guestbook application Introducing the application Deploying the Redis master Redis master with a ConfigMap Complete deployment of the sample guestbook application Exposing the Redis master service Deploying the Redis slaves Deploying and exposing the front end The guestbook application in action Installing complex Kubernetes applications using Helm Installing WordPress using Helm Summary Chapter 4: Building scalable applications Scaling your application Implementing scaling of your application Scaling the guestbook front-end component Using the HPA Scaling your cluster Manually scaling your cluster Scaling your cluster using the cluster autoscaler Upgrading your application Upgrading by changing YAML files Upgrading an application using kubectl edit Upgrading an application using kubectl patch Upgrading applications using Helm Summary Chapter 5: Handling common failures in AKS Handling node failures Solving out-of-resource failures Fixing storage mount issues Starting the WordPress installation Using persistent volumes to avoid data loss Summary Chapter 6: Securing your application with HTTPS and Azure AD HTTPS support Installing an Ingress controller Adding an Ingress rule for the guestbook application Getting a certificate from Let's Encrypt Authentication versus authorization Authentication and common authN providers Deploying the oauth2_proxy proxy Summary Chapter 7: Monitoring the AKS cluster and the application Commands for monitoring applications The kubectl get command The kubectl describe command Debugging applications Logs Readiness and liveness probes Building two web containers Experimenting with liveness and readiness probes Metrics reported by Kubernetes Node status and consumption Pod consumption Metrics reported from Azure Monitor AKS Insights Summary Section 3: Leveraging advanced Azure PaaS services Chapter 8: Connecting an app to an Azure database Setting up OSBA The benefits of using a managed database service What is OSBA? Installing OSBA on the cluster Deploying OSBA Deploying WordPress Securing MySQL Connecting to the WordPress site Exploring advanced database operations Restoring from a backup Disaster Recovery (DR) options Reviewing audit logs Summary Chapter 9: Connecting to Azure Event Hubs Deploying a set of microservices Deploying the application using Helm Using Azure Event Hubs Creating the event hub Modifying the Helm files Summary Chapter 10: Securing your AKS cluster Role-based access control Creating a new cluster with Azure AD integration Creating users and groups in Azure AD Configuring RBAC in AKS Verifying RBAC Setting up secrets management Creating your own secrets Creating the Docker registry key Creating the TLS secret Using your secrets Secrets as environment variables Secrets as files Why secrets as files is the best method Using secrets stored in Key Vault Creating a Key Vault Setting up Key Vault FlexVolume Using Key Vault FlexVolume to mount a secret in a Pod The Istio service mesh at your service Describing the Istio service mesh Installing Istio Injecting Envoy as a sidecar automatically Enforcing mutual TLS Globally enabling mTLS Summary Chapter 11: Serverless functions Multiple functions platforms Setting up prerequisites Azure Container Registry Creating a development machine Creating an HTTP-triggered Azure function Creating a queue-triggered function Creating a queue Creating a queue-triggered function Scale testing functions Summary Index