Text Blocks and Lists
A bullet
A text block nested in a bullet with a second line and a third line
Another bullet
Another nested text block with a second line and a third line
Yet another bullet
Second paragraph
Still another bullet
Deploy your application using the
kubectl
command:$ kubectl apply -f @samples/bookinfo/platform/kube/bookinfo.yaml@
The command launches all four services shown in the
bookinfo
application architecture diagram. All 3 versions of the reviews service, v1, v2, and v3, are started.