# 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 number of the pods that start
# The labels that matches the pods within this deployment
# Every instance of the pod will be created using the template below
# Every new pod created by the deployment will have these labels
# The name of a newly created pod will be generated
# Every container can have a name, and the container image to run
image: gcr.io/.../helloworld