《Kubernetes Patterns》书摘

2022-10-23  本文已影响0人  AlphaHinex

原文地址:https://alphahinex.github.io/2022/10/23/kubernetes-patterns/


description: "按问题和解决方案的形式组织,形成 Kubernetes 解决分布式容器化系统常见问题的设计模式"
date: 2022.10.23 10:26
categories:
- Book
tags: [Kubernetes]
keywords: Kubernetes, Patterns


Chapter 1. Introduction

Distributed Primitives

Annotations

Part I. Foundational Patterns

Chapter 2. Predicatable Demands

Solution

Pod Priority

Project Resources

Chapter 3. Declarative Deployment

Solution

Bule-Green Release

Chapter 4. Health Probe

Solution

Readiness Probes

Discussion

Chapter 5. Managed Lifecycle

Solution

Poststart Hook

Chapter 6. Automated Placement

Solution

Placement Policies

Scheduling Process

Taints and Tolerations

Part II. Behavioral Patterns

Chapter 9. Daemon Service

Solution

Chapter 10. Singleton Service

Solution

Out-of-Application Locking

Chapter 11. Stateful Service

Solution

Networking

Other Features

Chapter 12. Service Discovery

Solution

Internal Service Discovery

Discussion

Chapter 13. Self Awareness

Solution

Part III. Structural Patterns

Chapter 14. Init Container

Solution

Part IV. Configuration Patterns

Chapter 21. Configuration Template

Problem

Part V. Advanced Patterns

Chapter 22. Controller

Solution

Chapter 23. Operator

Problem

Solution

Example

Chapter 24. Elastic Scale

Solution

Horizontal Pod Autoscaling

Vertical Pod Autoscaling

Cluster Autoscaling

Scaling Levels

上一篇 下一篇

猜你喜欢

热点阅读