I was reading some of the query on grafana dashboard.
There is one query I am not quite understand
sum (container_memory_working_set_bytes{pod_name=~"^$Pod$"}) / sum (machine_memory_bytes{kubernetes_io_hostname=~"^$Node$"}) * 100
I understand the $Pod is my valuable or template which I created.
But I am not sure what does the "^" and the second "$" in "^$Node$" mean.
Thank you for help me.