<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Security on DevOpsTales</title>
    <link>https://devopstales.github.io/categories/security/</link>
    <description>Recent content in Security on DevOpsTales</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Wed, 08 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://devopstales.github.io/categories/security/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kubernetes Egress Gateway with Kube-OVN</title>
      <link>https://devopstales.github.io/kubernetes/kube-ovn-egress-gateway/</link>
      <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/kube-ovn-egress-gateway/</guid>
      <description>Kube-OVN is an open source Kubernetes CNI based on Open vSwitch that provides enterprise-grade networking features including Egress Gateway and Floating IP - completely free and open source. This post explores Kube-OVN&rsquo;s egress capabilities as another robust open source alternative.
</description>
      <enclosure url="https://devopstales.github.io/img/egress.webp" length="25864" type="image/png" />
    </item>
    
    <item>
      <title>Kubernetes Egress Gateway with Antrea</title>
      <link>https://devopstales.github.io/kubernetes/antrea-egress-gateway/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/antrea-egress-gateway/</guid>
      <description>Antrea is an open source Kubernetes CNI based on Open vSwitch that provides advanced networking features including Egress Gateway - completely free and open source. This post explores Antrea&rsquo;s egress capabilities as a true open source alternative.
</description>
      <enclosure url="https://devopstales.github.io/img/antrea.webp" length="17230" type="image/png" />
    </item>
    
    <item>
      <title>Kubernetes Egress Gateway Options with Cilium</title>
      <link>https://devopstales.github.io/kubernetes/cilium-egress-gateway/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/cilium-egress-gateway/</guid>
      <description>Controlling outbound traffic from your Kubernetes cluster is critical for security, compliance, and audit requirements. This post covers Cilium Egress Gateway - a powerful open source solution built on eBPF.
</description>
      <enclosure url="https://devopstales.github.io/img/cilium.webp" length="10382" type="image/png" />
    </item>
    
    <item>
      <title>Send pfSense Logs to Wazuh</title>
      <link>https://devopstales.github.io/linux/wazuh-pfsense-syslog/</link>
      <pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/wazuh-pfsense-syslog/</guid>
      <description>Centralizing pfSense firewall logs in Wazuh SIEM provides critical security visibility and threat detection capabilities. This updated guide for 2026 covers pfSense 2.7.x/2.8.x and Wazuh 4.8+ with proper syslog formatting and decoder configuration.
</description>
      <enclosure url="https://devopstales.github.io//img/wazuh.webp" length="3636" type="image/png" />
    </item>
    
    <item>
      <title>How to Configure Windows RADIUS and UniFi Controller</title>
      <link>https://devopstales.github.io/windows/windows-server-radius/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/windows/windows-server-radius/</guid>
      <description>Implementing 802.1X wireless authentication with Windows NPS (Network Policy Server) and UniFi access points provides enterprise-grade security for your wireless network. This updated guide for 2026 covers Windows Server 2022/2025 and the latest UniFi Controller.
</description>
      <enclosure url="https://devopstales.github.io/img/ps.webp" length="11180" type="image/png" />
    </item>
    
    <item>
      <title>Firewall Ports for AD Domain Join</title>
      <link>https://devopstales.github.io/linux/pfsense-ad-join/</link>
      <pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/linux/pfsense-ad-join/</guid>
      <description>Joining clients to an Active Directory domain requires specific firewall ports to be open. This updated guide for 2026 covers the minimum and recommended ports for Windows 11/Server 2022+ domain joins, including pfSense firewall configuration examples.
</description>
      <enclosure url="https://devopstales.github.io/img/pfsense.webp" length="37038" type="image/png" />
    </item>
    
    <item>
      <title>Implementing Mutual TLS (mTLS) with Traefik Ingress Controller: Per-Ingress Configuration</title>
      <link>https://devopstales.github.io/kubernetes/mtls-traefik-ingress/</link>
      <pubDate>Wed, 25 Feb 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/mtls-traefik-ingress/</guid>
      <description>Mutual TLS (mTLS) adds a critical security layer to your Kubernetes applications by requiring clients to authenticate with certificates—not just passwords or tokens. This guide covers per-ingress mTLS configuration with Traefik Ingress Controller, using Traefik&rsquo;s native TLSOption CRD for fine-grained control over which services require client certificate authentication.
</description>
      <enclosure url="https://devopstales.github.io/img/ingress.webp" length="10196" type="image/png" />
    </item>
    
    <item>
      <title>Implementing Mutual TLS (mTLS) with NGINX Ingress Controller: Per-Ingress Configuration</title>
      <link>https://devopstales.github.io/kubernetes/mtls-nginx-ingress/</link>
      <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
      
      <guid>https://devopstales.github.io/kubernetes/mtls-nginx-ingress/</guid>
      <description>Mutual TLS (mTLS) adds a critical security layer to your Kubernetes applications by requiring clients to authenticate with certificates—not just passwords or tokens. This guide covers per-ingress mTLS configuration with NGINX Ingress Controller, giving you fine-grained control over which services require client certificate authentication.
</description>
      <enclosure url="https://devopstales.github.io/img/ingress.webp" length="10196" type="image/png" />
    </item>
    
  </channel>
</rss>
