diff --git a/docs/kubernetes.md b/docs/kubernetes.md
index 80af03e7..a1c45407 100644
--- a/docs/kubernetes.md
+++ b/docs/kubernetes.md
@@ -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/)
+
[](https://www.padok.fr/en/blog/kubernetes-architecture-clusters)
-[{: style="height:500px"}](https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve)
+[{: style="height:800px"}](https://enterprisersproject.com/article/2020/5/kubernetes-5-open-source-projects-improve)
-[{: style="height:500px"}](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s)
+[{: style="height:800px"}](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s)
+
+
### Templating YAML in Kubernetes with real code. YQ YAML processor
- [Templating YAML in Kubernetes with real code](https://learnk8s.io/templating-yaml-with-code)
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 00ba0425..1478682a 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -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/)
- There’s 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.
-[{: style="height:500px}](https://www.jaegertracing.io/)
+
+[](https://www.jaegertracing.io/)
-[{: style="height:500px}](https://zipkin.io/)
+[](https://zipkin.io/)
+
+
### Jaeger VS OpenTelemetry. How Jaeger works with OpenTelemetry
- [medium: Jaeger VS OpenTracing VS OpenTelemetry](https://medium.com/jaegertracing/jaeger-and-opentelemetry-1846f701d9f2)