File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Kubernetes Self-Healing
3
3
content_type : concept
4
- Weight : 50
4
+ weight : 50
5
+ feature :
6
+ title : Self-healing
7
+ anchor : Automated recovery from damage
8
+ description : >
9
+ Kubernetes restarts containers that crash, replaces entire Pods where needed,
10
+ reattaches storage in response to wider failures, and can integrate with
11
+ node autoscalers to self-heal even at the node level.
5
12
---
6
13
7
14
Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ title: ReplicaSet
7
7
api_metadata :
8
8
- apiVersion : " apps/v1"
9
9
kind : " ReplicaSet"
10
- feature :
11
- title : Self-healing
12
- anchor : How a ReplicaSet works
13
- description : >
14
- Restarts containers that fail, replaces and reschedules containers when nodes die,
15
- kills containers that don't respond to your user-defined health check,
16
- and doesn't advertise them to clients until they are ready to serve.
17
10
content_type : concept
18
11
description : >-
19
12
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time.
You can’t perform that action at this time.
0 commit comments