Last updated
Last updated
If you are following the guide sequentially, all necessary requriments are met from the previous section of lab. However if you are starting from the Middle of lab guide. Please ensure the following are met.
Istioctl is configured properly and path is already set.
For this installation, we use the demo
. It’s selected to have a good set of defaults for testing, but there are other profiles for production or performance testing.
Deploy the
The application will start. As each pod becomes ready, the Istio sidecar will be deployed along with it.
and
Verify everything is working correctly up to this point
Associate this application with the Istio gateway:
Ensure that there are no issues with the configuration:
Determining the ingress IP and ports, by visiting the Services Section.
If required make a productpage services as NodePort
Follow these instructions to set the INGRESS_HOST
and INGRESS_PORT
variables for accessing the gateway. Use the tabs to choose the instructions for your chosen platform:
Set the ingress ports:
Ensure a port was successfully assigned to each environment variable:
Set the ingress IP ( Using sredemo cluster name to Identify cluster ip )
Ensure an IP address was successfully assigned to the environment variable:
Set GATEWAY_URL
:
Ensure an IP address and port were successfully assigned to the environment variable:
The Bookinfo application is deployed but not accessible from the outside. To make it accessible, you need to create an , which maps a path to a route at the edge of your mesh.