Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ asciidoc:
# We try to fetch the latest versions from GitHub at build time
# --
full-version: 26.2.1
latest-redpanda-tag: 'v26.1.9'
latest-redpanda-tag: 'v26.1.12'
latest-console-tag: 'v3.3.1'
latest-release-commit: 'ebee215fdb2b8004735c6f800e532564cdcc05e1'
latest-operator-version: 'v2.3.8-24.3.6'
Expand All @@ -52,6 +52,9 @@ asciidoc:
supported-rhel-recommended: '9+'
supported-ubuntu-required: '20.04 LTS'
supported-ubuntu-recommended: '22.04+'
# Linux package repository migration (dl.redpanda.com -> linux.pkg.redpanda.com)
legacy-repo-shutdown-date: 'September 28, 2026'
repo-dual-publish-start: 'June 1, 2026'
badge-deprecated: 'image:https://img.shields.io/badge/-Deprecated-red.svg[xref=upgrade:deprecated/index.adoc]'
removals-without-aliases:
- page: reference/rpk/rpk-cloud/
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
***** xref:manage:kubernetes/networking/external/k-nodeport.adoc[Use a NodePort Service]
***** xref:manage:kubernetes/networking/external/k-loadbalancer.adoc[Use LoadBalancer Services]
***** xref:manage:kubernetes/networking/external/k-custom-services.adoc[Use Custom Services]
***** xref:manage:kubernetes/networking/external/k-gateway-api.adoc[Use Gateway API]
*** xref:manage:kubernetes/security/index.adoc[Security]
**** xref:manage:kubernetes/security/tls/index.adoc[TLS Encryption]
***** xref:manage:kubernetes/security/tls/k-cert-manager.adoc[Use cert-manager]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
:page-categories: Management, Networking
:env-kubernetes: true

Setting up external access to your Redpanda cluster allows applications running outside the Kubernetes cluster to communicate with Redpanda. To make the Redpanda brokers externally accessible, the Pods must be exposed through Kubernetes Services.
Setting up external access to your Redpanda cluster allows applications running outside the Kubernetes cluster to communicate with Redpanda. To make the Redpanda brokers externally accessible, the Pods must be exposed through Kubernetes Services, or routed through a Gateway with xref:manage:kubernetes/networking/external/k-gateway-api.adoc[Gateway API TLSRoutes] (beta).
Loading
Loading