CAdvisor - n05urpr1532-MHA-Team/PTS-Team GitHub Wiki


Table of Contents

  1. Intro
  2. Application Access
  3. Summary

1. Intro

TLDR: cAdvisor analyzes resource usage and performance characteristics of running containers.

cAdvisor (Container Advisor) provides an understanding of the resource usage and performance characteristics of running containers. It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, histograms of complete historical resource usage and network statistics. This data is exported by container and machine-wide.

2. Application Access

Protocol Address Notes
traefik** cadvisor:8750 Only for Internal App-to-App Communication
https cadvisor.domain.com Traefik must be Deployed; Remote Servers
http domain.com:8750 Poor Security Practice - Stop with PTS Port Guard
http ipv4:8750 Ideal Only for Local Servers

** Ideal for Apps to communicate between with one another. Click Here for more info!

4. Summary

cAdvisor is a great asset to utilize. Be aware that cAdvisor has 0 built-in protections. Utilizing cAdvisor on a local network is fine, but if running cAdvisor on a remote server; the server owner needs to deploy PTS Shield to protect the program.

⚠️ **GitHub.com Fallback** ⚠️