This guide demonstrates a client and server application within the service mesh communicating using OSM’s permissive traffic policy mode, which configures application connectivity using service discovery without the need for explicit SMI traffic access policies.
Prerequisites
- Kubernetes cluster running Kubernetes v1.22.9 or greater.
- Have OSM installed.
- Have
kubectl
available to interact with the API server. - Have
osm
CLI available for managing the service mesh.
Demo
The following demo shows an HTTP curl
client making HTTP requests to the httpbin
service using permissive traffic policy mode.
-
Enable permissive mode if not enabled.
-
Deploy the
httpbin
service into thehttpbin
namespace after enrolling its namespace to the mesh. Thehttpbin
service runs on port14001
.Confirm the
httpbin
service and pods are up and running. -
Deploy the
curl
client into thecurl
namespace after enrolling its namespace to the mesh.Confirm the
curl
client pod is up and running. -
Confirm the
curl
client is able to access thehttpbin
service on port14001
.A
200 OK
response indicates the HTTP request from thecurl
client to thehttpbin
service was successful. -
Confirm the HTTP requests fail when permissive traffic policy mode is disabled.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.