January 2019
Intermediate to advanced
754 pages
18h 13m
English
The health state of the cluster and the nodes deployed within the cluster is evaluated based on the cluster health policies. Custom cluster health policies can be set in the cluster manifest file under the FabricSettings section. The following is an example:
<FabricSettings> <Section Name="HealthManager/ClusterHealthPolicy"> <Parameter Name="ConsiderWarningAsError" Value="False" /> <Parameter Name="MaxPercentUnhealthyApplications" Value="20" /> <Parameter Name="MaxPercentUnhealthyNodes" Value="20" /> <Parameter Name="ApplicationTypeMaxPercentUnhealthyApplications- ControlApplicationType" Value="0" /> </Section> </FabricSettings>
Let's now understand what each of these parameters listed in the preceding policy ...
Read now
Unlock full access