File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-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
<!-- overview -->
7
14
Original file line number Diff line number Diff line change 1
1
---
2
+ # NOTE TO LOCALIZATION TEAMS
3
+ #
4
+ # If updating front matter for your localization because there is still
5
+ # a "feature" key in this page, then you also need to update
6
+ # content/??/docs/concepts/architecture/self-healing.md (which is where
7
+ # it moved to)
2
8
reviewers :
3
9
- Kashomon
4
10
- bprashanth
@@ -7,13 +13,6 @@ title: ReplicaSet
7
13
api_metadata :
8
14
- apiVersion : " apps/v1"
9
15
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
16
content_type : concept
18
17
description : >-
19
18
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