Definition
Let’s look at a ReplicaSet named go-demo-2.yml based on the Pod we created in the previous chapter:
Note: The
apiVersion,kind, andmetadatafields are mandatory with all Kubernetes objects. ReplicaSet is no exception because it’s also a Kubernetes object.
-
Line 1: We specify that the
apiVersionisapps/v1. -
...