OSM - setup locally on your machine
Get OSM binaries and extract it
wget https://github.com/openservicemesh/osm/releases/download/v1.2.4/osm-v1.2.4-windows-amd64.zip -o osm.zip
Then run the following command
osm install --mesh-name "osm" --osm-namespace "osm-system" --set=osm.enablePermissiveTrafficPolicy=true --set=osm.deployPrometheus=true --set=osm.deployGrafana=true --set=osm.deployJaeger=true
Comments