From 96e21c6cc950d2f97d722bbac52d3934e4c7c05b Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Fri, 17 Jul 2026 14:09:19 +0900 Subject: [PATCH] Fix dead link Closes: #459 Signed-off-by: Kentaro Hayashi --- container-deployment/docker-logging-driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-deployment/docker-logging-driver.md b/container-deployment/docker-logging-driver.md index 95a36b07..b22afec9 100644 --- a/container-deployment/docker-logging-driver.md +++ b/container-deployment/docker-logging-driver.md @@ -280,7 +280,7 @@ This document describes how to set up a multi-container logging environment via In a production environment, you must use one of the container orchestration tools. Currently, Kubernetes has better integration with Fluentd, and we're working on making better integrations with other tools as well. -* [Kubernetes Logging Overview](https://kubernetes.io/docs/user-guide/logging/overview/) +* [Logging Architecture](https://kubernetes.io/docs/concepts/cluster-administration/logging/) If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.