- Implementing Azure Cloud Design Patterns
- Oliver Michalski Stefano Demiliani
- 107字
- 2021-06-30 19:31:52
Kubernetes
Kubernetes is a popular production-grade container Orchestrator tool. Kubernetes automates deployment, scaling, and management of containerized applications.
Kubernetes includes the following features:
- Horizontal scaling
- Service discovery and load balancing
- Secrets and configuration management
- API-based automated rollouts and rollbacks
- Self-healing
The following diagram shows the architecture of an Azure Container Service cluster using Kubernetes:

For further information on Kubernetes please visit https://kubernetes.io/. The complete source code you can find at https://github.com/kubernetes. A ll three Orchestrators are open source projects with frequent version changes. These version changes are considered by Azure Container Service, but unfortunately there is currently no possibility to upgrade an existing deployment.
推薦閱讀
- Natural Language Processing Fundamentals
- 工業機器人入門實用教程(KUKA機器人)
- 21天學通C#
- 永磁同步電動機變頻調速系統及其控制(第2版)
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- Java Web整合開發全程指南
- Nginx高性能Web服務器詳解
- 我也能做CTO之程序員職業規劃
- Working with Linux:Quick Hacks for the Command Line
- 深度學習原理與 TensorFlow實踐
- 菜鳥起飛五筆打字高手
- PostgreSQL High Performance Cookbook
- 智能小車機器人制作大全(第2版)
- 超好玩的Python少兒編程
- AVR單片機C語言程序設計實例精粹