- Security
Create a workload
The tutorial comes with a sample HttpBin service deployment and a sample Function.
Steps
Follow these steps to deploy an instance of the HttpBin service or a sample Function.
Create a Namespace and export its value as an environment variable. Skip the step if you already have a Namespace. Run:
Click to copyexport NAMESPACE={NAMESPACE_NAME}kubectl create ns $NAMESPACEkubectl label namespace $NAMESPACE istio-injection=enabled --overwrite
- HttpBin
- Function
Deploy an instance of the HttpBin service in your Namespace:
Click to copykubectl -n $NAMESPACE create -f https://raw.githubusercontent.com/istio/istio/master/samples/httpbin/httpbin.yaml
Next steps
Once you have your workload deployed, you can continue by choosing one of the following tutorials: