- Expose a workload
- Expose and secure a workload
- Security
- Cannot connect to a service exposed by an APIRule
- External DNS management
Create a workload
This tutorial explains how to create a sample HttpBin service deployment and a sample Function.
Steps
Create a Namespace and export its value as an environment variable. Run:
Click to copyexport NAMESPACE={NAMESPACE_NAME}kubectl create ns $NAMESPACEkubectl label namespace $NAMESPACE istio-injection=enabled --overwriteDeploy an instance of the HttpBin service or a sample Function.
- HttpBin
- Function
Verify if an instance of the HttpBin service or a sample Function is successfully created.
- HttpBin
- Function