Cannot Access Odoo from Kubernetes installation

I have followed the steps to first create a google kubernetes cluster and then install two docker images on it - one for the DB and other for the Odoo v12 docker. Both the docker nodes seem to be working but now when I access it from my internet connection I am unable to access it. However, when I check docker logs odoo, it shows me that it is running.

Is there any networking setting that I have to do to be able to access odoo from my browser. I also changed the firewall settings to all inbound and outbound traffic

Exposing the workloads of pods is done through services. To expose it externally in GKE you will need to create a service of type loadbalancer which creates a GCP network load balancer behind the scenes.