Text Blocks and Lists

  1. A bullet

    A text block nested in a bullet
    with a second line
    
    and a third line
    
  2. Another bullet

    Another nested text block
    with a second line
    
    and a third line
    
  3. Yet another bullet

    Second paragraph

  4. Still another bullet

  5. Deploy your application using the kubectl command:

    Zip
    $ 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.

Was this information useful?
Do you have any suggestions for improvement?

Thanks for your feedback!