# kubectl get po -n monitor
NAME READY STATUS RESTARTS AGE
alertmanager-prometheus-stack-kube-prom-alertmanager-0 2/2 Running 8 (19d ago) 74d
prometheus-prometheus-stack-kube-prom-prometheus-0 2/2 Running 9 (19d ago) 74d
prometheus-stack-grafana-56b797cc96-sgspf 2/2 Running 8 (19d ago) 74d
prometheus-stack-kube-prom-operator-cfbf6c47f-mjr6m 1/1 Running 4 (19d ago) 74d
prometheus-stack-kube-state-metrics-67889f75bd-tl6k7 1/1 Running 4 (19d ago) 74d
prometheus-stack-prometheus-node-exporter-r77qj 1/1 Running 4 (19d ago) 74d
1. It seems that I need to encapsulate the program into a mirror image and add a new crawl through PodMonitor/ServiceMonitor? Must it be packaged as a mirror image?
2. How to automatically modify scrape_configs, if I want to manually, which pod should I exec to?