Skip to content

Commit e2e0c82

Browse files
jotakjpinsonneau
andauthored
Update layout, code snippets dark mode, bump deps (#12)
* Update layout, code snippets dark mode, bump deps * add sitemap * Update templates/layouts/roq-default/post.html Co-authored-by: Julien Pinsonneau <[email protected]> * New admonition CSS --------- Co-authored-by: Julien Pinsonneau <[email protected]>
1 parent 389317c commit e2e0c82

19 files changed

+110
-43
lines changed

.github/workflows/build-pr-preview.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
uses: quarkiverse/quarkus-roq@v1
1515
with:
1616
maven-executable: 'mvn'
17-
maven-build-args: '-DskipTests -Dquarkus.profile=gh-pages'
1817
github-pages: 'false'
19-
setup-java: 'false'
2018

2119
- name: Store PR id
2220
run: |

content/posts/2022-12-12-3d_topology.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: Topology,Visualization,3D
66
authors: [jpinsonneau]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/how-to-display-your-kubernetes-/-openshift-network-flows'>How to Display Your Kubernetes / OpenShift Network Flows</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/how-to-display-your-kubernetes-/-openshift-network-flows'>How to Display Your Kubernetes / OpenShift Network Flows</a>.
13+
</p>
1114
</div>
1215

1316
Red Hat OpenShift Container Platform (OCP) has had monitoring capabilities from the start and [Network Observability as Developer Preview](https://cloud.redhat.com/blog/a-guide-to-providing-insight-with-network-observability) since OCP 4.10 release.

content/posts/2023-09-12-dns_tracking.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: eBPF,DNS,Monitoring,Troubleshooting
66
authors: [jpinsonneau,memodi,msherif1234]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/network-observability-per-flow-dns-tracking'>Network Observability per flow DNS tracking</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/network-observability-per-flow-dns-tracking'>Network Observability per flow DNS tracking</a>.
13+
</p>
1114
</div>
1215

1316
![logo]({page.image('dns-tracking/dns-tracking-logo.png')})

content/posts/2023-09-12-packet_drops.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: eBPF,Drops,Monitoring,Troubleshooting
66
authors: [Amoghrd,jpinsonneau,msherif1234]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/network-observability-real-time-per-flow-packets-drop'>Network Observability real-time per flow packets drop</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/network-observability-real-time-per-flow-packets-drop'>Network Observability real-time per flow packets drop</a>.
13+
</p>
1114
</div>
1215

1316
![logo]({page.image('packet-drops/packets-drop-logo.png')})

content/posts/2023-10-02-lokiless.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: Infrastructure,Storage,ClickHouse,Loki
66
authors: [jotak]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/deploying-network-observability-without-loki-an-example-with-clickhouse'>Deploying Network Observability without Loki: An example with ClickHouse</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/deploying-network-observability-without-loki-an-example-with-clickhouse'>Deploying Network Observability without Loki: An example with ClickHouse</a>.
13+
</p>
1114
</div>
1215

1316
This blog post talks about a new feature that comes with Network Observability (NetObserv) 1.4: the ability to deploy it without Loki, coupled with exporting flows to an alternative storage. It clarifies what this change is and what it isn't. Then it demonstrates the optional configuration for consuming flows outside of Loki. Finally, it explores potential avenues for future development that this feature enables.

content/posts/2023-10-02-secondary_interface.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: Monitoring,Network,Multus,SRIOV
66
authors: [msherif1234]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/fr/blog/network-observability-secondary-interface-support'>Network Observability secondary interface support</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/fr/blog/network-observability-secondary-interface-support'>Network Observability secondary interface support</a>.
13+
</p>
1114
</div>
1215

1316
Network observability for secondary interfaces with Multus and SR-IOV plugins

content/posts/2023-10-16-whats_new_1_4.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: What's New,SRIOV,Drops,DNS,Latency
66
authors: [stleerh]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/fr/blog/whats-new-in-network-observability-1.4'>What's new in Network Observability 1.4</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/fr/blog/whats-new-in-network-observability-1.4'>What's new in Network Observability 1.4</a>.
13+
</p>
1114
</div>
1215

1316
OpenShift Container Platform (OCP) is the leading Kubernetes environment for managing container-based applications. However, this is just the core platform. If you go to **OperatorHub** on the OpenShift web console (UI), you will see hundreds of *optional* operators, which are analogous to extensions for your browser. Buried in this operator gold mine is one called Network Observability. <img src="{page.image('whats-new-1-4/netobserv-operator.png')}" alt="Network Observability operator" width="300" align="right">

content/posts/2023-12-05-acm.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: ACM,Multicluster,Metrics,Monitoring
66
authors: [jotak]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/leveraging-netobserv-metrics-red-hat-advanced-cluster-management-kubernetes'>Leveraging NetObserv metrics in Red Hat Advanced Cluster Management for Kubernetes</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat blog: <a href='https://www.redhat.com/en/blog/leveraging-netobserv-metrics-red-hat-advanced-cluster-management-kubernetes'>Leveraging NetObserv metrics in Red Hat Advanced Cluster Management for Kubernetes</a>.
13+
</p>
1114
</div>
1215

1316
_Credits: Scott Berens, Sara Thomas, Julien Pinsonneau, Steven Lee, Olivier Cazade: thank you for kindly reviewing_

content/posts/2024-01-18-rtt.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: eBPF,Latency,Network
66
authors: [dushyantbehl,jpinsonneau,msherif1234]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat developers blog: <a href='https://developers.redhat.com/articles/2024/02/27/network-observability-using-tcp-handshake-round-trip-time'>Network observability using TCP handshake round-trip time</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat developers blog: <a href='https://developers.redhat.com/articles/2024/02/27/network-observability-using-tcp-handshake-round-trip-time'>Network observability using TCP handshake round-trip time</a>.
13+
</p>
1114
</div>
1215

1316
In OpenShift Container Platform (OCP), ensuring efficient packet delivery is

content/posts/2024-02-28-whats_new_1_5.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ tags: What's New,Latency,Metrics,Configuration,AZ
66
authors: [stleerh]
77
---
88

9-
<div class="heading-info">
10-
Check out the revised version of this post on the Red Hat developers blog: <a href='https://developers.redhat.com/articles/2024/03/20/whats-new-network-observability-15'>What's new in Network Observability 1.5</a>.
9+
<div class="admonition admonition-info">
10+
<p class="admonition-title"><i class="fa fa-lightbulb"></i>Update</p>
11+
<p>
12+
Check out the revised version of this post on the Red Hat developers blog: <a href='https://developers.redhat.com/articles/2024/03/20/whats-new-network-observability-15'>What's new in Network Observability 1.5</a>.
13+
</p>
1114
</div>
1215

1316
Network Observability 1.5 is the new version of the operator from Red Hat that focuses on providing insights into networking. There's an upstream version that runs on plain Kubernetes, but this blog will focus on using OpenShift Container Platform (OCP) and the OpenShift web console for the user interface.

0 commit comments

Comments
 (0)