Skip to content

Commit d2565e9

Browse files
committed
implement authors
1 parent fa652ad commit d2565e9

19 files changed

+163
-69
lines changed

content/authors.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Authors
3+
description: |
4+
Authors on this blog.
5+
layout: :theme/page
6+
---
7+
8+
# Authors on this blog
9+
10+
<div class="authors">
11+
<!-- authors.yml is in the data/ -->
12+
{#for id in cdi:authors.fields}
13+
{#let author=cdi:authors.get(id)}
14+
<!-- the author-card tag is defined in the default Roq theme -->
15+
{#author-card name=author.name avatar=author.avatar nickname=author.nickname profile=author.profile}
16+
{#if author.bio}
17+
{author.bio}
18+
{/if}
19+
{/author-card}
20+
{/for}
21+
</div>

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ layout: :theme/post
33
title: "3D Topology"
44
description: "Ways to display your Kubernetes / OpenShift network flows"
55
tags: Topology,Visualization,3D
6-
author: jpinsonneau
6+
authors: [jpinsonneau]
77
---
88

99
# Ways to display your Kubernetes / OpenShift network flows
1010

11-
By: Julien Pinsonneau
12-
1311
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.
1412

1513
Network Observability brings user interfaces in OpenShift web console administration to filter and visualize your cluster network flows as:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ layout: :theme/post
33
title: "DNS tracking"
44
description: "Network Observability Per Flow DNS tracking"
55
tags: eBPF,DNS,Monitoring,Troubleshooting
6-
author: jpinsonneau
6+
authors: [jpinsonneau,memodi,msherif1234]
77
---
88

99

1010
# Network Observability Per Flow DNS tracking
1111

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

14-
By: Julien Pinsonneau, Mehul Modi and Mohamed S. Mahmoud
15-
1614
In today's interconnected digital landscape, Domain Name System (DNS) tracking
1715
plays a crucial role in networking and security. DNS resolution is a fundamental
1816
process that translates human-readable domain names into IP addresses, enabling

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ layout: :theme/post
33
title: "Tracking packet drops"
44
description: "Network Observability Real-Time Per Flow Packets Drop"
55
tags: eBPF,Drops,Monitoring,Troubleshooting
6-
author: Amoghrd
6+
authors: [Amoghrd,jpinsonneau,msherif1234]
77
---
88

99
# Network Observability Real-Time Per Flow Packets Drop
1010

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

13-
By: Amogh RD, Julien Pinsonneau and Mohamed S. Mahmoud
14-
1513
In OCP ensuring efficient packet delivery is crucial for maintaining smooth
1614
communication between applications. However, due to various factors such
1715
as network congestion, misconfigured systems, or hardware limitations,

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ layout: :theme/post
33
title: "Lokiless mode"
44
description: "Deploying Network Observability without Loki: an example with ClickHouse"
55
tags: Infrastructure,Storage,ClickHouse,Loki
6-
author: jotak
6+
authors: [jotak]
77
---
88

99
# Deploying Network Observability without Loki: an example with ClickHouse
1010

11-
By: Joël Takvorian
12-
1311
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.
1412

1513
## A brief history

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ layout: :theme/post
33
title: "Secondary interfaces"
44
description: "Network Observability secondary interface support"
55
tags: Monitoring,Network,Multus,SRIOV
6-
author: msherif1234
6+
authors: [msherif1234]
77
---
88

99
# Network Observability secondary interface support
1010

11-
By: Mohamed S. Mahmoud
12-
1311
Network observability for secondary interfaces with Multus and SR-IOV plugins
1412
in Kubernetes can be a complex task, but it's crucial for monitoring and
1513
troubleshooting network issues in a Kubernetes cluster.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: :theme/post
33
title: "What's new: 1.4"
44
description: "What's new in Network Observability 1.4"
55
tags: What's New,SRIOV,Drops,DNS,Latency
6-
author: stleerh
6+
authors: [stleerh]
77
---
88

99
# What's New in Network Observability 1.4

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ layout: :theme/post
33
title: "NetObserv and ACM"
44
description: "Leveraging NetObserv metrics in RHACM"
55
tags: ACM,Multicluster,Metrics,Monitoring
6-
author: jotak
6+
authors: [jotak]
77
---
88

99
## Leveraging NetObserv metrics in RHACM
1010

11-
_By: Joël Takvorian_
12-
1311
_Credits: Scott Berens, Sara Thomas, Julien Pinsonneau, Steven Lee, Olivier Cazade: thank you for kindly reviewing_
1412

1513

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ layout: :theme/post
33
title: "Measuring round trip time"
44
description: "Latency measurement with Network Observability TCP Round Trip Time"
55
tags: eBPF,Latency,Network
6-
author: dushyantbehl
6+
authors: [dushyantbehl,jpinsonneau,msherif1234]
77
---
88

99
# Network Observability TCP Handshake Round Trip Time
1010

11-
By: Dushyant Behl, Julien Pinsonneau and Mohamed S. Mahmoud
12-
1311
In OpenShift Container Platform (OCP), ensuring efficient packet delivery is
1412
paramount for maintaining seamless communication between applications.
1513
However, challenges like network congestion, misconfigured systems,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: :theme/post
33
title: "What's new: 1.5"
44
description: "What's new in Network Observability 1.5"
55
tags: What's New,Latency,Metrics,Configuration,AZ
6-
author: stleerh
6+
authors: [stleerh]
77
---
88

99
# What's New in Network Observability 1.5

0 commit comments

Comments
 (0)