I was going through Kubernetes documentation for node affinity and match expression under it. Among other operators it listed Gt and Lt (which I think is abbreviation for Greater than and less than respectively). I was thinking about how can I use them or what could be valid use cases for them but could not think of any.
Can you tell what are the possible use cases for Gt and Lt to be used in node affinity and how will I use them.