- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 322字
- 2021-07-02 22:51:22
Future challenges
Life cycle processes alone are an important piece of operations and management. How will we automatically recover when a container fails? Which upstream services are affected by such an outage? How will we patch our applications with minimal downtime? How will we scale up our containers and services as our traffic grows?
Networking and processing are also important concerns. Some processes are part of the same service and may benefit from the proximity to the network. Databases, for example, may send large amounts of data to a particular microservice for processing. How will we place containers near each other in our cluster? Is there common data that needs to be accessed? How will new services be discovered and made available to other systems?
Resource utilization is also a key. The small footprint of containers means that we can optimize our infrastructure for greater utilization. Extending the savings started in the elastic cloud will take us even further toward minimizing wasted hardware. How will we schedule workloads most efficiently? How will we ensure that our important applications always have the right resources? How can we run less important workloads on spare capacity?
Finally, portability is a key factor in moving many organizations to containerization. Docker makes it very easy to deploy a standard container across various operating systems, cloud providers, and on-premise hardware or even developer laptops. However, we still need tooling to move containers around. How will we move containers between different nodes on our cluster? How will we roll out updates with minimal disruption? What process do we use to perform blue-green deployments or canary releases?
Whether you are starting to build out individual microservices and separating concerns into isolated containers or if you simply want to take full advantage of the portability and immutability in your application development, the need for management and orchestration becomes clear. This is where orchestration tools such as Kubernetes offer the biggest value.
- Canvas LMS Course Design
- Circos Data Visualization How-to
- Hadoop 2.x Administration Cookbook
- 讓每張照片都成為佳作的Photoshop后期技法
- Implementing Oracle API Platform Cloud Service
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- 樂高機器人—槍械武器庫
- Kubernetes for Developers
- 網絡安全管理實踐
- 西門子變頻器技術入門及實踐
- 貫通Java Web開發三劍客
- 教育機器人的風口:全球發展現狀及趨勢
- Learning ServiceNow
- The DevOps 2.1 Toolkit:Docker Swarm
- 網絡服務器搭建與管理