Skip to content

Latest commit

 

History

History
161 lines (138 loc) · 6.19 KB

topology.md

File metadata and controls

161 lines (138 loc) · 6.19 KB
If two Nodes are labelled with one _____ and have identical values for that label, the scheduler tries to place a balanced number of Pods into each topology domain topologyKey
Endpoints in an EndpointSlice can contain labels about the slice's topology information, such as the topological Node, Zone or _____. Region
You can control Service traffic routing by specifying the .spec._____ field. topologyKeys
A Service's .spec.topologyKeys field is a preference-order list of _____ labels by which the Service's Endpoints are sorted when accessing it. Traffic is directed to a _____ whose first label matches the originating Node's label value. If no backend for the Service exists on a matching _____, then the second label is evaluated, and so forth. Node
Topology spread constraints rely on node _____ to identify the topology domains each Node belongs to. labels
A Service's .spec.topologyKeys field is a preference-order list of Node labels by which the Service's Endpoints are sorted when accessing it. Traffic is directed to a Node whose first label matches the originating _____ label value. If no backend for the Service exists on a matching Node, then the second label is evaluated, and so forth. Node's
Endpoints in an EndpointSlice can contain labels about the slice's topology information, such as the topological _____, Zone or Region. Node
If a Pod doesn't satisfy its topologySpreadConstraints, the spec.topologySpreadConstraints._____ field defines how to deal with it. The possible values are: DoNotSchedule (the Pod should not be scheduled by the Kubernetes scheduler) or ScheduleAnyway (the Pod is allowed to be scheduled, prioritizing nodes in a way that minimizes skew) whenUnsatisfiable
A Service's .spec.topologyKeys field is a preference-order list of _____ labels by which the Service's Endpoints are sorted when accessing it. Traffic is directed to a _____ whose first label matches the originating Node's label value. If no backend for the Service exists on a matching _____, then the second label is evaluated, and so forth. Node
_____ defines the degree to which Pods may be unevenly distributed across topology domains. It represents the maximum permitted difference between the number of matching Pods in any two topology domains of a given topology type. maxSkew
_____ enables a service to route traffic based on the Node topology of the cluster. Service Topology
You can use _____ to control how Pods are spread across your cluster among failure-domains (regions, zones, nodes or user-defined domains). topology spread constraints
A Service can specify that traffic be preferentially routed to endpoints that are on the same Node as the client, or in the same availability zone by using _____ Service Topology
If a Pod doesn't satisfy its topologySpreadConstraints, the spec._____.whenUnsatisfiable field defines how to deal with it. The possible values are: DoNotSchedule (the Pod should not be scheduled by the Kubernetes scheduler) or ScheduleAnyway (the Pod is allowed to be scheduled, prioritizing nodes in a way that minimizes skew) topologySpreadConstraints
If a Pod doesn't satisfy its topologySpreadConstraints, the spec.topologySpreadConstraints.whenUnsatisfiable field defines how to deal with it. The possible values are: _____ or ScheduleAnyway (the Pod is allowed to be scheduled, prioritizing nodes in a way that minimizes skew) DoNotSchedule (the Pod should not be scheduled by the Kubernetes scheduler)
Two Nodes labelled with an identical topologyKey and value, are treated by the _____ as belonging to the same topology. scheduler
A Service's .spec.topologyKeys field is a preference-order list of _____ labels by which the Service's Endpoints are sorted when accessing it. Traffic is directed to a _____ whose first label matches the originating Node's label value. If no backend for the Service exists on a matching _____, then the second label is evaluated, and so forth. Node
If two Nodes are labelled with one topologyKey and have identical values for that label, the scheduler tries to place a balanced number of Pods into each _____ topology domain
Two Nodes labelled with an identical _____ and value, are treated by the scheduler as belonging to the same topology. topologyKey
Endpoints in an EndpointSlice can contain labels about the slice's topology information, such as the topological Node, _____ or Region. Zone
A Service's .spec._____ field is a preference-order list of Node labels by which the Service's Endpoints are sorted when accessing it. Traffic is directed to a Node whose first label matches the originating Node's label value. If no backend for the Service exists on a matching Node, then the second label is evaluated, and so forth. topologyKeys
Two Nodes labelled with an identical topologyKey and value, are treated by the scheduler as belonging to the same _____. topology
If a Pod doesn't satisfy its topologySpreadConstraints, the spec.topologySpreadConstraints.whenUnsatisfiable field defines how to deal with it. The possible values are: DoNotSchedule (the Pod should not be scheduled by the Kubernetes scheduler) or _____ ScheduleAnyway (the Pod is allowed to be scheduled, prioritizing nodes in a way that minimizes skew)