I\'m trying to execute command in a contianer (in a Kubernetes POD on GKE with kubernetes 1.1.2).
Reading documentation I understood that I can use GET or POST quer
You can using a websocket client to exec into a pod, a quick demo.
javascript code shows how to connect to kubernetes:
you can test it in other language.