Original post: https://itnext.io/knative-kubernetes-native-paas-with-serverless-a1e0a0612943
deploy Knative-Serving deploy Gloo
Let’s create an autoscaling Knative Service (kservice) and route some traffic to it.
Original post: https://itnext.io/knative-kubernetes-native-paas-with-serverless-a1e0a0612943
deploy Knative-Serving deploy Gloo
Let’s create an autoscaling Knative Service (kservice) and route some traffic to it.
| { | |
| "name": "csvreader-node", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", |
| """ | |
| Conversion functions for the NATO Phonetic Alphabet. | |
| """ | |
| # To save a lot of typing the code words are presented here | |
| # as a dict, but feel free to change this if you'd like. | |
| ALPHANUM_TO_NATO = { | |
| "A": "ALFA", | |
| "B": "BRAVO", | |
| "C": "CHARLIE", |
Spring Cloud supports OpenZipkin out of the box through Spring Cloud Sleuth https://docs.spring.io/spring-cloud-sleuth/docs/current/reference/html/project-features.html#features-zipkin
Jaeger is based on OpenTracing.
Spring Cloud Sleuth claims to support OpenTracing https://docs.spring.io/spring-cloud-sleuth/docs/current/reference/html/integrations.html#sleuth-opentracing-integration
OpenCensus and OpenTracing are merged into OpenTelemetry, but will recieve support for some time.
OpenCensus has a plain JDBC integration https://opencensus.io/integrations/sql/java_sql/
| # to be used with Jaeger non-operator Helm chart, enable ingress if needed | |
| hotrod: | |
| enabled: true | |
| ingress: | |
| enabled: false | |
Look at current API defn guidelines
“You should not be versioning your API at all.”
Do we have a well-defined API lifecycle?