The next step is create the pod routing rules to allow pods to communicate with one another. These rules are set up on the Google Compute Engine - and use values from the environment variables specified at the start. This should be very straightforward, and a summary of the rules created should be printed when the script finishes, which should look similar to: NAME NETWORK DEST_RANGE NEXT_HOP PRIORITY default-route-00c2371bebacb414 kubernetes 10.240.0.0/24 kubernetes 1000 default-route-13b1fd44c0bcabff kubernetes 0.0.0.0/0 default-internet-gateway 1000 kubernetes-pod-route-worker-0 kubernetes 10.200.0.0/24 10.240.0.20 1000 kubernetes-pod-route-worker-1 kubernetes 10.200.1.0/24 10.240.0.21 1000