cAdvisor and its port in OpenShift
Issue
- There is no cAdvisor process and no listening port in OpenShift. If cAdvisor is enabled and deployed in OpenShift, which port is to be used ?
# ss -ntlpo | column -t
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 *:111 *:* users:(("systemd",pid=1,fd=41))
LISTEN 0 5 *:53 *:* users:(("dnsmasq",pid=1171,fd=5))
LISTEN 0 128 *:22 *:* users:(("sshd",pid=1204,fd=3))
LISTEN 0 100 127.0.0.1:25 *:* users:(("master",pid=1815,fd=13))
LISTEN 0 128 :::10250 :::* users:(("openshift",pid=2630,fd=15))
LISTEN 0 128 :::111 :::* users:(("systemd",pid=1,fd=40))
LISTEN 0 5 :::53 :::* users:(("dnsmasq",pid=1171,fd=7))
LISTEN 0 128 :::22 :::* users:(("sshd",pid=1204,fd=4))
LISTEN 0 100 ::1:25 :::* users:(("master",pid=1815,fd=14))
Environment
- OpenShift Container Platform
- 3.5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.