BRIX On-Premises > BRIX On-Premises Enterprise / BRIX Enterprise advanced settings

BRIX Enterprise advanced settings

Advanced application settings in a Kubernetes cluster are tools for distributing workload across nodes. You can use them to control where and how containers run, as well as customize how they interact with nodes and other replicas. With these settings, you can improve system resiliency, limit the impact of failures, and protect critical components.

Pod placement settings

To distribute pods across nodes, you can use the tools:

Pod management settings

You can also apply the parameters:

Recommendations for configuring pod placement

  1. For optimal configuration, use the pod placement settings consistently and test the result of their execution.
  2. Do not set too strict rules. This can lead to conflicts between tools.
  3. Avoid excessive restrictions when you set rules for taints and tolerations and use them together with the nodeSelector parameter. Otherwise, no suitable nodes will be found for pods.
  4. Watch for strictness when combining the requiredDuringSchedulingIgnoredDuringExecution rule in Affinity with the taints or nodeSelector parameter. In case of conflicting conditions, the placement of pods on all nodes may be blocked.
  5. Do not allow inconsistent conditions to be set when configuring Affinity and the topologySpreadConstraints parameter. For example, pods cannot be started when Affinity rules require grouping pods on one node and the topologySpreadConstraints parameter requires distribution on different nodes.