# API Version and Kind are important to indicate the type of resource
# Every Kubernetes resource has a name that's unique within a namespace
# Every Kubernetes can have labels, label key/value pairs can be queried later.
# The type of the service - this one is an internal only service
# Any Pods that matches these labels will be load balanced through
# this Service (L4 load balancer)
# A port can have a name, it can be renamed to be more descriptive
# such as "http", "jmx", "metrics", etc.
# The port to listen on by the Service (L4 Load Balancer)
# The port to forward traffic to on the destination Pod