diff --git a/_data/guides.yml b/_data/guides.yml index 388f77289d..bb271a6183 100644 --- a/_data/guides.yml +++ b/_data/guides.yml @@ -84,8 +84,11 @@ toc: - title: Monitoring, Logging, and Debugging Containers section: - docs/user-guide/monitoring.md - - docs/getting-started-guides/logging.md - - docs/getting-started-guides/logging-elasticsearch.md + - title: Logging + section: + - docs/user-guide/logging/overview.md + - docs/user-guide/logging/stackdriver.md + - docs/user-guide/logging/elasticsearch.md - docs/user-guide/getting-into-containers.md - docs/user-guide/connecting-to-applications-proxy.md - docs/user-guide/connecting-to-applications-port-forward.md diff --git a/_data/support.yml b/_data/support.yml index 8647d1456d..3f3145fad0 100644 --- a/_data/support.yml +++ b/_data/support.yml @@ -16,7 +16,6 @@ toc: section: - docs/user-guide/debugging-pods-and-replication-controllers.md - docs/user-guide/introspection-and-debugging.md - - docs/user-guide/logging.md - docs/user-guide/application-troubleshooting.md - docs/admin/cluster-troubleshooting.md - docs/user-guide/debugging-services.md diff --git a/_data/tasks.yml b/_data/tasks.yml index 05a880637a..7b6433c5f8 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -10,6 +10,8 @@ toc: - docs/tasks/configure-pod-container/assign-cpu-ram-container.md - docs/tasks/configure-pod-container/configure-volume-storage.md - docs/tasks/configure-pod-container/distribute-credentials-secure.md + - docs/tasks/configure-pod-container/pull-image-private-registry.md + - docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md - title: Accessing Applications in a Cluster section: diff --git a/docs/admin/cluster-components.md b/docs/admin/cluster-components.md index aa79489bbb..8519a199f4 100644 --- a/docs/admin/cluster-components.md +++ b/docs/admin/cluster-components.md @@ -91,15 +91,8 @@ about containers in a central database, and provides a UI for browsing that data #### Cluster-level Logging -[Container Logging](/docs/user-guide/monitoring) saves container logs -to a central log store with search/browsing interface. There are two -implementations: - -* [Cluster-level logging to Google Cloud Logging]( -/docs/user-guide/logging/#cluster-level-logging-to-google-cloud-logging) - -* [Cluster-level Logging with Elasticsearch and Kibana]( -/docs/getting-started-guides/logging-elasticsearch/) +A [Cluster-level logging](/docs/user-guide/logging/overview) mechanism is responsible for +saving container logs to a central log store with search/browsing interface. ## Node components diff --git a/docs/admin/index.md b/docs/admin/index.md index 68b669cc10..d4111691c6 100644 --- a/docs/admin/index.md +++ b/docs/admin/index.md @@ -61,7 +61,8 @@ project](/docs/admin/salt). * **DNS Integration with SkyDNS** ([dns.md](/docs/admin/dns)): Resolving a DNS name directly to a Kubernetes service. -* **Logging** with [Kibana](/docs/user-guide/logging) +* [**Cluster-level logging**](/docs/user-guide/logging/overview) + Saving container logs to a central log store with search/browsing interface. ## Multi-tenant support diff --git a/docs/deprecation-policy.md b/docs/deprecation-policy.md index d349e6c0b9..c51326bbc5 100644 --- a/docs/deprecation-policy.md +++ b/docs/deprecation-policy.md @@ -161,7 +161,7 @@ versions are supported in a series of subsequent releases. X+9 - v1, v2 + v2