I have deployed flask api on GCP kubernetes and I have ip address for the api . While I am accessing through terminal ,it giving me response. Now I am trying to access it using a python and using directly through browser but it is giving me nothing.What exactly process or python code which help me to connect my python code to kubernetes api.Thanks