This commit adds better handling of the default kubeconfig location in the kgctl binary for cases where the `$KUBECONFIG` environment variable is not set. In these cases, kgctl will default to `$HOME/.kube/config`, putting it in line with tools like `kubectl` and `kind`. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>