Hi,
I'd like to know if it's possible to support join expressions.
For example, I'd like to check which node types the pods of a specific deployment are running on, and get a result that looks like this:
m5.2xlarge: 30
m5.large: 10
Is there currently a way to achieve this with a single SQL query?
Hi,
I'd like to know if it's possible to support join expressions.
For example, I'd like to check which node types the pods of a specific deployment are running on, and get a result that looks like this:
m5.2xlarge: 30
m5.large: 10
Is there currently a way to achieve this with a single SQL query?