Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem * add _redirects file * disable 404 redirect script * add 301 redirect to test * retain _redirects file * Convert redirect_from's to _redirect file. (#4409) * Remove redirect_from's. (#4424) * Add 301's to _redirects. (#4427) * add whitespace before 301 * move redirects in /js/redirects/js to _redirects * add disabled option for cn redirect * convert include to array in _config.yml * enable redirects.js script for legacy support
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
assignees:
|
||||
- mikedanese
|
||||
title: Tools for Monitoring Compute, Storage, and Network Resources
|
||||
redirect_from:
|
||||
- "/docs/user-guide/monitoring/"
|
||||
- "/docs/user-guide/monitoring.html"
|
||||
- "/docs/concepts/cluster-administration/resource-usage-monitoring/"
|
||||
- "/docs/concepts/cluster-administration/resource-usage-monitoring.html"
|
||||
---
|
||||
|
||||
Understanding how an application behaves when deployed is crucial to scaling the application and providing a reliable service. In a Kubernetes cluster, application performance can be examined at many different levels: containers, [pods](/docs/user-guide/pods), [services](/docs/user-guide/services), and whole clusters. As part of Kubernetes we want to provide users with detailed resource usage information about their running applications at all these levels. This will give users deep insights into how their applications are performing and where possible application bottlenecks may be found. In comes [Heapster](https://github.com/kubernetes/heapster), a project meant to provide a base monitoring platform on Kubernetes.
|
||||
|
||||
Reference in New Issue
Block a user