Lab Information and Semantics

Nomenclatures


Shell Commands

The commands that you are going to execute to progress the Labs will look like this:

THIS IS AN EXAMPLE - DO NOT EXECUTE THIS!

   kubectl create -f redis-slave-service.yaml # THIS IS AN EXAMPLE - DO NOT EXECUTE THIS!
	
	> Output Line 1     
	> Output Line 2
	> Output Line 3
	...
	

IMPORTANT NOTE: The example output of a command is prefixed by “>” in order to make it more distinguishable.

So in the above example you would only enter/copy-paste kubectl create -f redis-slave-service.yaml and the output from the command is “Output Line 1” to “Output Line 3”


Code Examples

Code examples are presented like this:

apiVersion: lab.ibm.com/v1beta1
kind: MyResource
metadata:
  name: example
spec:
  size: 3
  image: busybox

This is only for illustration and is not being actively used in the Labs.

Training VM vs Cloud/Standalone

Whenever the instructions differ between the provided Training VM and a Cloud/Standalone installation it will be marked as follows:

Instructions if you are using the training VM

Training VM

Instructions if you are NOT using the training VM

Cloud/Standalone

Please use the instructions accordingly.