=== 06 1-② apply + rollout ===
namespace/observability created
serviceaccount/prometheus created
clusterrole.rbac.authorization.k8s.io/prometheus created
clusterrolebinding.rbac.authorization.k8s.io/prometheus created
configmap/prometheus-config created
persistentvolumeclaim/prometheus-data created
deployment.apps/prometheus created
service/prometheus created
daemonset.apps/node-exporter created
service/node-exporter created
deployment.apps/grafana created
configmap/grafana-datasources created
service/grafana created
ingress.networking.k8s.io/grafana created
Waiting for deployment "prometheus" rollout to finish: 0 of 1 updated replicas are available...
deployment "prometheus" successfully rolled out
=== 06 판정 ①-① get pods ===
NAME                          READY   STATUS    RESTARTS   AGE
grafana-845b5678cf-bblgz      0/1     Running   0          30s
node-exporter-82mmn           1/1     Running   0          30s
node-exporter-g688j           1/1     Running   0          30s
prometheus-6774f94f7c-pj8w9   1/1     Running   0          30s
=== 06 판정 ①-② get pods -o wide ===
NAME                          READY   STATUS    RESTARTS   AGE   IP               NODE       NOMINATED NODE   READINESS GATES
grafana-845b5678cf-bblgz      0/1     Running   0          30s   10.42.0.11       kc-lab-1   <none>           <none>
node-exporter-82mmn           1/1     Running   0          30s   192.168.122.12   kc-lab-2   <none>           <none>
node-exporter-g688j           1/1     Running   0          30s   192.168.122.11   kc-lab-1   <none>           <none>
prometheus-6774f94f7c-pj8w9   1/1     Running   0          30s   10.42.0.12       kc-lab-1   <none>           <none>
