This commit is contained in:
Inaki Fernandez
2020-05-30 12:02:44 +02:00
parent 7f49356468
commit 1f9163ca98
2 changed files with 10 additions and 4 deletions
+5 -2
View File
@@ -159,11 +159,14 @@
* [medium: How to Deploy a Web Application with Kubernetes 🌟](https://medium.com/swlh/how-to-deploy-an-asp-net-application-with-kubernetes-3c00c5fa1c6e) Learn how to create a Kubernetes cluster from scratch and deploy a web application (SPA+API) in two hours.
* [blog.pipetail.io: 10 most common mistakes using kubernetes 🌟](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s/)
<center>
[![Kubernetes architecture](images/kubernetes-pod-creation.png)](https://www.padok.fr/en/blog/kubernetes-architecture-clusters)
[![5 Open-source projects that make #Kubernetes even better](images/five-oss-projects-kubernetes.jpg){: style="height:500px"}](https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve)
[![5 Open-source projects that make #Kubernetes even better](images/five-oss-projects-kubernetes.jpg){: style="height:800px"}](https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve)
[![10 most common mistakes](images/10_common_kubernetes_mistakes.jpg){: style="height:500px"}](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s)
[![10 most common mistakes](images/10_common_kubernetes_mistakes.jpg){: style="height:800px"}](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s)
</center>
<br/>
### Templating YAML in Kubernetes with real code. YQ YAML processor
- [Templating YAML in Kubernetes with real code](https://learnk8s.io/templating-yaml-with-code)
+5 -2
View File
@@ -791,9 +791,12 @@ done
- [newrelic.com: OpenTracing, OpenCensus, OpenTelemetry, and New Relic (Best overview of OpenTelemetry)](https://blog.newrelic.com/engineering/opentelemetry-opentracing-opencensus/)
- Theres no OpenTelemetry UI, instead Jaeger UI (or any APM like Dynatrace or New Relic) can be used as “Tracing backend + Visualization frontend + Data mining platform” of OpenTelemetry API/SDK.
[![Jaeger UI](images/jaeger_ui.png){: style="height:500px}](https://www.jaegertracing.io/)
<center>
[![Jaeger UI](images/jaeger_ui.png)](https://www.jaegertracing.io/)
[![Zipking UI](images/zipkin_ui.png){: style="height:500px}](https://zipkin.io/)
[![Zipking UI](images/zipkin_ui.png)](https://zipkin.io/)
</center>
<br/>
### Jaeger VS OpenTelemetry. How Jaeger works with OpenTelemetry
- [medium: Jaeger VS OpenTracing VS OpenTelemetry](https://medium.com/jaegertracing/jaeger-and-opentelemetry-1846f701d9f2)