Kubernetes service for GKE Hello app.
Code sample
YAML
What's next
To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser .
Kubernetes service for GKE Hello app.
apiVersion
:
v1
kind
:
Service
metadata
:
name
:
helloweb
labels
:
app
:
hello
spec
:
selector
:
app
:
hello
tier
:
web
ports
:
-
port
:
80
targetPort
:
8080
type
:
LoadBalancer
loadBalancerIP
:
"YOUR.IP.ADDRESS.HERE"
To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser .
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.