Nous allons simuler le fonctionnement du train :
oc get routes -o jsonpath='{range .items[*]}{.metadata.annotations.che\.routing\.controller\.devfile\.io/endpoint-name}{"\t"}http://{.spec.host}{"\n"}{end}' | grep monitoring-svc | cut -f 2
Google Chrome semble transformer l’URL HTTP en URL HTTPS. Si vous obtenez un message d’erreur disant “Application is not available. The application is currently not serving requests at this endpoint. It may not have been started or is still starting.", vérifiez le schéma de l’URL (HTTP/HTTPS) ou ouvrez l’URL à l’aide d’un autre navigateur. Firefox semble fonctionner parfaitement pour cette utilisation.
curl -X 'POST' 'http://localhost:8082/capture/test' -H 'accept: */*'
Bravo ! la simulation a bien fonctionné :) maintenant vous pouvez arrêter la simulation en fermant tous les terminaux.