内容简介
Microsoft is now one of the most significant contributors to Kubernetes open source projects. Kubernetes helps to create, configure, and manage a cluster of virtual machines that are preconfigured to run containerized applications.This book will be your resource for achieving successful container orchestration and deployment of Kubernetes clusters on Azure. You will learn how to deploy and manage highly scalable applications, along with how to set up a production-ready Kubernetes cluster on Azur
AI简介
这是一本专注于在Azure云平台上构建、部署和管理Kubernetes集群的实用指南。本书首先介绍了Docker和Kubernetes的基础知识,然后深入探讨了在Azure上部署Kubernetes集群的过程,包括如何创建和管理Kubernetes集群,以及如何部署和扩展应用程序。
书中详细介绍了使用Helm部署应用的方法,包括如何使用Helm chart来简化应用的部署和管理,以及如何通过Helm实现应用的自动更新和回滚。此外,本书还讲解了如何创建和管理Kubernetes集群,包括如何创建和管理Pods、Replication Controllers、Services、ConfigMaps、Namespaces和Deployments等。
在处理AKS中的故障方面,本书提供了详细的步骤和策略,包括如何处理节点故障、资源不足故障、存储挂载问题以及网络问题等。同时,本书还讲解了如何通过使用Azure AD进行单点登录,以及如何使用RBAC验证方法来确保只有被授权的用户才能访问和管理Kubernetes集群中的资源。
此外,本书还介绍了如何通过使用kubectl缩放应用程序,以及如