Create a workload

This tutorial explains how to create a sample HttpBin service deployment and a sample Function.

Steps

  1. Create a Namespace and export its value as an environment variable. Run:

    Click to copy
    export NAMESPACE={NAMESPACE_NAME}
    kubectl create ns $NAMESPACE
    kubectl label namespace $NAMESPACE istio-injection=enabled --overwrite
  2. Deploy an instance of the HttpBin service or a sample Function.

  • HttpBin
  • Function
  1. Verify if an instance of the HttpBin service or a sample Function is successfully created.

  • HttpBin
  • Function