istio-tutorial
istio-tutorial copied to clipboard
Istio Tutorial for https://dn.dev/master
https://learn.openshift.com/servicemesh/7-circuit-breaker Step 5 of 5. /istiofiles/virtual-service-recommendation-v1_and_v2_retry.yml is not in repo
After deploying to Minishift 3.11, several of the pods refused to start, unable to write to their root fs. After some investigation, found that the SCC's needed to be changed....
recommendation/node/recommendation.js is returning customer => preference => recommendation => recommendation-v1-687ffb849b-hwjfr (after fixing var os = require('os')) Any plans to update this? Thanks
The shell script does this.... git clone https://github.com/redhat-developer-demos/istio-tutorial /root/projects/istio-tutorial -b katacoda cp -Rvf /root/projects/istio-tutorial/recommendation/java/vertx /root/projects/istio-tutorial/recommendation-v2 git apply /root/recommendation-v2.diff --unsafe-paths --directory=/root/projects/istio-tutorial/ After git apply it gives this error: fatal: corrupt patch...
Tutorial links are 404. Can you please fix those. Eg: https://github.com/redhat-developer-demos/istio-tutorial/blob/master/documentation/modules/advanced/pages/mTLS.adoc
Would it not be good to update to SB2 ? Apache Camel 2.22.x supports SB2 so you should be able to easily upgrade to SB2 and Camel at the same...
The easiest way to Spring Boot microservices working with Jaeger is to use the [corresponding](https://github.com/opentracing-contrib/java-spring-jaeger) opentracing project. If you are interested, I could take up this task
Currently the Jaeger variables are added as ENV in Docker file: ``` ENV JAEGER_SERVICE_NAME=customer\ JAEGER_ENDPOINT=http://jaeger-collector.istio-system.svc:14268/api/traces\ JAEGER_PROPAGATION=b3\ JAEGER_SAMPLER_TYPE=const\ JAEGER_SAMPLER_PARAM=1 ``` We could avoid this and add them to Kubernetes Deployment YAML...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.3 to 42.7.2. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.1 Fixed regressions since 42.7.0 Revert "Use canonical DateStyle name (#2925)" @vlsi (#3035) Revert "feat: support SET statements...