This demo will create a simple nginx installation with an init container.
kubectl apply -k base
This includes fewer replicas and a common name prefix "test-"
kubectl apply -k overlays/test
This will have more (7) replicas and will change the content generated by the init container to contain some production content.
kubectl apply -k overlays/production