File size: 308,981 Bytes
ce0ded4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
{
  "collection_timestamp": "2025-11-11T04:12:07.969800",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS              RESTARTS   AGE\nadservice-84dbdf99d-jg85z                1/1     Running             0          32s\ncartservice-79b49f5555-qvgns             1/1     Running             0          32s\ncheckoutservice-8445f8b6cb-l7c8j         1/1     Running             0          32s\ncurrencyservice-75686c9564-p578z         1/1     Running             0          32s\nemailservice-b78fc569b-g5sp4             1/1     Running             0          31s\nfrontend-6778bd7b8b-brdjr                1/1     Running             0          31s\npaymentservice-78c5996648-ln8w6          1/1     Running             0          31s\nproductcatalogservice-ddb46fc86-lmhcx    1/1     Running             0          31s\nrecommendationservice-7df9c5b676-znz4l   1/1     Running             0          31s\nredis-cart-754cf58cb4-42f8g              0/1     ContainerCreating   0          30s\nshippingservice-7cbfcb6d68-w29l4         1/1     Running             0          30s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS              RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-84dbdf99d-jg85z                1/1     Running             0          32s   172.20.1.184   worker-01   <none>           <none>\ncartservice-79b49f5555-qvgns             1/1     Running             0          32s   172.20.3.8     worker-03   <none>           <none>\ncheckoutservice-8445f8b6cb-l7c8j         1/1     Running             0          32s   172.20.1.185   worker-01   <none>           <none>\ncurrencyservice-75686c9564-p578z         1/1     Running             0          32s   172.20.1.186   worker-01   <none>           <none>\nemailservice-b78fc569b-g5sp4             1/1     Running             0          31s   172.20.3.9     worker-03   <none>           <none>\nfrontend-6778bd7b8b-brdjr                1/1     Running             0          31s   172.20.1.187   worker-01   <none>           <none>\npaymentservice-78c5996648-ln8w6          1/1     Running             0          31s   172.20.1.188   worker-01   <none>           <none>\nproductcatalogservice-ddb46fc86-lmhcx    1/1     Running             0          31s   172.20.3.10    worker-03   <none>           <none>\nrecommendationservice-7df9c5b676-znz4l   1/1     Running             0          31s   172.20.1.189   worker-01   <none>           <none>\nredis-cart-754cf58cb4-42f8g              0/1     ContainerCreating   0          30s   <none>         worker-02   <none>           <none>\nshippingservice-7cbfcb6d68-w29l4         1/1     Running             0          30s   172.20.3.11    worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS              RESTARTS   AGE   LABELS\nadservice-84dbdf99d-jg85z                1/1     Running             0          32s   app=adservice,pod-template-hash=84dbdf99d\ncartservice-79b49f5555-qvgns             1/1     Running             0          32s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb-l7c8j         1/1     Running             0          32s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564-p578z         1/1     Running             0          32s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b-g5sp4             1/1     Running             0          31s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b-brdjr                1/1     Running             0          31s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648-ln8w6          1/1     Running             0          31s   app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86-lmhcx    1/1     Running             0          31s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676-znz4l   1/1     Running             0          31s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-754cf58cb4-42f8g              0/1     ContainerCreating   0          30s   app=redis-cart,pod-template-hash=754cf58cb4\nshippingservice-7cbfcb6d68-w29l4         1/1     Running             0          30s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-jg85z\",\"namespace\":\"boutique\"}": "Name:             adservice-84dbdf99d-jg85z\nNamespace:        boutique\nPriority:         0\nService Account:  adservice\nNode:             worker-01/192.168.0.222\nStart Time:       Tue, 11 Nov 2025 04:10:39 +0800\nLabels:           app=adservice\n                  pod-template-hash=84dbdf99d\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.184\nIPs:\n  IP:           172.20.1.184\nControlled By:  ReplicaSet/adservice-84dbdf99d\nContainers:\n  server:\n    Container ID:   containerd://92779b341b4fe4362c1a0115fc8c119d50008737704057843efe913400415c4b\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice@sha256:ff1a059bb8f1226b77b42a9102344cfc4b669a04696eb44aeed3db8ae2b04e9e\n    Port:           9555/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:39 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:  9555\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-84gvt (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-84gvt:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type     Reason     Age   From               Message\n  ----     ------     ----  ----               -------\n  Normal   Scheduled  32s   default-scheduler  Successfully assigned boutique/adservice-84dbdf99d-jg85z to worker-01\n  Normal   Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n  Normal   Created    32s   kubelet            Created container server\n  Normal   Started    32s   kubelet            Started container server\n  Warning  Unhealthy  26s   kubelet            Readiness probe failed: timeout: failed to connect service \"172.20.1.184:9555\" within 1s: context deadline exceeded\n  Warning  Unhealthy  26s   kubelet            Liveness probe failed: timeout: failed to connect service \"172.20.1.184:9555\" within 1s: context deadline exceeded\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-jg85z\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nadservice-84dbdf99d-jg85z   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-jg85z\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-84dbdf99d-jg85z   1/1     Running   0          32s   172.20.1.184   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-jg85z\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nadservice-84dbdf99d-jg85z   1/1     Running   0          32s   app=adservice,pod-template-hash=84dbdf99d\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-qvgns\",\"namespace\":\"boutique\"}": "Name:             cartservice-79b49f5555-qvgns\nNamespace:        boutique\nPriority:         0\nService Account:  cartservice\nNode:             worker-03/192.168.0.174\nStart Time:       Tue, 11 Nov 2025 04:10:39 +0800\nLabels:           app=cartservice\n                  pod-template-hash=79b49f5555\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.8\nIPs:\n  IP:           172.20.3.8\nControlled By:  ReplicaSet/cartservice-79b49f5555\nContainers:\n  server:\n    Container ID:   containerd://60699fc8992de42f312df9c3427ae7c82af40b20985cb279a094b5c75beb5409\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice@sha256:598efe871d0251cbd35729972acb23c0723cb7aca451503ba10fb8116aecb958\n    Port:           7070/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:39 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     300m\n      memory:  128Mi\n    Requests:\n      cpu:     200m\n      memory:  64Mi\n    Environment:\n      REDIS_ADDR:  redis-cart:6379\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-rr5sb (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-rr5sb:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/cartservice-79b49f5555-qvgns to worker-03\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-qvgns\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\ncartservice-79b49f5555-qvgns   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-qvgns\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP           NODE        NOMINATED NODE   READINESS GATES\ncartservice-79b49f5555-qvgns   1/1     Running   0          32s   172.20.3.8   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-qvgns\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\ncartservice-79b49f5555-qvgns   1/1     Running   0          32s   app=cartservice,pod-template-hash=79b49f5555\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-l7c8j\",\"namespace\":\"boutique\"}": "Name:             checkoutservice-8445f8b6cb-l7c8j\nNamespace:        boutique\nPriority:         0\nService Account:  checkoutservice\nNode:             worker-01/192.168.0.222\nStart Time:       Tue, 11 Nov 2025 04:10:39 +0800\nLabels:           app=checkoutservice\n                  pod-template-hash=8445f8b6cb\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.185\nIPs:\n  IP:           172.20.1.185\nControlled By:  ReplicaSet/checkoutservice-8445f8b6cb\nContainers:\n  server:\n    Container ID:   containerd://e0c328b82f4011aef0bbe8adf311bf1d5ba25c91311c1f839361c8e184bd431c\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice@sha256:6688da8718a92373cc149c8423936b342123060e86705804f9ffbc421bd2ae8f\n    Port:           5050/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:40 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:                          5050\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      SHIPPING_SERVICE_ADDR:         shippingservice:50051\n      PAYMENT_SERVICE_ADDR:          paymentservice:50051\n      EMAIL_SERVICE_ADDR:            emailservice:5000\n      CURRENCY_SERVICE_ADDR:         currencyservice:7000\n      CART_SERVICE_ADDR:             cartservice:7070\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7848q (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-7848q:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/checkoutservice-8445f8b6cb-l7c8j to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-l7c8j\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-l7c8j   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-l7c8j\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncheckoutservice-8445f8b6cb-l7c8j   1/1     Running   0          33s   172.20.1.185   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-l7c8j\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncheckoutservice-8445f8b6cb-l7c8j   1/1     Running   0          33s   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-p578z\",\"namespace\":\"boutique\"}": "Name:             currencyservice-75686c9564-p578z\nNamespace:        boutique\nPriority:         0\nService Account:  currencyservice\nNode:             worker-01/192.168.0.222\nStart Time:       Tue, 11 Nov 2025 04:10:39 +0800\nLabels:           app=currencyservice\n                  pod-template-hash=75686c9564\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.186\nIPs:\n  IP:           172.20.1.186\nControlled By:  ReplicaSet/currencyservice-75686c9564\nContainers:\n  server:\n    Container ID:   containerd://5039bc8cd456bfc2ec067514778020ddeeef016ff5c5a9d52a1b1ab059c61982\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice@sha256:f7d6e530d10ecbf8a10408bd6e114ed6d7670130bb28d22309bb66fcb99ebdb9\n    Port:           7000/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:40 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  1280Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              7000\n      DISABLE_PROFILER:  1\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7mfhd (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-7mfhd:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/currencyservice-75686c9564-p578z to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-p578z\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-p578z   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-p578z\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncurrencyservice-75686c9564-p578z   1/1     Running   0          33s   172.20.1.186   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-p578z\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncurrencyservice-75686c9564-p578z   1/1     Running   0          33s   app=currencyservice,pod-template-hash=75686c9564\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-g5sp4\",\"namespace\":\"boutique\"}": "Name:             emailservice-b78fc569b-g5sp4\nNamespace:        boutique\nPriority:         0\nService Account:  emailservice\nNode:             worker-03/192.168.0.174\nStart Time:       Tue, 11 Nov 2025 04:10:40 +0800\nLabels:           app=emailservice\n                  pod-template-hash=b78fc569b\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.9\nIPs:\n  IP:           172.20.3.9\nControlled By:  ReplicaSet/emailservice-b78fc569b\nContainers:\n  server:\n    Container ID:   containerd://ae7c7d885a8d743673a60b68ff8a41d5008dc7fae814755b799a29d24ab79f32\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice@sha256:59558f8e668e4edec7b40a928c2368696474a8da85ef912e278f8abb3200ecbe\n    Port:           8080/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:40 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:              8080\n      DISABLE_PROFILER:  1\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-zrwg4 (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-zrwg4:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/emailservice-b78fc569b-g5sp4 to worker-03\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-g5sp4\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-g5sp4   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-g5sp4\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP           NODE        NOMINATED NODE   READINESS GATES\nemailservice-b78fc569b-g5sp4   1/1     Running   0          32s   172.20.3.9   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-g5sp4\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\nemailservice-b78fc569b-g5sp4   1/1     Running   0          32s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-brdjr\",\"namespace\":\"boutique\"}": "Name:             frontend-6778bd7b8b-brdjr\nNamespace:        boutique\nPriority:         0\nService Account:  frontend\nNode:             worker-01/192.168.0.222\nStart Time:       Tue, 11 Nov 2025 04:10:40 +0800\nLabels:           app=frontend\n                  pod-template-hash=6778bd7b8b\nAnnotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\nStatus:           Running\nIP:               172.20.1.187\nIPs:\n  IP:           172.20.1.187\nControlled By:  ReplicaSet/frontend-6778bd7b8b\nContainers:\n  server:\n    Container ID:   containerd://c550a9c5987598c5e79f6433e206a29c6afe27d82480381a31f502935f2b65b7\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend@sha256:83f44050fc5ea5999ea04a940e687d7bd5ad357fcf6e6f5944e5e32de006bbdb\n    Port:           8080/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:40 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:     100m\n      memory:  64Mi\n    Environment:\n      PORT:                             8080\n      PRODUCT_CATALOG_SERVICE_ADDR:     productcatalogservice:3550\n      CURRENCY_SERVICE_ADDR:            currencyservice:7000\n      CART_SERVICE_ADDR:                cartservice:7070\n      RECOMMENDATION_SERVICE_ADDR:      recommendationservice:8080\n      SHIPPING_SERVICE_ADDR:            shippingservice:50051\n      CHECKOUT_SERVICE_ADDR:            checkoutservice:5050\n      AD_SERVICE_ADDR:                  adservice:9555\n      SHOPPING_ASSISTANT_SERVICE_ADDR:  shoppingassistantservice:80\n      ENABLE_PROFILER:                  0\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-8qt5k (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-8qt5k:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/frontend-6778bd7b8b-brdjr to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-brdjr\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-brdjr   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-brdjr\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nfrontend-6778bd7b8b-brdjr   1/1     Running   0          32s   172.20.1.187   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-brdjr\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nfrontend-6778bd7b8b-brdjr   1/1     Running   0          32s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-ln8w6\",\"namespace\":\"boutique\"}": "Name:             paymentservice-78c5996648-ln8w6\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             worker-01/192.168.0.222\nStart Time:       Tue, 11 Nov 2025 04:10:40 +0800\nLabels:           app=paymentservice\n                  pod-template-hash=78c5996648\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.188\nIPs:\n  IP:           172.20.1.188\nControlled By:  ReplicaSet/paymentservice-78c5996648\nContainers:\n  server:\n    Container ID:   containerd://a49a4745a815c87ca4494d0a4ba07742a8f53d851862fe57708abd60feddc772\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice@sha256:d95567da89a5e7c3c819f1b742c12a3bf4a2ad35af0ddbcbd06eb908252e67d9\n    Port:           50051/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:41 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-k2fsq (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-k2fsq:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/paymentservice-78c5996648-ln8w6 to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-ln8w6\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-ln8w6   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-ln8w6\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\npaymentservice-78c5996648-ln8w6   1/1     Running   0          33s   172.20.1.188   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-ln8w6\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-78c5996648-ln8w6   1/1     Running   0          33s   app=paymentservice,pod-template-hash=78c5996648\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-lmhcx\",\"namespace\":\"boutique\"}": "Name:             productcatalogservice-ddb46fc86-lmhcx\nNamespace:        boutique\nPriority:         0\nService Account:  productcatalogservice\nNode:             worker-03/192.168.0.174\nStart Time:       Tue, 11 Nov 2025 04:10:40 +0800\nLabels:           app=productcatalogservice\n                  pod-template-hash=ddb46fc86\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.10\nIPs:\n  IP:           172.20.3.10\nControlled By:  ReplicaSet/productcatalogservice-ddb46fc86\nContainers:\n  server:\n    Container ID:   containerd://35da0a51f839cba2ce13758d24c25154789242f3195e57a92bc45a37e288a37e\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice@sha256:c358001d318f6bec85f49119653f19bbc235a0a323e45c936dc74460701fd129\n    Port:           3550/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:41 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              3550\n      DISABLE_PROFILER:  1\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-2vfhf (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-2vfhf:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/productcatalogservice-ddb46fc86-lmhcx to worker-03\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-lmhcx\",\"namespace\":\"boutique\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-lmhcx   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-lmhcx\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\nproductcatalogservice-ddb46fc86-lmhcx   1/1     Running   0          33s   172.20.3.10   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-lmhcx\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   LABELS\nproductcatalogservice-ddb46fc86-lmhcx   1/1     Running   0          33s   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-znz4l\",\"namespace\":\"boutique\"}": "Name:             recommendationservice-7df9c5b676-znz4l\nNamespace:        boutique\nPriority:         0\nService Account:  recommendationservice\nNode:             worker-01/192.168.0.222\nStart Time:       Tue, 11 Nov 2025 04:10:40 +0800\nLabels:           app=recommendationservice\n                  pod-template-hash=7df9c5b676\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.189\nIPs:\n  IP:           172.20.1.189\nControlled By:  ReplicaSet/recommendationservice-7df9c5b676\nContainers:\n  server:\n    Container ID:   containerd://b59706137213c35dce379629c0ced030cf1212aafbe1b07a5e8920a89a64e6f3\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice@sha256:2f3eae327b743160033cec8662362e2190f9aa9a04a1ace1bd05f19106ed4bd3\n    Port:           8080/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:41 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  450Mi\n    Requests:\n      cpu:      100m\n      memory:   220Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:                          8080\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      DISABLE_PROFILER:              1\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-6q8xl (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-6q8xl:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/recommendationservice-7df9c5b676-znz4l to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-znz4l\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-znz4l   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-znz4l\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nrecommendationservice-7df9c5b676-znz4l   1/1     Running   0          33s   172.20.1.189   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-znz4l\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   LABELS\nrecommendationservice-7df9c5b676-znz4l   1/1     Running   0          33s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"redis-cart-754cf58cb4-42f8g\",\"namespace\":\"boutique\"}": "Name:             redis-cart-754cf58cb4-42f8g\nNamespace:        boutique\nPriority:         0\nService Account:  default\nNode:             worker-02/192.168.0.53\nStart Time:       Tue, 11 Nov 2025 04:10:41 +0800\nLabels:           app=redis-cart\n                  pod-template-hash=754cf58cb4\nAnnotations:      <none>\nStatus:           Pending\nIP:               \nIPs:              <none>\nControlled By:    ReplicaSet/redis-cart-754cf58cb4\nContainers:\n  redis:\n    Container ID:   \n    Image:          redis:alpine\n    Image ID:       \n    Port:           6379/TCP\n    Host Port:      0/TCP\n    State:          Waiting\n      Reason:       ContainerCreating\n    Ready:          False\n    Restart Count:  0\n    Limits:\n      cpu:     125m\n      memory:  5Mi\n    Requests:\n      cpu:        70m\n      memory:     5Mi\n    Liveness:     tcp-socket :6379 delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:    tcp-socket :6379 delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:  <none>\n    Mounts:\n      /data from redis-data (rw)\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9lxhk (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   False \n  Initialized                 True \n  Ready                       False \n  ContainersReady             False \n  PodScheduled                True \nVolumes:\n  redis-data:\n    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)\n    ClaimName:  redis-cart-pvc\n    ReadOnly:   false\n  kube-api-access-9lxhk:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type     Reason                  Age               From               Message\n  ----     ------                  ----              ----               -------\n  Normal   Scheduled               32s               default-scheduler  Successfully assigned boutique/redis-cart-754cf58cb4-42f8g to worker-02\n  Warning  FailedCreatePodSandBox  5s (x3 over 31s)  kubelet            Failed to create pod sandbox: rpc error: code = Unknown desc = failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: container init was OOM-killed (memory limit too low?): unknown\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-754cf58cb4-42f8g\",\"namespace\":\"boutique\"}": "NAME                          READY   STATUS              RESTARTS   AGE\nredis-cart-754cf58cb4-42f8g   0/1     ContainerCreating   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-754cf58cb4-42f8g\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                          READY   STATUS              RESTARTS   AGE   IP       NODE        NOMINATED NODE   READINESS GATES\nredis-cart-754cf58cb4-42f8g   0/1     ContainerCreating   0          32s   <none>   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-754cf58cb4-42f8g\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                          READY   STATUS              RESTARTS   AGE   LABELS\nredis-cart-754cf58cb4-42f8g   0/1     ContainerCreating   0          33s   app=redis-cart,pod-template-hash=754cf58cb4\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-w29l4\",\"namespace\":\"boutique\"}": "Name:             shippingservice-7cbfcb6d68-w29l4\nNamespace:        boutique\nPriority:         0\nService Account:  shippingservice\nNode:             worker-03/192.168.0.174\nStart Time:       Tue, 11 Nov 2025 04:10:41 +0800\nLabels:           app=shippingservice\n                  pod-template-hash=7cbfcb6d68\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.11\nIPs:\n  IP:           172.20.3.11\nControlled By:  ReplicaSet/shippingservice-7cbfcb6d68\nContainers:\n  server:\n    Container ID:   containerd://a4538f2b6dbe0e300a85a695a68534b6a5a280e3b2897c08b90d3f4ea1e4efd0\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice@sha256:b0125be448f9eb042214fec6eebda79a900a1a4c307f8e1bdb56f35e403969dd\n    Port:           50051/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Tue, 11 Nov 2025 04:10:41 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t2jxx (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \n  PodScheduled                True \nVolumes:\n  kube-api-access-t2jxx:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/shippingservice-7cbfcb6d68-w29l4 to worker-03\n  Normal  Pulled     33s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n  Normal  Created    33s   kubelet            Created container server\n  Normal  Started    33s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-w29l4\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-w29l4   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-w29l4\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\nshippingservice-7cbfcb6d68-w29l4   1/1     Running   0          33s   172.20.3.11   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-w29l4\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\nshippingservice-7cbfcb6d68-w29l4   1/1     Running   0          33s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)        AGE\nadservice               ClusterIP   10.68.9.101     <none>        9555/TCP       35s\ncartservice             ClusterIP   10.68.163.207   <none>        7070/TCP       35s\ncheckoutservice         ClusterIP   10.68.19.10     <none>        5050/TCP       35s\ncurrencyservice         ClusterIP   10.68.252.242   <none>        7000/TCP       35s\nemailservice            ClusterIP   10.68.182.231   <none>        5000/TCP       35s\nfrontend                ClusterIP   10.68.250.14    <none>        80/TCP         34s\nfrontend-external       NodePort    10.68.78.118    <none>        80:30080/TCP   34s\npaymentservice          ClusterIP   10.68.39.184    <none>        50051/TCP      34s\nproductcatalogservice   ClusterIP   10.68.26.247    <none>        3550/TCP       34s\nrecommendationservice   ClusterIP   10.68.84.215    <none>        8080/TCP       34s\nredis-cart              ClusterIP   10.68.7.57      <none>        6379/TCP       33s\nshippingservice         ClusterIP   10.68.84.105    <none>        50051/TCP      34s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)        AGE   SELECTOR\nadservice               ClusterIP   10.68.9.101     <none>        9555/TCP       35s   app=adservice\ncartservice             ClusterIP   10.68.163.207   <none>        7070/TCP       35s   app=cartservice\ncheckoutservice         ClusterIP   10.68.19.10     <none>        5050/TCP       35s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.252.242   <none>        7000/TCP       35s   app=currencyservice\nemailservice            ClusterIP   10.68.182.231   <none>        5000/TCP       35s   app=emailservice\nfrontend                ClusterIP   10.68.250.14    <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.78.118    <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.39.184    <none>        50051/TCP      34s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.26.247    <none>        3550/TCP       34s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.84.215    <none>        8080/TCP       34s   app=recommendationservice\nredis-cart              ClusterIP   10.68.7.57      <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.84.105    <none>        50051/TCP      34s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)        AGE   LABELS\nadservice               ClusterIP   10.68.9.101     <none>        9555/TCP       35s   app=adservice\ncartservice             ClusterIP   10.68.163.207   <none>        7070/TCP       35s   app=cartservice\ncheckoutservice         ClusterIP   10.68.19.10     <none>        5050/TCP       35s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.252.242   <none>        7000/TCP       35s   app=currencyservice\nemailservice            ClusterIP   10.68.182.231   <none>        5000/TCP       35s   app=emailservice\nfrontend                ClusterIP   10.68.250.14    <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.78.118    <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.39.184    <none>        50051/TCP      34s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.26.247    <none>        3550/TCP       34s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.84.215    <none>        8080/TCP       34s   app=recommendationservice\nredis-cart              ClusterIP   10.68.7.57      <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.84.105    <none>        50051/TCP      34s   app=shippingservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "Name:                     adservice\nNamespace:                boutique\nLabels:                   app=adservice\nAnnotations:              <none>\nSelector:                 app=adservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.9.101\nIPs:                      10.68.9.101\nPort:                     grpc  9555/TCP\nTargetPort:               9555/TCP\nEndpoints:                172.20.1.184:9555\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE\nadservice   ClusterIP   10.68.9.101   <none>        9555/TCP   35s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nadservice   ClusterIP   10.68.9.101   <none>        9555/TCP   35s   app=adservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   LABELS\nadservice   ClusterIP   10.68.9.101   <none>        9555/TCP   35s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                     cartservice\nNamespace:                boutique\nLabels:                   app=cartservice\nAnnotations:              <none>\nSelector:                 app=cartservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.163.207\nIPs:                      10.68.163.207\nPort:                     grpc  7070/TCP\nTargetPort:               7070/TCP\nEndpoints:                172.20.3.8:7070\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "NAME          TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE\ncartservice   ClusterIP   10.68.163.207   <none>        7070/TCP   35s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   SELECTOR\ncartservice   ClusterIP   10.68.163.207   <none>        7070/TCP   35s   app=cartservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   LABELS\ncartservice   ClusterIP   10.68.163.207   <none>        7070/TCP   36s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                     checkoutservice\nNamespace:                boutique\nLabels:                   app=checkoutservice\nAnnotations:              <none>\nSelector:                 app=checkoutservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.19.10\nIPs:                      10.68.19.10\nPort:                     grpc  5050/TCP\nTargetPort:               5050/TCP\nEndpoints:                172.20.1.185:5050\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "NAME              TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE\ncheckoutservice   ClusterIP   10.68.19.10   <none>        5050/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   SELECTOR\ncheckoutservice   ClusterIP   10.68.19.10   <none>        5050/TCP   36s   app=checkoutservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   LABELS\ncheckoutservice   ClusterIP   10.68.19.10   <none>        5050/TCP   36s   app=checkoutservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                     currencyservice\nNamespace:                boutique\nLabels:                   app=currencyservice\nAnnotations:              <none>\nSelector:                 app=currencyservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.252.242\nIPs:                      10.68.252.242\nPort:                     grpc  7000/TCP\nTargetPort:               7000/TCP\nEndpoints:                172.20.1.186:7000\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "NAME              TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE\ncurrencyservice   ClusterIP   10.68.252.242   <none>        7000/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   SELECTOR\ncurrencyservice   ClusterIP   10.68.252.242   <none>        7000/TCP   36s   app=currencyservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   LABELS\ncurrencyservice   ClusterIP   10.68.252.242   <none>        7000/TCP   36s   app=currencyservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                     emailservice\nNamespace:                boutique\nLabels:                   app=emailservice\nAnnotations:              <none>\nSelector:                 app=emailservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.182.231\nIPs:                      10.68.182.231\nPort:                     grpc  5000/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.3.9:8080\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "NAME           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE\nemailservice   ClusterIP   10.68.182.231   <none>        5000/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nemailservice   ClusterIP   10.68.182.231   <none>        5000/TCP   36s   app=emailservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   LABELS\nemailservice   ClusterIP   10.68.182.231   <none>        5000/TCP   36s   app=emailservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                     frontend\nNamespace:                boutique\nLabels:                   app=frontend\nAnnotations:              <none>\nSelector:                 app=frontend\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.250.14\nIPs:                      10.68.250.14\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.187:8080\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)   AGE\nfrontend   ClusterIP   10.68.250.14   <none>        80/TCP    35s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)   AGE   SELECTOR\nfrontend   ClusterIP   10.68.250.14   <none>        80/TCP    35s   app=frontend\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)   AGE   LABELS\nfrontend   ClusterIP   10.68.250.14   <none>        80/TCP    36s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"frontend-external\",\"namespace\":\"boutique\"}": "Name:                     frontend-external\nNamespace:                boutique\nLabels:                   app=frontend\nAnnotations:              <none>\nSelector:                 app=frontend\nType:                     NodePort\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.78.118\nIPs:                      10.68.78.118\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nNodePort:                 http  30080/TCP\nEndpoints:                172.20.1.187:8080\nSession Affinity:         None\nExternal Traffic Policy:  Cluster\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend-external\",\"namespace\":\"boutique\"}": "NAME                TYPE       CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE\nfrontend-external   NodePort   10.68.78.118   <none>        80:30080/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                TYPE       CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE   SELECTOR\nfrontend-external   NodePort   10.68.78.118   <none>        80:30080/TCP   36s   app=frontend\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                TYPE       CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE   LABELS\nfrontend-external   NodePort   10.68.78.118   <none>        80:30080/TCP   36s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                     paymentservice\nNamespace:                boutique\nLabels:                   app=paymentservice\nAnnotations:              <none>\nSelector:                 app=paymentservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.39.184\nIPs:                      10.68.39.184\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.1.188:50051\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE\npaymentservice   ClusterIP   10.68.39.184   <none>        50051/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE   SELECTOR\npaymentservice   ClusterIP   10.68.39.184   <none>        50051/TCP   36s   app=paymentservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE   LABELS\npaymentservice   ClusterIP   10.68.39.184   <none>        50051/TCP   36s   app=paymentservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:                     productcatalogservice\nNamespace:                boutique\nLabels:                   app=productcatalogservice\nAnnotations:              <none>\nSelector:                 app=productcatalogservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.26.247\nIPs:                      10.68.26.247\nPort:                     grpc  3550/TCP\nTargetPort:               3550/TCP\nEndpoints:                172.20.3.10:3550\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE\nproductcatalogservice   ClusterIP   10.68.26.247   <none>        3550/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nproductcatalogservice   ClusterIP   10.68.26.247   <none>        3550/TCP   36s   app=productcatalogservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\nproductcatalogservice   ClusterIP   10.68.26.247   <none>        3550/TCP   36s   app=productcatalogservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:                     recommendationservice\nNamespace:                boutique\nLabels:                   app=recommendationservice\nAnnotations:              <none>\nSelector:                 app=recommendationservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.84.215\nIPs:                      10.68.84.215\nPort:                     grpc  8080/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.189:8080\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE\nrecommendationservice   ClusterIP   10.68.84.215   <none>        8080/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nrecommendationservice   ClusterIP   10.68.84.215   <none>        8080/TCP   36s   app=recommendationservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\nrecommendationservice   ClusterIP   10.68.84.215   <none>        8080/TCP   36s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:                     redis-cart\nNamespace:                boutique\nLabels:                   app=redis-cart\nAnnotations:              <none>\nSelector:                 app=redis-cart\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.7.57\nIPs:                      10.68.7.57\nPort:                     tcp-redis  6379/TCP\nTargetPort:               6379/TCP\nEndpoints:                \nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)    AGE\nredis-cart   ClusterIP   10.68.7.57   <none>        6379/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nredis-cart   ClusterIP   10.68.7.57   <none>        6379/TCP   36s   app=redis-cart\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)    AGE   LABELS\nredis-cart   ClusterIP   10.68.7.57   <none>        6379/TCP   36s   app=redis-cart\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:                     shippingservice\nNamespace:                boutique\nLabels:                   app=shippingservice\nAnnotations:              <none>\nSelector:                 app=shippingservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.84.105\nIPs:                      10.68.84.105\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.3.11:50051\nSession Affinity:         None\nInternal Traffic Policy:  Cluster\nEvents:                   <none>\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "NAME              TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE\nshippingservice   ClusterIP   10.68.84.105   <none>        50051/TCP   37s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE   SELECTOR\nshippingservice   ClusterIP   10.68.84.105   <none>        50051/TCP   37s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE   LABELS\nshippingservice   ClusterIP   10.68.84.105   <none>        50051/TCP   37s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nadservice               1/1     1            1           38s\ncartservice             1/1     1            1           38s\ncheckoutservice         1/1     1            1           38s\ncurrencyservice         1/1     1            1           38s\nemailservice            1/1     1            1           38s\nfrontend                1/1     1            1           37s\npaymentservice          1/1     1            1           37s\nproductcatalogservice   1/1     1            1           37s\nrecommendationservice   1/1     1            1           37s\nredis-cart              0/1     1            0           36s\nshippingservice         1/1     1            1           37s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice               1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3               app=adservice\ncartservice             1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice\ncheckoutservice         1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice\ncurrencyservice         1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3         app=currencyservice\nemailservice            1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3            app=emailservice\nfrontend                1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3                app=frontend\npaymentservice          1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice\nproductcatalogservice   1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice\nrecommendationservice   1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice\nredis-cart              0/1     1            0           36s   redis        redis:alpine                                                                                 app=redis-cart\nshippingservice         1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3         app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nadservice               1/1     1            1           38s   app=adservice\ncartservice             1/1     1            1           38s   app=cartservice\ncheckoutservice         1/1     1            1           38s   app=checkoutservice\ncurrencyservice         1/1     1            1           38s   app=currencyservice\nemailservice            1/1     1            1           38s   app=emailservice\nfrontend                1/1     1            1           37s   app=frontend\npaymentservice          1/1     1            1           37s   app=paymentservice\nproductcatalogservice   1/1     1            1           37s   app=productcatalogservice\nrecommendationservice   1/1     1            1           37s   app=recommendationservice\nredis-cart              0/1     1            0           36s   app=redis-cart\nshippingservice         1/1     1            1           37s   app=shippingservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "Name:                   adservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:39 +0800\nLabels:                 app=adservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=adservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=adservice\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n    Port:       9555/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:        9555\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   adservice-84dbdf99d (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  38s   deployment-controller  Scaled up replica set adservice-84dbdf99d to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   1/1     1            1           38s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                           SELECTOR\nadservice   1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3   app=adservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nadservice   1/1     1            1           38s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                   cartservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:39 +0800\nLabels:                 app=cartservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=cartservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=cartservice\n  Service Account:  cartservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n    Port:       7070/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  128Mi\n    Requests:\n      cpu:     200m\n      memory:  64Mi\n    Environment:\n      REDIS_ADDR:  redis-cart:6379\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   cartservice-79b49f5555 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set cartservice-79b49f5555 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                             SELECTOR\ncartservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3   app=cartservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\ncartservice   1/1     1            1           39s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                   checkoutservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:39 +0800\nLabels:                 app=checkoutservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=checkoutservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=checkoutservice\n  Service Account:  checkoutservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\n    Port:       5050/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:                          5050\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      SHIPPING_SERVICE_ADDR:         shippingservice:50051\n      PAYMENT_SERVICE_ADDR:          paymentservice:50051\n      EMAIL_SERVICE_ADDR:            emailservice:5000\n      CURRENCY_SERVICE_ADDR:         currencyservice:7000\n      CART_SERVICE_ADDR:             cartservice:7070\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   checkoutservice-8445f8b6cb (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set checkoutservice-8445f8b6cb to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncheckoutservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncheckoutservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3   app=checkoutservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\ncheckoutservice   1/1     1            1           39s   app=checkoutservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                   currencyservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:39 +0800\nLabels:                 app=currencyservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=currencyservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=currencyservice\n  Service Account:  currencyservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\n    Port:       7000/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  1280Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              7000\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   currencyservice-75686c9564 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set currencyservice-75686c9564 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncurrencyservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncurrencyservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3   app=currencyservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\ncurrencyservice   1/1     1            1           39s   app=currencyservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                   emailservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:39 +0800\nLabels:                 app=emailservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=emailservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=emailservice\n  Service Account:  emailservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:              8080\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   emailservice-b78fc569b (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set emailservice-b78fc569b to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE\nemailservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                              SELECTOR\nemailservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3   app=emailservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nemailservice   1/1     1            1           40s   app=emailservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                   frontend\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:40 +0800\nLabels:                 app=frontend\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=frontend\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=frontend\n  Annotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\n  Service Account:  frontend\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:     100m\n      memory:  64Mi\n    Environment:\n      PORT:                             8080\n      PRODUCT_CATALOG_SERVICE_ADDR:     productcatalogservice:3550\n      CURRENCY_SERVICE_ADDR:            currencyservice:7000\n      CART_SERVICE_ADDR:                cartservice:7070\n      RECOMMENDATION_SERVICE_ADDR:      recommendationservice:8080\n      SHIPPING_SERVICE_ADDR:            shippingservice:50051\n      CHECKOUT_SERVICE_ADDR:            checkoutservice:5050\n      AD_SERVICE_ADDR:                  adservice:9555\n      SHOPPING_ASSISTANT_SERVICE_ADDR:  shoppingassistantservice:80\n      ENABLE_PROFILER:                  0\n    Mounts:                             <none>\n  Volumes:                              <none>\n  Node-Selectors:                       <none>\n  Tolerations:                          <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   frontend-6778bd7b8b (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set frontend-6778bd7b8b to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE\nfrontend   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                          SELECTOR\nfrontend   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3   app=frontend\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nfrontend   1/1     1            1           39s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                   paymentservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:40 +0800\nLabels:                 app=paymentservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=paymentservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=paymentservice\n  Service Account:  paymentservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\n    Port:       50051/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   paymentservice-78c5996648 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set paymentservice-78c5996648 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE\npaymentservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                SELECTOR\npaymentservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3   app=paymentservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\npaymentservice   1/1     1            1           39s   app=paymentservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:                   productcatalogservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:40 +0800\nLabels:                 app=productcatalogservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=productcatalogservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=productcatalogservice\n  Service Account:  productcatalogservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\n    Port:       3550/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              3550\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   productcatalogservice-ddb46fc86 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set productcatalogservice-ddb46fc86 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nproductcatalogservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nproductcatalogservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nproductcatalogservice   1/1     1            1           39s   app=productcatalogservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:                   recommendationservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:40 +0800\nLabels:                 app=recommendationservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=recommendationservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=recommendationservice\n  Service Account:  recommendationservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  450Mi\n    Requests:\n      cpu:      100m\n      memory:   220Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:                          8080\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      DISABLE_PROFILER:              1\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   recommendationservice-7df9c5b676 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set recommendationservice-7df9c5b676 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nrecommendationservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nrecommendationservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nrecommendationservice   1/1     1            1           40s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:                   redis-cart\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:41 +0800\nLabels:                 app=redis-cart\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=redis-cart\nReplicas:               1 desired | 1 updated | 1 total | 0 available | 1 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:  app=redis-cart\n  Containers:\n   redis:\n    Image:      redis:alpine\n    Port:       6379/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     125m\n      memory:  5Mi\n    Requests:\n      cpu:        70m\n      memory:     5Mi\n    Liveness:     tcp-socket :6379 delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:    tcp-socket :6379 delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:  <none>\n    Mounts:\n      /data from redis-data (rw)\n  Volumes:\n   redis-data:\n    Type:          PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)\n    ClaimName:     redis-cart-pvc\n    ReadOnly:      false\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      False   MinimumReplicasUnavailable\n  Progressing    True    ReplicaSetUpdated\nOldReplicaSets:  <none>\nNewReplicaSet:   redis-cart-754cf58cb4 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set redis-cart-754cf58cb4 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "NAME         READY   UP-TO-DATE   AVAILABLE   AGE\nredis-cart   0/1     1            0           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES         SELECTOR\nredis-cart   0/1     1            0           39s   redis        redis:alpine   app=redis-cart\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nredis-cart   0/1     1            0           39s   app=redis-cart\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:                   shippingservice\nNamespace:              boutique\nCreationTimestamp:      Tue, 11 Nov 2025 04:10:40 +0800\nLabels:                 app=shippingservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=shippingservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=shippingservice\n  Service Account:  shippingservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\n    Port:       50051/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   shippingservice-7cbfcb6d68 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  40s   deployment-controller  Scaled up replica set shippingservice-7cbfcb6d68 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\nshippingservice   1/1     1            1           40s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\nshippingservice   1/1     1            1           40s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nshippingservice   1/1     1            1           40s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"statefulsets\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"statefulsets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"statefulsets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"daemonsets\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"daemonsets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"daemonsets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                 DATA   AGE\nistio-ca-crl         1      14d\nistio-ca-root-cert   1      14d\nkube-root-ca.crt     1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                 DATA   AGE\nistio-ca-crl         1      14d\nistio-ca-root-cert   1      14d\nkube-root-ca.crt     1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                 DATA   AGE   LABELS\nistio-ca-crl         1      14d   istio.io/config=true\nistio-ca-root-cert   1      14d   istio.io/config=true\nkube-root-ca.crt     1      14d   <none>\n",
  "DescribeResource:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\"}": "Name:         istio-ca-crl\nNamespace:    boutique\nLabels:       istio.io/config=true\nAnnotations:  <none>\n\nData\n====\nca-crl.pem:\n----\n\n\n\nBinaryData\n====\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\"}": "NAME           DATA   AGE\nistio-ca-crl   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           DATA   AGE\nistio-ca-crl   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           DATA   AGE   LABELS\nistio-ca-crl   1      14d   istio.io/config=true\n",
  "DescribeResource:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\"}": "Name:         istio-ca-root-cert\nNamespace:    boutique\nLabels:       istio.io/config=true\nAnnotations:  <none>\n\nData\n====\nroot-cert.pem:\n----\n-----BEGIN CERTIFICATE-----\nMIIC/DCCAeSgAwIBAgIQS06mWZHLbH4mzjYZnkFxNDANBgkqhkiG9w0BAQsFADAY\nMRYwFAYDVQQKEw1jbHVzdGVyLmxvY2FsMB4XDTI1MTAyNzEyMzIyNFoXDTM1MTAy\nNTEyMzIyNFowGDEWMBQGA1UEChMNY2x1c3Rlci5sb2NhbDCCASIwDQYJKoZIhvcN\nAQEBBQADggEPADCCAQoCggEBANKJ8Dm7RDjAIODjpoGzcxSUUDdg1/S3TG0QbcFt\ngvH6nyevjzcwL3uO/bjDRDdqPuDBw5/4lqn//tLenkdhbI0TJomBtMtmSHdFajBI\nBa6n1LYttQM88JGNPOtj4AxukawP3YzNtx8ELTQxV21LdIr75Zya2iRnyGL+svyk\nEzBiaydnyumiPmOlF8xS1wD0XHnr321G87oGCijh5gqRsEAeMoFdcNHmcTNZ/+ZT\nlik2IMJhfG4RF6g67pgz1iIvYby0wfCmkC66o/nW4XsZUmyT2WG/26t4GAwoDveu\nog5YXmOECEF4byTJfkMGnfc37MSKhdHSRf0y2dpi+chxmVECAwEAAaNCMEAwDgYD\nVR0PAQH/BAQDAgIEMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMrASBsIL+MB\nnfWJHjVVpn7m6RitMA0GCSqGSIb3DQEBCwUAA4IBAQCBZuSz907vA3pojd3VQ3cK\nSMF5J+6ZR+LP35uXgxdsTamdiNt5MO5pcHx+Oj05vpeMcpvxnqAM0upzCoauBDiw\ntdSV2PH9pQiDiORbkHsRafiIkPqActP6j6slvAZs+vXE3ujNYGH6SEOaXUQBPrPU\n4JNo8pSSTEN6b2xxjgbGVU6GpZ3lxRw2ixcPExbbN0XdJ/ndIa6g1b8p2ett5pPG\nnoO5kFzBWGIerJVLrkuTku0BieyWdyaKZiPvM9a8wLZkAtlTeEgqWahMD0ja3dW5\nTY1ywWUvO+X+ZEDFHmhNbxDQ9vsxJc5Gt1BO4CmO+Fe4x9eZg7oKJDJ3FCu+jQ6m\n-----END CERTIFICATE-----\n\n\n\nBinaryData\n====\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\"}": "NAME                 DATA   AGE\nistio-ca-root-cert   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                 DATA   AGE\nistio-ca-root-cert   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                 DATA   AGE   LABELS\nistio-ca-root-cert   1      14d   istio.io/config=true\n",
  "DescribeResource:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\"}": "Name:         kube-root-ca.crt\nNamespace:    boutique\nLabels:       <none>\nAnnotations:  kubernetes.io/description:\n                Contains a CA bundle that can be used to verify the kube-apiserver when using internal endpoints such as the internal service IP or kubern...\n\nData\n====\nca.crt:\n----\n-----BEGIN CERTIFICATE-----\nMIIDmjCCAoKgAwIBAgIUc24iu1BGRRu/yQQxViYuHFO9cEQwDQYJKoZIhvcNAQEL\nBQAwZDELMAkGA1UEBhMCQ04xETAPBgNVBAgTCEhhbmdaaG91MQswCQYDVQQHEwJY\nUzEMMAoGA1UEChMDazhzMQ8wDQYDVQQLEwZTeXN0ZW0xFjAUBgNVBAMTDWt1YmVy\nbmV0ZXMtY2EwIBcNMjUwODExMDY0MTAwWhgPMjEyNTA3MTgwNjQxMDBaMGQxCzAJ\nBgNVBAYTAkNOMREwDwYDVQQIEwhIYW5nWmhvdTELMAkGA1UEBxMCWFMxDDAKBgNV\nBAoTA2s4czEPMA0GA1UECxMGU3lzdGVtMRYwFAYDVQQDEw1rdWJlcm5ldGVzLWNh\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyHAp8ZOQs0I3E5Cuu6+e\ndZVgPERCtLRTA2Z1j3xpKQGS8XzALdFJwNH62EDEJy2BTqsAhRalmgY/nuqtEiU5\nzB1uPhE/pJR8aZV79Um9oH4eZRSpWS2IM0h4u/OPSbxpVHXiLBjlogMNCVlqOiSg\nyxZpoXPP1naBYuamKEAFV2U4lJtl+uWrhVGGILAQME5n3U4WI7EXnniImw2KWE0G\nuZ4SZmQQjT9zBic4xcqoieAGnxq2rh+dnCYpsgZdnr2tnWXUEhKzDiy2403/8fCz\nhuv7PQniEcp0wAYr27tpN6/qrrWkAYTMHWeKsBWbqBKB25L5Mc+5BVDrjnlw/E14\n6wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQU+G6Ty8pWyQu70uLC2qnWQK+tBv0wDQYJKoZIhvcNAQELBQADggEBAANl\ntcqmb5vamelu/TTqabrsu+O65lNNn5+aYBbZPOQMobWsZy1CjNg3Gj9pGClbnGt+\nwI/0r5YYWWWKe5qiHiAJ44g9RooAaIlRubl9B2nD/sBkRCQl0ldiEHn1TA90pGZR\nRLiLeJWwlAipq3u/vJxvIl+1h0NhOKMGnmnpXFdSL4NNMEZwBze1J0dqfiqE6AQq\ndz12Mtpz2uBQFbOt5Tg3XbIhSkask0E5ew+t533gYb/lWhyCc8z7Gr6IW+Db81TT\n/wcDqoUbpMwjJTgsGbm050oXw+Ten16NhL3Q35FGJjuyLoYTqsOsst01vJMK9BWN\nMp0hDXT0C1RaPe/UIc4=\n-----END CERTIFICATE-----\n\n\n\nBinaryData\n====\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\"}": "NAME               DATA   AGE\nkube-root-ca.crt   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME               DATA   AGE\nkube-root-ca.crt   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME               DATA   AGE   LABELS\nkube-root-ca.crt   1      14d   <none>\n",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   VOLUMEMODE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   LABELS\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   <none>\n",
  "DescribeResource:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\"}": "Name:          redis-cart-pvc\nNamespace:     boutique\nStorageClass:  \nStatus:        Bound\nVolume:        redis-cart-pv\nLabels:        <none>\nAnnotations:   pv.kubernetes.io/bind-completed: yes\n               pv.kubernetes.io/bound-by-controller: yes\nFinalizers:    [kubernetes.io/pvc-protection]\nCapacity:      1Gi\nAccess Modes:  RWO\nVolumeMode:    Filesystem\nUsed By:       redis-cart-754cf58cb4-42f8g\nEvents:        <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\"}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   VOLUMEMODE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   LABELS\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   <none>\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nadservice-84dbdf99d                1         1         1       43s\ncartservice-79b49f5555             1         1         1       43s\ncheckoutservice-8445f8b6cb         1         1         1       43s\ncurrencyservice-75686c9564         1         1         1       43s\nemailservice-b78fc569b             1         1         1       43s\nfrontend-6778bd7b8b                1         1         1       42s\npaymentservice-78c5996648          1         1         1       42s\nproductcatalogservice-ddb46fc86    1         1         1       42s\nrecommendationservice-7df9c5b676   1         1         1       42s\nredis-cart-754cf58cb4              1         1         0       41s\nshippingservice-7cbfcb6d68         1         1         1       42s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice-84dbdf99d                1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3               app=adservice,pod-template-hash=84dbdf99d\ncartservice-79b49f5555             1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb         1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564         1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3         app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b             1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3            app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b                1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3                app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648          1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86    1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676   1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-754cf58cb4              1         1         0       41s   redis        redis:alpine                                                                                 app=redis-cart,pod-template-hash=754cf58cb4\nshippingservice-7cbfcb6d68         1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3         app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   LABELS\nadservice-84dbdf99d                1         1         1       43s   app=adservice,pod-template-hash=84dbdf99d\ncartservice-79b49f5555             1         1         1       43s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb         1         1         1       43s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564         1         1         1       43s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b             1         1         1       43s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b                1         1         1       42s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648          1         1         1       42s   app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86    1         1         1       42s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676   1         1         1       42s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-754cf58cb4              1         1         0       41s   app=redis-cart,pod-template-hash=754cf58cb4\nshippingservice-7cbfcb6d68         1         1         1       42s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\"}": "Name:           adservice-84dbdf99d\nNamespace:      boutique\nSelector:       app=adservice,pod-template-hash=84dbdf99d\nLabels:         app=adservice\n                pod-template-hash=84dbdf99d\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/adservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=adservice\n                    pod-template-hash=84dbdf99d\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n    Port:       9555/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:        9555\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nEvents:\n  Type     Reason            Age                From                   Message\n  ----     ------            ----               ----                   -------\n  Warning  FailedCreate      43s (x2 over 43s)  replicaset-controller  Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n  Normal   SuccessfulCreate  43s                replicaset-controller  Created pod: adservice-84dbdf99d-jg85z\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\"}": "NAME                  DESIRED   CURRENT   READY   AGE\nadservice-84dbdf99d   1         1         1       43s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                  DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                           SELECTOR\nadservice-84dbdf99d   1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3   app=adservice,pod-template-hash=84dbdf99d\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                  DESIRED   CURRENT   READY   AGE   LABELS\nadservice-84dbdf99d   1         1         1       43s   app=adservice,pod-template-hash=84dbdf99d\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\"}": "Name:           cartservice-79b49f5555\nNamespace:      boutique\nSelector:       app=cartservice,pod-template-hash=79b49f5555\nLabels:         app=cartservice\n                pod-template-hash=79b49f5555\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/cartservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=cartservice\n                    pod-template-hash=79b49f5555\n  Service Account:  cartservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n    Port:       7070/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  128Mi\n    Requests:\n      cpu:     200m\n      memory:  64Mi\n    Environment:\n      REDIS_ADDR:  redis-cart:6379\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nEvents:\n  Type     Reason            Age   From                   Message\n  ----     ------            ----  ----                   -------\n  Warning  FailedCreate      44s   replicaset-controller  Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n  Normal   SuccessfulCreate  44s   replicaset-controller  Created pod: cartservice-79b49f5555-qvgns\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\ncartservice-79b49f5555   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                             SELECTOR\ncartservice-79b49f5555   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3   app=cartservice,pod-template-hash=79b49f5555\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   LABELS\ncartservice-79b49f5555   1         1         1       44s   app=cartservice,pod-template-hash=79b49f5555\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\"}": "Name:           checkoutservice-8445f8b6cb\nNamespace:      boutique\nSelector:       app=checkoutservice,pod-template-hash=8445f8b6cb\nLabels:         app=checkoutservice\n                pod-template-hash=8445f8b6cb\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/checkoutservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=checkoutservice\n                    pod-template-hash=8445f8b6cb\n  Service Account:  checkoutservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\n    Port:       5050/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:                          5050\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      SHIPPING_SERVICE_ADDR:         shippingservice:50051\n      PAYMENT_SERVICE_ADDR:          paymentservice:50051\n      EMAIL_SERVICE_ADDR:            emailservice:5000\n      CURRENCY_SERVICE_ADDR:         currencyservice:7000\n      CART_SERVICE_ADDR:             cartservice:7070\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nEvents:\n  Type     Reason            Age                From                   Message\n  ----     ------            ----               ----                   -------\n  Warning  FailedCreate      44s (x2 over 44s)  replicaset-controller  Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n  Normal   SuccessfulCreate  44s                replicaset-controller  Created pod: checkoutservice-8445f8b6cb-l7c8j\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncheckoutservice-8445f8b6cb   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncheckoutservice-8445f8b6cb   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   LABELS\ncheckoutservice-8445f8b6cb   1         1         1       44s   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\"}": "Name:           currencyservice-75686c9564\nNamespace:      boutique\nSelector:       app=currencyservice,pod-template-hash=75686c9564\nLabels:         app=currencyservice\n                pod-template-hash=75686c9564\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/currencyservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=currencyservice\n                    pod-template-hash=75686c9564\n  Service Account:  currencyservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\n    Port:       7000/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  1280Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              7000\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type     Reason            Age                From                   Message\n  ----     ------            ----               ----                   -------\n  Warning  FailedCreate      44s (x2 over 44s)  replicaset-controller  Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n  Normal   SuccessfulCreate  44s                replicaset-controller  Created pod: currencyservice-75686c9564-p578z\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncurrencyservice-75686c9564   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncurrencyservice-75686c9564   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3   app=currencyservice,pod-template-hash=75686c9564\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   LABELS\ncurrencyservice-75686c9564   1         1         1       44s   app=currencyservice,pod-template-hash=75686c9564\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\"}": "Name:           emailservice-b78fc569b\nNamespace:      boutique\nSelector:       app=emailservice,pod-template-hash=b78fc569b\nLabels:         app=emailservice\n                pod-template-hash=b78fc569b\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/emailservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=emailservice\n                    pod-template-hash=b78fc569b\n  Service Account:  emailservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:              8080\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  43s   replicaset-controller  Created pod: emailservice-b78fc569b-g5sp4\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\nemailservice-b78fc569b   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                              SELECTOR\nemailservice-b78fc569b   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3   app=emailservice,pod-template-hash=b78fc569b\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   LABELS\nemailservice-b78fc569b   1         1         1       45s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\"}": "Name:           frontend-6778bd7b8b\nNamespace:      boutique\nSelector:       app=frontend,pod-template-hash=6778bd7b8b\nLabels:         app=frontend\n                pod-template-hash=6778bd7b8b\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/frontend\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=frontend\n                    pod-template-hash=6778bd7b8b\n  Annotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\n  Service Account:  frontend\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:     100m\n      memory:  64Mi\n    Environment:\n      PORT:                             8080\n      PRODUCT_CATALOG_SERVICE_ADDR:     productcatalogservice:3550\n      CURRENCY_SERVICE_ADDR:            currencyservice:7000\n      CART_SERVICE_ADDR:                cartservice:7070\n      RECOMMENDATION_SERVICE_ADDR:      recommendationservice:8080\n      SHIPPING_SERVICE_ADDR:            shippingservice:50051\n      CHECKOUT_SERVICE_ADDR:            checkoutservice:5050\n      AD_SERVICE_ADDR:                  adservice:9555\n      SHOPPING_ASSISTANT_SERVICE_ADDR:  shoppingassistantservice:80\n      ENABLE_PROFILER:                  0\n    Mounts:                             <none>\n  Volumes:                              <none>\n  Node-Selectors:                       <none>\n  Tolerations:                          <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  44s   replicaset-controller  Created pod: frontend-6778bd7b8b-brdjr\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\"}": "NAME                  DESIRED   CURRENT   READY   AGE\nfrontend-6778bd7b8b   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                  DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                          SELECTOR\nfrontend-6778bd7b8b   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3   app=frontend,pod-template-hash=6778bd7b8b\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                  DESIRED   CURRENT   READY   AGE   LABELS\nfrontend-6778bd7b8b   1         1         1       44s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\"}": "Name:           paymentservice-78c5996648\nNamespace:      boutique\nSelector:       app=paymentservice,pod-template-hash=78c5996648\nLabels:         app=paymentservice\n                pod-template-hash=78c5996648\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/paymentservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=paymentservice\n                    pod-template-hash=78c5996648\n  Service Account:  paymentservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\n    Port:       50051/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  44s   replicaset-controller  Created pod: paymentservice-78c5996648-ln8w6\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\"}": "NAME                        DESIRED   CURRENT   READY   AGE\npaymentservice-78c5996648   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                SELECTOR\npaymentservice-78c5996648   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3   app=paymentservice,pod-template-hash=78c5996648\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        DESIRED   CURRENT   READY   AGE   LABELS\npaymentservice-78c5996648   1         1         1       44s   app=paymentservice,pod-template-hash=78c5996648\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\"}": "Name:           productcatalogservice-ddb46fc86\nNamespace:      boutique\nSelector:       app=productcatalogservice,pod-template-hash=ddb46fc86\nLabels:         app=productcatalogservice\n                pod-template-hash=ddb46fc86\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/productcatalogservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=productcatalogservice\n                    pod-template-hash=ddb46fc86\n  Service Account:  productcatalogservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\n    Port:       3550/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              3550\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  44s   replicaset-controller  Created pod: productcatalogservice-ddb46fc86-lmhcx\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\"}": "NAME                              DESIRED   CURRENT   READY   AGE\nproductcatalogservice-ddb46fc86   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nproductcatalogservice-ddb46fc86   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              DESIRED   CURRENT   READY   AGE   LABELS\nproductcatalogservice-ddb46fc86   1         1         1       44s   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\"}": "Name:           recommendationservice-7df9c5b676\nNamespace:      boutique\nSelector:       app=recommendationservice,pod-template-hash=7df9c5b676\nLabels:         app=recommendationservice\n                pod-template-hash=7df9c5b676\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/recommendationservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=recommendationservice\n                    pod-template-hash=7df9c5b676\n  Service Account:  recommendationservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  450Mi\n    Requests:\n      cpu:      100m\n      memory:   220Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:                          8080\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      DISABLE_PROFILER:              1\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  44s   replicaset-controller  Created pod: recommendationservice-7df9c5b676-znz4l\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nrecommendationservice-7df9c5b676   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nrecommendationservice-7df9c5b676   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   LABELS\nrecommendationservice-7df9c5b676   1         1         1       44s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-754cf58cb4\",\"namespace\":\"boutique\"}": "Name:           redis-cart-754cf58cb4\nNamespace:      boutique\nSelector:       app=redis-cart,pod-template-hash=754cf58cb4\nLabels:         app=redis-cart\n                pod-template-hash=754cf58cb4\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/redis-cart\nReplicas:       1 current / 1 desired\nPods Status:    0 Running / 1 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:  app=redis-cart\n           pod-template-hash=754cf58cb4\n  Containers:\n   redis:\n    Image:      redis:alpine\n    Port:       6379/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     125m\n      memory:  5Mi\n    Requests:\n      cpu:        70m\n      memory:     5Mi\n    Liveness:     tcp-socket :6379 delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:    tcp-socket :6379 delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:  <none>\n    Mounts:\n      /data from redis-data (rw)\n  Volumes:\n   redis-data:\n    Type:          PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)\n    ClaimName:     redis-cart-pvc\n    ReadOnly:      false\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  44s   replicaset-controller  Created pod: redis-cart-754cf58cb4-42f8g\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-754cf58cb4\",\"namespace\":\"boutique\"}": "NAME                    DESIRED   CURRENT   READY   AGE\nredis-cart-754cf58cb4   1         1         0       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-754cf58cb4\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES         SELECTOR\nredis-cart-754cf58cb4   1         1         0       44s   redis        redis:alpine   app=redis-cart,pod-template-hash=754cf58cb4\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-754cf58cb4\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    DESIRED   CURRENT   READY   AGE   LABELS\nredis-cart-754cf58cb4   1         1         0       44s   app=redis-cart,pod-template-hash=754cf58cb4\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"shippingservice-7cbfcb6d68\",\"namespace\":\"boutique\"}": "Name:           shippingservice-7cbfcb6d68\nNamespace:      boutique\nSelector:       app=shippingservice,pod-template-hash=7cbfcb6d68\nLabels:         app=shippingservice\n                pod-template-hash=7cbfcb6d68\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/shippingservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=shippingservice\n                    pod-template-hash=7cbfcb6d68\n  Service Account:  shippingservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\n    Port:       50051/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  44s   replicaset-controller  Created pod: shippingservice-7cbfcb6d68-w29l4\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"shippingservice-7cbfcb6d68\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\nshippingservice-7cbfcb6d68   1         1         1       45s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"shippingservice-7cbfcb6d68\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\nshippingservice-7cbfcb6d68   1         1         1       45s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"shippingservice-7cbfcb6d68\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   LABELS\nshippingservice-7cbfcb6d68   1         1         1       45s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "GetResources:{\"resource_type\":\"ingresses\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"ingresses\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"ingresses\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"networkpolicies\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"networkpolicies\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"networkpolicies\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    SECRETS   AGE\nadservice               0         47s\ncartservice             0         47s\ncheckoutservice         0         47s\ncurrencyservice         0         47s\ndefault                 0         14d\nemailservice            0         47s\nfrontend                0         46s\npaymentservice          0         46s\nproductcatalogservice   0         46s\nrecommendationservice   0         46s\nshippingservice         0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nadservice               0         47s\ncartservice             0         47s\ncheckoutservice         0         47s\ncurrencyservice         0         47s\ndefault                 0         14d\nemailservice            0         47s\nfrontend                0         46s\npaymentservice          0         46s\nproductcatalogservice   0         46s\nrecommendationservice   0         46s\nshippingservice         0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nadservice               0         47s   <none>\ncartservice             0         47s   <none>\ncheckoutservice         0         47s   <none>\ncurrencyservice         0         47s   <none>\ndefault                 0         14d   <none>\nemailservice            0         47s   <none>\nfrontend                0         46s   <none>\npaymentservice          0         46s   <none>\nproductcatalogservice   0         46s   <none>\nrecommendationservice   0         46s   <none>\nshippingservice         0         46s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "Name:                adservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        SECRETS   AGE\nadservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        SECRETS   AGE\nadservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        SECRETS   AGE   LABELS\nadservice   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                cartservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "NAME          SECRETS   AGE\ncartservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          SECRETS   AGE\ncartservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          SECRETS   AGE   LABELS\ncartservice   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                checkoutservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "NAME              SECRETS   AGE\ncheckoutservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncheckoutservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncheckoutservice   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                currencyservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "NAME              SECRETS   AGE\ncurrencyservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncurrencyservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncurrencyservice   0         48s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\"}": "Name:                default\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\"}": "NAME      SECRETS   AGE\ndefault   0         14d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME      SECRETS   AGE\ndefault   0         14d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME      SECRETS   AGE   LABELS\ndefault   0         14d   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                emailservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "NAME           SECRETS   AGE\nemailservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           SECRETS   AGE\nemailservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           SECRETS   AGE   LABELS\nemailservice   0         48s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                frontend\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       SECRETS   AGE\nfrontend   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       SECRETS   AGE\nfrontend   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       SECRETS   AGE   LABELS\nfrontend   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                paymentservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             SECRETS   AGE\npaymentservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             SECRETS   AGE\npaymentservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             SECRETS   AGE   LABELS\npaymentservice   0         48s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:                productcatalogservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "NAME                    SECRETS   AGE\nproductcatalogservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nproductcatalogservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nproductcatalogservice   0         48s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:                recommendationservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "NAME                    SECRETS   AGE\nrecommendationservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nrecommendationservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nrecommendationservice   0         48s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:                shippingservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "NAME              SECRETS   AGE\nshippingservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\nshippingservice   0         48s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\nshippingservice   0         48s   <none>\n",
  "GetResources:{\"resource_type\":\"jobs\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"jobs\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"jobs\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    ENDPOINTS            AGE\nadservice               172.20.1.184:9555    50s\ncartservice             172.20.3.8:7070      50s\ncheckoutservice         172.20.1.185:5050    50s\ncurrencyservice         172.20.1.186:7000    50s\nemailservice            172.20.3.9:8080      50s\nfrontend                172.20.1.187:8080    49s\nfrontend-external       172.20.1.187:8080    49s\npaymentservice          172.20.1.188:50051   49s\nproductcatalogservice   172.20.3.10:3550     49s\nrecommendationservice   172.20.1.189:8080    49s\nredis-cart              <none>               48s\nshippingservice         172.20.3.11:50051    49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS            AGE\nadservice               172.20.1.184:9555    50s\ncartservice             172.20.3.8:7070      50s\ncheckoutservice         172.20.1.185:5050    50s\ncurrencyservice         172.20.1.186:7000    50s\nemailservice            172.20.3.9:8080      50s\nfrontend                172.20.1.187:8080    49s\nfrontend-external       172.20.1.187:8080    49s\npaymentservice          172.20.1.188:50051   49s\nproductcatalogservice   172.20.3.10:3550     49s\nrecommendationservice   172.20.1.189:8080    49s\nredis-cart              <none>               48s\nshippingservice         172.20.3.11:50051    49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS            AGE   LABELS\nadservice               172.20.1.184:9555    50s   app=adservice\ncartservice             172.20.3.8:7070      50s   app=cartservice\ncheckoutservice         172.20.1.185:5050    50s   app=checkoutservice\ncurrencyservice         172.20.1.186:7000    50s   app=currencyservice\nemailservice            172.20.3.9:8080      50s   app=emailservice\nfrontend                172.20.1.187:8080    49s   app=frontend\nfrontend-external       172.20.1.187:8080    49s   app=frontend\npaymentservice          172.20.1.188:50051   49s   app=paymentservice\nproductcatalogservice   172.20.3.10:3550     49s   app=productcatalogservice\nrecommendationservice   172.20.1.189:8080    49s   app=recommendationservice\nredis-cart              <none>               48s   app=redis-cart\nshippingservice         172.20.3.11:50051    49s   app=shippingservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "Name:         adservice\nNamespace:    boutique\nLabels:       app=adservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:50Z\nSubsets:\n  Addresses:          172.20.1.184\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  9555  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        ENDPOINTS           AGE\nadservice   172.20.1.184:9555   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        ENDPOINTS           AGE\nadservice   172.20.1.184:9555   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        ENDPOINTS           AGE   LABELS\nadservice   172.20.1.184:9555   50s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:         cartservice\nNamespace:    boutique\nLabels:       app=cartservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:40Z\nSubsets:\n  Addresses:          172.20.3.8\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  7070  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "NAME          ENDPOINTS         AGE\ncartservice   172.20.3.8:7070   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          ENDPOINTS         AGE\ncartservice   172.20.3.8:7070   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          ENDPOINTS         AGE   LABELS\ncartservice   172.20.3.8:7070   50s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:         checkoutservice\nNamespace:    boutique\nLabels:       app=checkoutservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:49Z\nSubsets:\n  Addresses:          172.20.1.185\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  5050  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "NAME              ENDPOINTS           AGE\ncheckoutservice   172.20.1.185:5050   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncheckoutservice   172.20.1.185:5050   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncheckoutservice   172.20.1.185:5050   51s   app=checkoutservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:         currencyservice\nNamespace:    boutique\nLabels:       app=currencyservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:50Z\nSubsets:\n  Addresses:          172.20.1.186\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  7000  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "NAME              ENDPOINTS           AGE\ncurrencyservice   172.20.1.186:7000   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncurrencyservice   172.20.1.186:7000   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncurrencyservice   172.20.1.186:7000   51s   app=currencyservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:         emailservice\nNamespace:    boutique\nLabels:       app=emailservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:45Z\nSubsets:\n  Addresses:          172.20.3.9\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  8080  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "NAME           ENDPOINTS         AGE\nemailservice   172.20.3.9:8080   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           ENDPOINTS         AGE\nemailservice   172.20.3.9:8080   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           ENDPOINTS         AGE   LABELS\nemailservice   172.20.3.9:8080   51s   app=emailservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:         frontend\nNamespace:    boutique\nLabels:       app=frontend\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:41Z\nSubsets:\n  Addresses:          172.20.1.187\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    http  8080  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       ENDPOINTS           AGE\nfrontend   172.20.1.187:8080   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       ENDPOINTS           AGE\nfrontend   172.20.1.187:8080   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       ENDPOINTS           AGE   LABELS\nfrontend   172.20.1.187:8080   50s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\"}": "Name:         frontend-external\nNamespace:    boutique\nLabels:       app=frontend\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:41Z\nSubsets:\n  Addresses:          172.20.1.187\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    http  8080  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\"}": "NAME                ENDPOINTS           AGE\nfrontend-external   172.20.1.187:8080   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                ENDPOINTS           AGE\nfrontend-external   172.20.1.187:8080   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                ENDPOINTS           AGE   LABELS\nfrontend-external   172.20.1.187:8080   50s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:         paymentservice\nNamespace:    boutique\nLabels:       app=paymentservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:50Z\nSubsets:\n  Addresses:          172.20.1.188\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port   Protocol\n    ----  ----   --------\n    grpc  50051  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             ENDPOINTS            AGE\npaymentservice   172.20.1.188:50051   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             ENDPOINTS            AGE\npaymentservice   172.20.1.188:50051   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             ENDPOINTS            AGE   LABELS\npaymentservice   172.20.1.188:50051   51s   app=paymentservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:         productcatalogservice\nNamespace:    boutique\nLabels:       app=productcatalogservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:51Z\nSubsets:\n  Addresses:          172.20.3.10\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  3550  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "NAME                    ENDPOINTS          AGE\nproductcatalogservice   172.20.3.10:3550   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS          AGE\nproductcatalogservice   172.20.3.10:3550   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS          AGE   LABELS\nproductcatalogservice   172.20.3.10:3550   51s   app=productcatalogservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:         recommendationservice\nNamespace:    boutique\nLabels:       app=recommendationservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:46Z\nSubsets:\n  Addresses:          172.20.1.189\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  8080  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "NAME                    ENDPOINTS           AGE\nrecommendationservice   172.20.1.189:8080   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nrecommendationservice   172.20.1.189:8080   51s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nrecommendationservice   172.20.1.189:8080   51s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:         redis-cart\nNamespace:    boutique\nLabels:       app=redis-cart\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:41Z\nSubsets:\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "NAME         ENDPOINTS   AGE\nredis-cart   <none>      50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         ENDPOINTS   AGE\nredis-cart   <none>      50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         ENDPOINTS   AGE   LABELS\nredis-cart   <none>      50s   app=redis-cart\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:         shippingservice\nNamespace:    boutique\nLabels:       app=shippingservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T20:10:46Z\nSubsets:\n  Addresses:          172.20.3.11\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port   Protocol\n    ----  ----   --------\n    grpc  50051  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "NAME              ENDPOINTS           AGE\nshippingservice   172.20.3.11:50051   52s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\nshippingservice   172.20.3.11:50051   52s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\nshippingservice   172.20.3.11:50051   52s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE\nredis-cart-pv   1Gi        RWO            Retain           Bound      boutique/redis-cart-pvc                  <unset>                          55s\nsimple-pv       1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d17h\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     VOLUMEMODE\nredis-cart-pv   1Gi        RWO            Retain           Bound      boutique/redis-cart-pvc                  <unset>                          55s     Filesystem\nsimple-pv       1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d17h   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     LABELS\nredis-cart-pv   1Gi        RWO            Retain           Bound      boutique/redis-cart-pvc                  <unset>                          55s     <none>\nsimple-pv       1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d17h   <none>\n",
  "DescribeResource:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\"}": "Name:            redis-cart-pv\nLabels:          <none>\nAnnotations:     pv.kubernetes.io/bound-by-controller: yes\nFinalizers:      [kubernetes.io/pv-protection]\nStorageClass:    \nStatus:          Bound\nClaim:           boutique/redis-cart-pvc\nReclaim Policy:  Retain\nAccess Modes:    RWO\nVolumeMode:      Filesystem\nCapacity:        1Gi\nNode Affinity:   <none>\nMessage:         \nSource:\n    Type:          HostPath (bare host directory volume)\n    Path:          /mnt/data\n    HostPathType:  DirectoryOrCreate\nEvents:            <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\"}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE\nredis-cart-pv   1Gi        RWO            Retain           Bound    boutique/redis-cart-pvc                  <unset>                          55s\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE   VOLUMEMODE\nredis-cart-pv   1Gi        RWO            Retain           Bound    boutique/redis-cart-pvc                  <unset>                          55s   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE   LABELS\nredis-cart-pv   1Gi        RWO            Retain           Bound    boutique/redis-cart-pvc                  <unset>                          56s   <none>\n",
  "DescribeResource:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\"}": "Name:            simple-pv\nLabels:          <none>\nAnnotations:     pv.kubernetes.io/bound-by-controller: yes\nFinalizers:      [kubernetes.io/pv-protection]\nStorageClass:    \nStatus:          Released\nClaim:           boutique/redis-cart-pvc\nReclaim Policy:  Retain\nAccess Modes:    RWO\nVolumeMode:      Filesystem\nCapacity:        1Gi\nNode Affinity:   <none>\nMessage:         \nSource:\n    Type:          HostPath (bare host directory volume)\n    Path:          /tmp/data\n    HostPathType:  \nEvents:            <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\"}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d17h\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     VOLUMEMODE\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d17h   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     LABELS\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d17h   <none>\n",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME        STATUS                     ROLES    AGE   VERSION\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2\nworker-01   Ready                      node     91d   v1.31.2\nworker-02   Ready                      node     91d   v1.31.2\nworker-03   Ready                      node     91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS                     ROLES    AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2   192.168.0.157   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-01   Ready                      node     91d   v1.31.2   192.168.0.222   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-02   Ready                      node     91d   v1.31.2   192.168.0.53    <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-03   Ready                      node     91d   v1.31.2   192.168.0.174   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS                     ROLES    AGE   VERSION   LABELS\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=master,kubernetes.io/os=linux,kubernetes.io/role=master\nworker-01   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-01,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-02   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-02,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-03   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-03,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\"}": "Name:               master\nRoles:              master\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=master\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=master\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"fe:5e:a6:87:85:27\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.157\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:48:43 +0800\nTaints:             node.kubernetes.io/unschedulable:NoSchedule\nUnschedulable:      true\nLease:\n  HolderIdentity:  master\n  AcquireTime:     <unset>\n  RenewTime:       Tue, 11 Nov 2025 04:11:28 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:15 +0800   Sun, 09 Nov 2025 13:46:15 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Tue, 11 Nov 2025 04:10:53 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Tue, 11 Nov 2025 04:10:53 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Tue, 11 Nov 2025 04:10:53 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Tue, 11 Nov 2025 04:10:53 +0800   Mon, 11 Aug 2025 15:48:44 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.157\n  Hostname:    master\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978552Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671352Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                072371a0-e4e0-48dd-a8e4-9f6563e8d416\n  Boot ID:                    2c0682bc-b59f-4d15-9b7b-c055f35c44cf\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.0.0/24\nPodCIDRs:                     172.20.0.0/24\nNon-terminated Pods:          (7 in total)\n  Namespace                   Name                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                     ------------  ----------  ---------------  -------------  ---\n  chaosblade                  chaosblade-tool-mzzq9    0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-v85nk     100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                ztunnel-6mn95            200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 kube-flannel-ds-4gv5w    100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 node-local-dns-g7sdn     25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-bwp9x           0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-kggnq      0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests    Limits\n  --------           --------    ------\n  cpu                425m (5%)   0 (0%)\n  memory             667Mi (4%)  0 (0%)\n  ephemeral-storage  0 (0%)      0 (0%)\n  hugepages-1Gi      0 (0%)      0 (0%)\n  hugepages-2Mi      0 (0%)      0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\"}": "NAME     STATUS                     ROLES    AGE   VERSION\nmaster   Ready,SchedulingDisabled   master   91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME     STATUS                     ROLES    AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nmaster   Ready,SchedulingDisabled   master   91d   v1.31.2   192.168.0.157   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME     STATUS                     ROLES    AGE   VERSION   LABELS\nmaster   Ready,SchedulingDisabled   master   91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=master,kubernetes.io/os=linux,kubernetes.io/role=master\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\"}": "Name:               worker-01\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-01\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"9e:19:95:44:a0:9c\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.222\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-01\n  AcquireTime:     <unset>\n  RenewTime:       Tue, 11 Nov 2025 04:11:32 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:13 +0800   Sun, 09 Nov 2025 13:46:13 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Tue, 11 Nov 2025 04:11:33 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Tue, 11 Nov 2025 04:11:33 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Tue, 11 Nov 2025 04:11:33 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Tue, 11 Nov 2025 04:11:33 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.222\n  Hostname:    worker-01\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978548Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671348Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                79b4ce45-0707-43df-8b9e-b105ebfaf517\n  Boot ID:                    69cdb8d4-326b-4c3b-9520-8685c8d0c7f5\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.1.0/24\nPodCIDRs:                     172.20.1.0/24\nNon-terminated Pods:          (15 in total)\n  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---\n  boutique                    adservice-84dbdf99d-jg85z                     200m (2%)     300m (3%)   180Mi (1%)       300Mi (1%)     56s\n  boutique                    checkoutservice-8445f8b6cb-l7c8j              100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     56s\n  boutique                    currencyservice-75686c9564-p578z              100m (1%)     200m (2%)   64Mi (0%)        1280Mi (8%)    56s\n  boutique                    frontend-6778bd7b8b-brdjr                     100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     55s\n  boutique                    paymentservice-78c5996648-ln8w6               100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     55s\n  boutique                    recommendationservice-7df9c5b676-znz4l        100m (1%)     200m (2%)   220Mi (1%)       450Mi (2%)     55s\n  chaosblade                  chaosblade-tool-zmhq4                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-bjkpf                          100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                ztunnel-9jv5r                                 200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 dashboard-metrics-scraper-58cf467b87-rkb29    0 (0%)        0 (0%)      0 (0%)           0 (0%)         91d\n  kube-system                 kube-flannel-ds-l69rz                         100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 kubernetes-dashboard-5945846449-58jqj         0 (0%)        0 (0%)      0 (0%)           0 (0%)         91d\n  kube-system                 node-local-dns-2ljtx                          25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-294g2                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-7c4c8                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests     Limits\n  --------           --------     ------\n  cpu                1125m (14%)  1300m (16%)\n  memory             1323Mi (8%)  2414Mi (15%)\n  ephemeral-storage  0 (0%)       0 (0%)\n  hugepages-1Gi      0 (0%)       0 (0%)\n  hugepages-2Mi      0 (0%)       0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-01   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-01   Ready    node    91d   v1.31.2   192.168.0.222   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-01   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-01,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\"}": "Name:               worker-02\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-02\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"5a:d9:43:a8:2f:c8\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.53\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-02\n  AcquireTime:     <unset>\n  RenewTime:       Tue, 11 Nov 2025 04:11:25 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:17 +0800   Sun, 09 Nov 2025 13:46:17 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Tue, 11 Nov 2025 04:11:18 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Tue, 11 Nov 2025 04:11:18 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Tue, 11 Nov 2025 04:11:18 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Tue, 11 Nov 2025 04:11:18 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.53\n  Hostname:    worker-02\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978548Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671348Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                aa737935-f9cf-4bc8-ac3d-3c8936223857\n  Boot ID:                    dcbbe724-880a-44e1-bdac-77f112efe392\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.2.0/24\nPodCIDRs:                     172.20.2.0/24\nNon-terminated Pods:          (10 in total)\n  Namespace                   Name                           CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                           ------------  ----------  ---------------  -------------  ---\n  boutique                    redis-cart-754cf58cb4-42f8g    70m (0%)      125m (1%)   5Mi (0%)         5Mi (0%)       55s\n  chaosblade                  chaosblade-tool-9cqtq          0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-44dhl           100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                istiod-84f4f85779-6vkvv        500m (6%)     0 (0%)      2Gi (13%)        0 (0%)         14d\n  istio-system                ztunnel-qjds9                  200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 coredns-66dfb88745-nrpgc       100m (1%)     0 (0%)      70Mi (0%)        500Mi (3%)     91d\n  kube-system                 kube-flannel-ds-mvfvh          100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 node-local-dns-mrmqq           25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-4pfsh                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-btbrg            0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests      Limits\n  --------           --------      ------\n  cpu                1095m (13%)   125m (1%)\n  memory             2790Mi (18%)  505Mi (3%)\n  ephemeral-storage  0 (0%)        0 (0%)\n  hugepages-1Gi      0 (0%)        0 (0%)\n  hugepages-2Mi      0 (0%)        0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-02   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP    EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-02   Ready    node    91d   v1.31.2   192.168.0.53   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-02   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-02,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\"}": "Name:               worker-03\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-03\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"e2:4c:1c:77:2d:25\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.174\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-03\n  AcquireTime:     <unset>\n  RenewTime:       Tue, 11 Nov 2025 04:11:31 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:19 +0800   Sun, 09 Nov 2025 13:46:19 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Tue, 11 Nov 2025 04:11:14 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Tue, 11 Nov 2025 04:11:14 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Tue, 11 Nov 2025 04:11:14 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Tue, 11 Nov 2025 04:11:14 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.174\n  Hostname:    worker-03\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978552Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671352Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                ac1cd6b5-79a7-45a4-99ca-df78d7fa9ff4\n  Boot ID:                    0111cc16-d6ed-479b-98e8-7aec9995e16d\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.3.0/24\nPodCIDRs:                     172.20.3.0/24\nNon-terminated Pods:          (14 in total)\n  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---\n  boutique                    cartservice-79b49f5555-qvgns             200m (2%)     300m (3%)   64Mi (0%)        128Mi (0%)     57s\n  boutique                    emailservice-b78fc569b-g5sp4             100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     56s\n  boutique                    productcatalogservice-ddb46fc86-lmhcx    100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     56s\n  boutique                    shippingservice-7cbfcb6d68-w29l4         100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     55s\n  chaosblade                  chaosblade-operator-8549b8b577-vsvf8     0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  chaosblade                  chaosblade-tool-6trtn                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-pzjpg                     100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                prometheus-7bd69889cf-zfsv5              0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  istio-system                ztunnel-9mdqq                            200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 kube-flannel-ds-6hthd                    100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 metrics-server-7cfd7b768f-7598j          100m (1%)     0 (0%)      200Mi (1%)       0 (0%)         14d\n  kube-system                 node-local-dns-kln7b                     25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-mxsmg                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-zvcp2                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests     Limits\n  --------           --------     ------\n  cpu                1025m (12%)  900m (11%)\n  memory             1123Mi (7%)  512Mi (3%)\n  ephemeral-storage  0 (0%)       0 (0%)\n  hugepages-1Gi      0 (0%)       0 (0%)\n  hugepages-2Mi      0 (0%)       0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-03   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-03   Ready    node    91d   v1.31.2   192.168.0.174   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-03   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-03,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "GetResources:{\"resource_type\":\"rolebindings\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"rolebindings\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"rolebindings\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE   LABELS\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d   <none>\n",
  "DescribeResource:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\"}": "Name:            standard\nIsDefaultClass:  No\nAnnotations:     kubectl.kubernetes.io/last-applied-configuration={\"apiVersion\":\"storage.k8s.io/v1\",\"kind\":\"StorageClass\",\"metadata\":{\"annotations\":{},\"name\":\"standard\"},\"provisioner\":\"kubernetes.io/no-provisioner\",\"volumeBindingMode\":\"Immediate\"}\n\nProvisioner:           kubernetes.io/no-provisioner\nParameters:            <none>\nAllowVolumeExpansion:  <unset>\nMountOptions:          <none>\nReclaimPolicy:         Delete\nVolumeBindingMode:     Immediate\nEvents:                <none>\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\"}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE   LABELS\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d   <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-lmhcx   1/1     Running   0          58s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-g5sp4   1/1     Running   0          58s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-w29l4   1/1     Running   0          57s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-p578z   1/1     Running   0          59s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-ln8w6   1/1     Running   0          58s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nadservice-84dbdf99d-jg85z   1/1     Running   0          59s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-brdjr   1/1     Running   0          58s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-znz4l   1/1     Running   0          58s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-l7c8j   1/1     Running   0          59s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME                          READY   STATUS              RESTARTS   AGE\nredis-cart-754cf58cb4-42f8g   0/1     ContainerCreating   0          57s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\ncartservice-79b49f5555-qvgns   1/1     Running   0          59s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE\nproductcatalogservice   ClusterIP   10.68.26.247   <none>        3550/TCP   58s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE\nemailservice   ClusterIP   10.68.182.231   <none>        5000/TCP   59s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME              TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE\nshippingservice   ClusterIP   10.68.84.105   <none>        50051/TCP   58s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME              TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE\ncurrencyservice   ClusterIP   10.68.252.242   <none>        7000/TCP   59s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME             TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)     AGE\npaymentservice   ClusterIP   10.68.39.184   <none>        50051/TCP   58s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME        TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE\nadservice   ClusterIP   10.68.9.101   <none>        9555/TCP   59s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME                TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE\nfrontend            ClusterIP   10.68.250.14   <none>        80/TCP         59s\nfrontend-external   NodePort    10.68.78.118   <none>        80:30080/TCP   59s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE\nrecommendationservice   ClusterIP   10.68.84.215   <none>        8080/TCP   59s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME              TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE\ncheckoutservice   ClusterIP   10.68.19.10   <none>        5050/TCP   60s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)    AGE\nredis-cart   ClusterIP   10.68.7.57   <none>        6379/TCP   58s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME          TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE\ncartservice   ClusterIP   10.68.163.207   <none>        7070/TCP   60s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nproductcatalogservice   1/1     1            1           59s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE\nemailservice   1/1     1            1           60s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\nshippingservice   1/1     1            1           59s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncurrencyservice   1/1     1            1           60s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE\npaymentservice   1/1     1            1           59s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   1/1     1            1           60s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE\nfrontend   1/1     1            1           59s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nrecommendationservice   1/1     1            1           59s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncheckoutservice   1/1     1            1           60s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME         READY   UP-TO-DATE   AVAILABLE   AGE\nredis-cart   0/1     1            0           58s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   1/1     1            1           60s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"adservice\",\"port\":9555}": "adservice (10.68.9.101:9555) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"adservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: adservice\n  namespace: boutique \n  labels:\n    app: adservice\nspec:\n  selector:\n    matchLabels:\n      app: adservice\n  template:\n    metadata:\n      labels:\n        app: adservice\n    spec:\n      serviceAccountName: adservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n        ports:\n        - containerPort: 9555\n        env:\n        - name: PORT\n          value: \"9555\"\n        resources:\n          requests:\n            cpu: 200m\n            memory: 180Mi\n          limits:\n            cpu: 300m\n            memory: 300Mi\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: adservice\n  namespace: boutique\n  labels:\n    app: adservice\nspec:\n  type: ClusterIP\n  selector:\n    app: adservice\n  ports:\n  - name: grpc\n    port: 9555\n    targetPort: 9555\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: adservice\n  namespace: boutique\n# [END gke_release_kubernetes_manifests_microservices_demo]",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\",\"port\":7070}": "cartservice (10.68.163.207:7070) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"cartservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: cartservice\n  namespace: boutique\n  labels:\n    app: cartservice\nspec:\n  selector:\n    matchLabels:\n      app: cartservice\n  template:\n    metadata:\n      labels:\n        app: cartservice\n    spec:\n      serviceAccountName: cartservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n        ports:\n        - containerPort: 7070\n        env:\n        - name: REDIS_ADDR\n          value: \"redis-cart:6379\"\n        resources:\n          requests:\n            cpu: 200m\n            memory: 64Mi\n          limits:\n            cpu: 300m\n            memory: 128Mi\n    \n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: cartservice\n  namespace: boutique\n  labels:\n    app: cartservice\nspec:\n  type: ClusterIP\n  selector:\n    app: cartservice\n  ports:\n  - name: grpc\n    port: 7070\n    targetPort: 7070\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: cartservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"checkoutservice\",\"port\":5050}": "checkoutservice (10.68.19.10:5050) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"checkoutservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: checkoutservice\n  namespace: boutique\n  labels:\n    app: checkoutservice\nspec:\n  selector:\n    matchLabels:\n      app: checkoutservice\n  template:\n    metadata:\n      labels:\n        app: checkoutservice\n    spec:\n      serviceAccountName: checkoutservice\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n        - name: server\n          securityContext:\n            allowPrivilegeEscalation: false\n            capabilities:\n              drop:\n                - ALL\n            privileged: false\n            readOnlyRootFilesystem: true\n          image: us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\n          ports:\n          - containerPort: 5050\n          readinessProbe:\n            initialDelaySeconds: 5\n            grpc:\n              port: 5050\n          livenessProbe:\n            initialDelaySeconds: 5\n            grpc:\n              port: 5050\n          env:\n          - name: PORT\n            value: \"5050\"\n          - name: PRODUCT_CATALOG_SERVICE_ADDR\n            value: \"productcatalogservice:3550\"\n          - name: SHIPPING_SERVICE_ADDR\n            value: \"shippingservice:50051\"\n          - name: PAYMENT_SERVICE_ADDR\n            value: \"paymentservice:50051\"\n          - name: EMAIL_SERVICE_ADDR\n            value: \"emailservice:5000\"\n          - name: CURRENCY_SERVICE_ADDR\n            value: \"currencyservice:7000\"\n          - name: CART_SERVICE_ADDR\n            value: \"cartservice:7070\"\n          resources:\n            requests:\n              cpu: 100m\n              memory: 64Mi\n            limits:\n              cpu: 200m\n              memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: checkoutservice\n  namespace: boutique\n  labels:\n    app: checkoutservice\nspec:\n  type: ClusterIP\n  selector:\n    app: checkoutservice\n  ports:\n  - name: grpc\n    port: 5050\n    targetPort: 5050\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: checkoutservice\n  namespace: boutique\n\n",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"currencyservice\",\"port\":7000}": "currencyservice (10.68.252.242:7000) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"currencyservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: currencyservice\n  namespace: boutique\n  labels:\n    app: currencyservice\nspec:\n  selector:\n    matchLabels:\n      app: currencyservice\n  template:\n    metadata:\n      labels:\n        app: currencyservice\n    spec:\n      serviceAccountName: currencyservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\n        ports:\n        - name: grpc\n          containerPort: 7000\n        env:\n        - name: PORT\n          value: \"7000\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 7000\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 7000\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 1280Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: currencyservice\n  namespace: boutique\n  labels:\n    app: currencyservice\nspec:\n  type: ClusterIP\n  selector:\n    app: currencyservice\n  ports:\n  - name: grpc\n    port: 7000\n    targetPort: 7000\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: currencyservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"emailservice\",\"port\":5000}": "emailservice (10.68.182.231:5000) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"emailservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: emailservice\n  namespace: boutique\n  labels:\n    app: emailservice\nspec:\n  selector:\n    matchLabels:\n      app: emailservice\n  template:\n    metadata:\n      labels:\n        app: emailservice\n    spec:\n      serviceAccountName: emailservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\n        ports:\n        - containerPort: 8080\n        env:\n        - name: PORT\n          value: \"8080\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 8080\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 8080\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: emailservice\n  namespace: boutique\n  labels:\n    app: emailservice\nspec:\n  type: ClusterIP\n  selector:\n    app: emailservice\n  ports:\n  - name: grpc\n    port: 5000\n    targetPort: 8080\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: emailservice\n  namespace: boutique\n",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"frontend\",\"port\":80}": "frontend (10.68.250.14:80) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"frontend\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: frontend\n  namespace: boutique\n  labels:\n    app: frontend\nspec:\n  selector:\n    matchLabels:\n      app: frontend\n  template:\n    metadata:\n      labels:\n        app: frontend\n      annotations:\n        sidecar.istio.io/rewriteAppHTTPProbers: \"true\"\n    spec:\n      serviceAccountName: frontend\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n        - name: server\n          securityContext:\n            allowPrivilegeEscalation: false\n            capabilities:\n              drop:\n                - ALL\n            privileged: false\n            readOnlyRootFilesystem: true\n          image: us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\n          ports:\n          - containerPort: 8080\n   \n          env:\n          - name: PORT\n            value: \"8080\"\n          - name: PRODUCT_CATALOG_SERVICE_ADDR\n            value: \"productcatalogservice:3550\"\n          - name: CURRENCY_SERVICE_ADDR\n            value: \"currencyservice:7000\"\n          - name: CART_SERVICE_ADDR\n            value: \"cartservice:7070\"\n          - name: RECOMMENDATION_SERVICE_ADDR\n            value: \"recommendationservice:8080\"\n          - name: SHIPPING_SERVICE_ADDR\n            value: \"shippingservice:50051\"\n          - name: CHECKOUT_SERVICE_ADDR\n            value: \"checkoutservice:5050\"\n          - name: AD_SERVICE_ADDR\n            value: \"adservice:9555\"\n          - name: SHOPPING_ASSISTANT_SERVICE_ADDR\n            value: \"shoppingassistantservice:80\"\n          # # ENV_PLATFORM: One of: local, gcp, aws, azure, onprem, alibaba\n          # # When not set, defaults to \"local\" unless running in GKE, otherwies auto-sets to gcp\n          # - name: ENV_PLATFORM\n          #   value: \"aws\"\n          - name: ENABLE_PROFILER\n            value: \"0\"\n          # - name: CYMBAL_BRANDING\n          #   value: \"true\"\n          # - name: ENABLE_ASSISTANT\n          #   value: \"true\"\n          # - name: FRONTEND_MESSAGE\n          #   value: \"Replace this with a message you want to display on all pages.\"\n          # As part of an optional Google Cloud demo, you can run an optional microservice called the \"packaging service\".\n          # - name: PACKAGING_SERVICE_URL\n          #   value: \"\" # This value would look like \"http://123.123.123\"\n          resources:\n            requests:\n              cpu: 100m\n              memory: 64Mi\n            limits:\n              cpu: 200m\n              memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: frontend\n  namespace: boutique\n  labels:\n    app: frontend\nspec:\n  type: ClusterIP\n  selector:\n    app: frontend\n  ports:\n  - name: http\n    port: 80\n    targetPort: 8080\n\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: frontend\n  namespace: boutique\n\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: frontend-external\n  namespace: boutique\n  labels:\n    app: frontend\nspec:\n  type: NodePort  # 核心修改:将 LoadBalancer 改为 NodePort\n  selector:\n    app: frontend\n  ports:\n  - name: http\n    port: 80  # Service 暴露的集群内部端口(ClusterIP:80)\n    targetPort: 8080  # 后端 Pod 的实际监听端口\n    nodePort: 30080  # 可选:指定节点端口(必须在 30000-32767 范围内),不指定则系统自动分配 30080",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"paymentservice\",\"port\":50051}": "paymentservice (10.68.39.184:50051) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"paymentservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: paymentservice\n  namespace: boutique\n  labels:\n    app: paymentservice\nspec:\n  selector:\n    matchLabels:\n      app: paymentservice\n  template:\n    metadata:\n      labels:\n        app: paymentservice\n    spec:\n      serviceAccountName: paymentservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\n        ports:\n        - containerPort: 50051\n        env:\n        - name: PORT\n          value: \"50051\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: paymentservice\n  namespace: boutique\n  labels:\n    app: paymentservice\nspec:\n  type: ClusterIP\n  selector:\n    app: paymentservice\n  ports:\n  - name: grpc\n    port: 50051\n    targetPort: 50051\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: paymentservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"productcatalogservice\",\"port\":3550}": "productcatalogservice (10.68.26.247:3550) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"productcatalogservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: productcatalogservice\n  namespace: boutique\n  labels:\n    app: productcatalogservice\nspec:\n  selector:\n    matchLabels:\n      app: productcatalogservice\n  template:\n    metadata:\n      labels:\n        app: productcatalogservice\n    spec:\n      serviceAccountName: productcatalogservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\n        ports:\n        - containerPort: 3550\n        env:\n        - name: PORT\n          value: \"3550\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 3550\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 3550\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: productcatalogservice\n  namespace: boutique\n  labels:\n    app: productcatalogservice\nspec:\n  type: ClusterIP\n  selector:\n    app: productcatalogservice\n  ports:\n  - name: grpc\n    port: 3550\n    targetPort: 3550\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: productcatalogservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"recommendationservice\",\"port\":8080}": "recommendationservice (10.68.84.215:8080) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"recommendationservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: recommendationservice\n  namespace: boutique\n  labels:\n    app: recommendationservice\nspec:\n  selector:\n    matchLabels:\n      app: recommendationservice\n  template:\n    metadata:\n      labels:\n        app: recommendationservice\n    spec:\n      serviceAccountName: recommendationservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\n        ports:\n        - containerPort: 8080\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 8080\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 8080\n        env:\n        - name: PORT\n          value: \"8080\"\n        - name: PRODUCT_CATALOG_SERVICE_ADDR\n          value: \"productcatalogservice:3550\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        resources:\n          requests:\n            cpu: 100m\n            memory: 220Mi\n          limits:\n            cpu: 200m\n            memory: 450Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: recommendationservice\n  namespace: boutique\n  labels:\n    app: recommendationservice\nspec:\n  type: ClusterIP\n  selector:\n    app: recommendationservice\n  ports:\n  - name: grpc\n    port: 8080\n    targetPort: 8080\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: recommendationservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"redis-cart\",\"port\":6379}": "Connection Failed",
  "GetAppYAML:{\"app_name\":\"redis-cart\"}": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n  name: redis-cart-pv\nspec:\n  capacity:\n    storage: 1Gi\n  accessModes:\n    - ReadWriteOnce\n  persistentVolumeReclaimPolicy: Retain\n  storageClassName: \"\"\n  hostPath:\n    path: \"/mnt/data\"\n    type: DirectoryOrCreate\n---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n  name: redis-cart-pvc\n  namespace: boutique\nspec:\n  accessModes:\n    - ReadWriteOnce\n  resources:\n    requests:\n      storage: 1Gi\n  storageClassName: \"\"\n---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: redis-cart\n  namespace: boutique\n  labels:\n    app: redis-cart\nspec:\n  selector:\n    matchLabels:\n      app: redis-cart\n  template:\n    metadata:\n      labels:\n        app: redis-cart\n    spec:\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: redis\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: redis:alpine\n        ports:\n        - containerPort: 6379\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          tcpSocket:\n            port: 6379\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          tcpSocket:\n            port: 6379\n        volumeMounts:\n        - mountPath: /data\n          name: redis-data\n        resources:\n          limits:\n            memory: 5Mi\n            cpu: 125m\n          requests:\n            cpu: 70m\n            memory: 5Mi\n      volumes:\n      - name: redis-data\n        persistentVolumeClaim:\n          claimName: redis-cart-pvc\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: redis-cart\n  namespace: boutique\n  labels:\n    app: redis-cart\nspec:\n  type: ClusterIP\n  selector:\n    app: redis-cart\n  ports:\n  - name: tcp-redis\n    port: 6379\n    targetPort: 6379",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"shippingservice\",\"port\":50051}": "shippingservice (10.68.84.105:50051) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"shippingservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  selector:\n    matchLabels:\n      app: shippingservice\n  template:\n    metadata:\n      labels:\n        app: shippingservice\n    spec:\n      serviceAccountName: shippingservice\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\n        ports:\n        - containerPort: 50051\n        env:\n        - name: PORT\n          value: \"50051\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 50051\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  type: ClusterIP\n  selector:\n    app: shippingservice\n  ports:\n  - name: grpc\n    port: 50051\n    targetPort: 50051\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: shippingservice\n  namespace: boutique",
  "GetClusterConfiguration:{}": {
    "node_count": 4,
    "nodes": [
      {
        "name": "master",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [
          "node.kubernetes.io/unschedulable:NoSchedule"
        ],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "master",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "master"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      },
      {
        "name": "worker-01",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-01",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-02",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-02",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-03",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-03",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      }
    ]
  },
  "GetAlerts:{}": {},
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"adservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"checkoutservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"currencyservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"emailservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"frontend\"}": "{\n  \"total_log_count\": 6,\n  \"total_errors\": 2,\n  \"total_error_ratio\": 0.3333,\n  \"patterns\": [\n    {\n      \"count\": 1,\n      \"ratio\": 0.1667,\n      \"sample\": \"{\\\"message\\\":\\\"Failed to fetch the name of the cluster in which the pod is runningmetadata: GCE metadata \\\\\\\"instance/attributes/cluster-name\\\\\\\" not defined\\\",\\\"severity\\\":\\\"error\\\",\\\"timestamp\\\":\\\"2025-11-10T20:10:41.005908056Z\\\"}\"\n    },\n    {\n      \"count\": 1,\n      \"ratio\": 0.1667,\n      \"sample\": \"{\\\"message\\\":\\\"Failed to fetch the Zone of the node where the pod is scheduledmetadata: GCE metadata \\\\\\\"instance/zone\\\\\\\" not defined\\\",\\\"severity\\\":\\\"error\\\",\\\"timestamp\\\":\\\"2025-11-10T20:10:41.022050213Z\\\"}\"\n    }\n  ]\n}",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"paymentservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"productcatalogservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"recommendationservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"redis-cart\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"shippingservice\"}": "",
  "GetServiceDependencies:{\"service_name\":\"adservice\"}": "[Service]: adservice\n[Upstream (Called By)]: frontend\n[Downstream (Calls)]:\n(None - Leaf Service)",
  "GetServiceDependencies:{\"service_name\":\"cartservice\"}": "[Service]: cartservice\n[Upstream (Called By)]: frontend, checkoutservice\n[Downstream (Calls)]:\ncartservice\n└── redis-cart          <-- (Database)",
  "GetServiceDependencies:{\"service_name\":\"checkoutservice\"}": "[Service]: checkoutservice\n[Upstream (Called By)]: frontend\n[Downstream (Calls)]:\ncheckoutservice\n├── productcatalogservice\n├── shippingservice\n├── currencyservice\n├── paymentservice\n├── emailservice\n└── cartservice\n    └── redis-cart      <-- (Database)",
  "GetServiceDependencies:{\"service_name\":\"currencyservice\"}": "[Service]: currencyservice\n[Upstream (Called By)]: frontend, checkoutservice\n[Downstream (Calls)]:\n(None - Leaf Service)",
  "GetServiceDependencies:{\"service_name\":\"emailservice\"}": "[Service]: emailservice\n[Upstream (Called By)]: checkoutservice\n[Downstream (Calls)]:\n(None - Leaf Service)",
  "GetServiceDependencies:{\"service_name\":\"frontend\"}": "[Service]: frontend (Entrypoint)\n[Upstream (Called By)]: (User Traffic)\n[Downstream (Calls)]:\nfrontend\n├── adservice\n├── recommendationservice\n│   └── productcatalogservice\n├── productcatalogservice\n├── checkoutservice\n│   ├── productcatalogservice\n│   ├── shippingservice\n│   ├── currencyservice\n│   ├── paymentservice\n│   ├── emailservice\n│   └── cartservice\n│       └── redis-cart  <-- (Database)\n├── shippingservice\n├── cartservice\n│   └── redis-cart      <-- (Database)\n└── currencyservice",
  "GetServiceDependencies:{\"service_name\":\"paymentservice\"}": "[Service]: paymentservice\n[Upstream (Called By)]: checkoutservice\n[Downstream (Calls)]:\n(None - Leaf Service)",
  "GetServiceDependencies:{\"service_name\":\"productcatalogservice\"}": "[Service]: productcatalogservice\n[Upstream (Called By)]: frontend, checkoutservice, recommendationservice\n[Downstream (Calls)]:\n(None - Leaf Service)",
  "GetServiceDependencies:{\"service_name\":\"recommendationservice\"}": "[Service]: recommendationservice\n[Upstream (Called By)]: frontend\n[Downstream (Calls)]:\nrecommendationservice\n└── productcatalogservice",
  "GetServiceDependencies:{\"service_name\":\"redis-cart\"}": "[Service]: redis-cart\n[Upstream (Called By)]: cartservice\n[Downstream (Calls)]:\n(None - Leaf Database)",
  "GetServiceDependencies:{\"service_name\":\"shippingservice\"}": "[Service]: shippingservice\n[Upstream (Called By)]: frontend, checkoutservice\n[Downstream (Calls)]:\n(None - Leaf Service)",
  "CheckNodeServiceStatus:{\"node_name\":\"master\",\"service_name\":\"kubelet\"}": "Service: kubelet\nNode: master\nStatus: ● kubelet.service - Kubernetes Kubelet\n     Loaded: loaded (/etc/systemd/system/kubelet.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1355 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1356 (kubelet)\n      Tasks: 15 (limit: 18592)\n     Memory: 56.7M\n        CPU: 1min 38.873s\n     CGroup: /system.slice/kubelet.service\n             └─1356 /opt/kube/bin/kubelet --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///run/containerd/containerd.sock --hostname-override=master --kubeconfig=/etc/kubernetes/kubelet.kubeconfig --root-dir=/var/lib/kubelet --v=2\n\nNov 11 04:12:35 master kubelet[1356]: I1111 04:12:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 11 04:12:36 master kubelet[1356]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:36 master kubelet[1356]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:37 master kubelet[1356]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:37 master kubelet[1356]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:46 master kubelet[1356]: I1111 04:12:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 11 04:12:48 master kubelet[1356]: I1111 04:12:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 11 04:16:17 master kubelet[1356]: I1111 04:16:17.000    1771 kubelet.go:1488] \"Image garbage collection succeeded\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"master\",\"service_name\":\"containerd\"}": "Service: containerd\nNode: master\nStatus: ● containerd.service - containerd container runtime\n     Loaded: loaded (/etc/systemd/system/containerd.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 995 (containerd)\n      Tasks: 196 (limit: 18592)\n     Memory: 224.7M\n        CPU: 1min 52.515s\n     CGroup: /system.slice/containerd.service\n             ├─ 995 /opt/kube/bin/containerd-bin/containerd\n             ├─ 1926 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3bf070c2b4154c57f783b03978d71fd8f0cd9b6512535faafb9afd16305ca14b -address /run/containerd/containerd.sock\n             ├─ 1970 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 91bd69a1109bbe1edb71ed4c5b6668a10d779f2192faff9af95422c29968d53c -address /run/containerd/containerd.sock\n             ├─ 2015 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id cd9cd65d4a1042cb18ef77df2828bec0e785b99229fa529286f6108a03c773e9 -address /run/containerd/containerd.sock\n             ├─ 2207 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id ee524f81276b63d7be636b23a093ddc2915e103a57fc39d8ca7ea05b4b08df12 -address /run/containerd/containerd.sock\n             ├─ 2952 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 5f9307410272c3ccb2819bc50e9bf566edde7c63ee5ff370bd2608f371099d39 -address /run/containerd/containerd.sock\n             ├─ 3161 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 18ae6f5e694754910ada18fd1ae92b2fdbf44d40b639b92de0a669fe8c7244c1 -address /run/containerd/containerd.sock\n             ├─ 3404 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113128 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113544 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113909 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114241 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114798 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115186 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 06:08:07 master containerd[995]: time=\"2025-11-11T06:08:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\" returns successfully\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"master\",\"service_name\":\"kube-proxy\"}": "Service: kube-proxy\nNode: master\nStatus: ● kube-proxy.service - Kubernetes Kube-Proxy Server\n     Loaded: loaded (/etc/systemd/system/kube-proxy.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 383 (kube-proxy)\n      Tasks: 8 (limit: 18592)\n     Memory: 69.0M\n        CPU: 50.233s\n     CGroup: /system.slice/kube-proxy.service\n             └─383 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 11 04:12:19 master kube-proxy[383]: I1111 04:12:19.000     383 config.go:199] \"Starting service config controller\"\nNov 11 04:12:19 master kube-proxy[383]: I1111 04:12:19.000     383 shared_informer.go:313] Waiting for caches to sync for service config\nNov 11 04:12:19 master kube-proxy[383]: I1111 04:12:19.000     383 config.go:105] \"Starting endpoint slice config controller\"\nNov 11 04:12:19 master kube-proxy[383]: I1111 04:12:19.000     383 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 11 04:12:19 master kube-proxy[383]: I1111 04:12:19.000     383 config.go:328] \"Starting node config controller\"\nNov 11 04:12:19 master kube-proxy[383]: I1111 04:12:19.000     383 shared_informer.go:313] Waiting for caches to sync for node config\nNov 11 04:12:20 master kube-proxy[383]: I1111 04:12:20.000     383 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 11 04:12:20 master kube-proxy[383]: I1111 04:12:20.000     383 shared_informer.go:320] Caches are synced for service config\nNov 11 04:12:20 master kube-proxy[383]: I1111 04:12:20.000     383 shared_informer.go:320] Caches are synced for node config\nNov 11 04:14:17 master kube-proxy[383]: I1111 04:14:17.000     383 graceful_termination.go:105] \"Removed real server from graceful delete real server list\" realServer=\"10.68.0.2:53/TCP/172.20.3.242:53\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"master\",\"service_name\":\"kube-scheduler\"}": "Service: kube-scheduler\nNode: master\nStatus: ● kube-scheduler.service - Kubernetes Scheduler\n     Loaded: loaded (/etc/systemd/system/kube-scheduler.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 726 (kube-scheduler)\n      Tasks: 15 (limit: 18592)\n     Memory: 77.7M\n        CPU: 11.834s\n     CGroup: /system.slice/kube-scheduler.service\n             └─726 /opt/kube/bin/kube-scheduler --authentication-kubeconfig=/etc/kubernetes/kube-scheduler.kubeconfig --authorization-kubeconfig=/etc/kubernetes/kube-scheduler.kubeconfig --bind-address=0.0.0.0 --kubeconfig=/etc/kubernetes/kube-scheduler.kubeconfig --leader-elect=true --v=2\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-01\",\"service_name\":\"kubelet\"}": "Service: kubelet\nNode: worker-01\nStatus: ● kubelet.service - Kubernetes Kubelet\n     Loaded: loaded (/etc/systemd/system/kubelet.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 3579 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 3580 (kubelet)\n      Tasks: 22 (limit: 18592)\n     Memory: 78.6M\n        CPU: 2min 40.712s\n     CGroup: /system.slice/kubelet.service\n             └─3580 /opt/kube/bin/kubelet --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///run/containerd/containerd.sock --hostname-override=worker-01 --kubeconfig=/etc/kubernetes/kubelet.kubeconfig --root-dir=/var/lib/kubelet --v=2\n\nNov 11 04:12:35 worker-01 kubelet[3580]: I1111 04:12:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 11 04:12:36 worker-01 kubelet[3580]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:36 worker-01 kubelet[3580]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:37 worker-01 kubelet[3580]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:37 worker-01 kubelet[3580]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:46 worker-01 kubelet[3580]: I1111 04:12:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 11 04:12:48 worker-01 kubelet[3580]: I1111 04:12:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 11 04:16:17 worker-01 kubelet[3580]: I1111 04:16:17.000    1771 kubelet.go:1488] \"Image garbage collection succeeded\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-01\",\"service_name\":\"containerd\"}": "Service: containerd\nNode: worker-01\nStatus: ● containerd.service - containerd container runtime\n     Loaded: loaded (/etc/systemd/system/containerd.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 945 (containerd)\n      Tasks: 197 (limit: 18592)\n     Memory: 219.3M\n        CPU: 1min 26.647s\n     CGroup: /system.slice/containerd.service\n             ├─ 945 /opt/kube/bin/containerd-bin/containerd\n             ├─ 1926 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3bf070c2b4154c57f783b03978d71fd8f0cd9b6512535faafb9afd16305ca14b -address /run/containerd/containerd.sock\n             ├─ 1970 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 91bd69a1109bbe1edb71ed4c5b6668a10d779f2192faff9af95422c29968d53c -address /run/containerd/containerd.sock\n             ├─ 2015 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id cd9cd65d4a1042cb18ef77df2828bec0e785b99229fa529286f6108a03c773e9 -address /run/containerd/containerd.sock\n             ├─ 2207 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id ee524f81276b63d7be636b23a093ddc2915e103a57fc39d8ca7ea05b4b08df12 -address /run/containerd/containerd.sock\n             ├─ 2952 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 5f9307410272c3ccb2819bc50e9bf566edde7c63ee5ff370bd2608f371099d39 -address /run/containerd/containerd.sock\n             ├─ 3161 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 18ae6f5e694754910ada18fd1ae92b2fdbf44d40b639b92de0a669fe8c7244c1 -address /run/containerd/containerd.sock\n             ├─ 3386 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113085 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113526 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113937 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114254 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114784 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115206 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 08:06:07 worker-01 containerd[945]: time=\"2025-11-11T08:06:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\" returns successfully\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-01\",\"service_name\":\"kube-proxy\"}": "Service: kube-proxy\nNode: worker-01\nStatus: ● kube-proxy.service - Kubernetes Kube-Proxy Server\n     Loaded: loaded (/etc/systemd/system/kube-proxy.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 599 (kube-proxy)\n      Tasks: 13 (limit: 18592)\n     Memory: 73.2M\n        CPU: 41.686s\n     CGroup: /system.slice/kube-proxy.service\n             └─599 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 11 04:12:19 worker-01 kube-proxy[599]: I1111 04:12:19.000     599 config.go:199] \"Starting service config controller\"\nNov 11 04:12:19 worker-01 kube-proxy[599]: I1111 04:12:19.000     599 shared_informer.go:313] Waiting for caches to sync for service config\nNov 11 04:12:19 worker-01 kube-proxy[599]: I1111 04:12:19.000     599 config.go:105] \"Starting endpoint slice config controller\"\nNov 11 04:12:19 worker-01 kube-proxy[599]: I1111 04:12:19.000     599 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 11 04:12:19 worker-01 kube-proxy[599]: I1111 04:12:19.000     599 config.go:328] \"Starting node config controller\"\nNov 11 04:12:19 worker-01 kube-proxy[599]: I1111 04:12:19.000     599 shared_informer.go:313] Waiting for caches to sync for node config\nNov 11 04:12:20 worker-01 kube-proxy[599]: I1111 04:12:20.000     599 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 11 04:12:20 worker-01 kube-proxy[599]: I1111 04:12:20.000     599 shared_informer.go:320] Caches are synced for service config\nNov 11 04:12:20 worker-01 kube-proxy[599]: I1111 04:12:20.000     599 shared_informer.go:320] Caches are synced for node config\nNov 11 04:14:17 worker-01 kube-proxy[599]: I1111 04:14:17.000     599 graceful_termination.go:105] \"Removed real server from graceful delete real server list\" realServer=\"10.68.0.2:53/TCP/172.20.3.242:53\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-02\",\"service_name\":\"kubelet\"}": "Service: kubelet\nNode: worker-02\nStatus: ● kubelet.service - Kubernetes Kubelet\n     Loaded: loaded (/etc/systemd/system/kubelet.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1568 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1569 (kubelet)\n      Tasks: 17 (limit: 18592)\n     Memory: 64.0M\n        CPU: 1min 47.15s\n     CGroup: /system.slice/kubelet.service\n             └─1569 /opt/kube/bin/kubelet --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///run/containerd/containerd.sock --hostname-override=worker-02 --kubeconfig=/etc/kubernetes/kubelet.kubeconfig --root-dir=/var/lib/kubelet --v=2\n\nNov 11 04:12:35 worker-02 kubelet[1569]: I1111 04:12:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 11 04:12:36 worker-02 kubelet[1569]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:36 worker-02 kubelet[1569]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:37 worker-02 kubelet[1569]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:37 worker-02 kubelet[1569]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:46 worker-02 kubelet[1569]: I1111 04:12:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 11 04:12:48 worker-02 kubelet[1569]: I1111 04:12:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 11 04:16:17 worker-02 kubelet[1569]: I1111 04:16:17.000    1771 kubelet.go:1488] \"Image garbage collection succeeded\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-02\",\"service_name\":\"containerd\"}": "Service: containerd\nNode: worker-02\nStatus: ● containerd.service - containerd container runtime\n     Loaded: loaded (/etc/systemd/system/containerd.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 932 (containerd)\n      Tasks: 181 (limit: 18592)\n     Memory: 225.1M\n        CPU: 1min 1.359s\n     CGroup: /system.slice/containerd.service\n             ├─ 932 /opt/kube/bin/containerd-bin/containerd\n             ├─ 1926 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3bf070c2b4154c57f783b03978d71fd8f0cd9b6512535faafb9afd16305ca14b -address /run/containerd/containerd.sock\n             ├─ 1970 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 91bd69a1109bbe1edb71ed4c5b6668a10d779f2192faff9af95422c29968d53c -address /run/containerd/containerd.sock\n             ├─ 2015 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id cd9cd65d4a1042cb18ef77df2828bec0e785b99229fa529286f6108a03c773e9 -address /run/containerd/containerd.sock\n             ├─ 2207 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id ee524f81276b63d7be636b23a093ddc2915e103a57fc39d8ca7ea05b4b08df12 -address /run/containerd/containerd.sock\n             ├─ 2952 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 5f9307410272c3ccb2819bc50e9bf566edde7c63ee5ff370bd2608f371099d39 -address /run/containerd/containerd.sock\n             ├─ 3161 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 18ae6f5e694754910ada18fd1ae92b2fdbf44d40b639b92de0a669fe8c7244c1 -address /run/containerd/containerd.sock\n             ├─ 3331 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113081 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113613 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113930 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114244 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114774 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115123 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 06:39:07 worker-02 containerd[932]: time=\"2025-11-11T06:39:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\" returns successfully\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-02\",\"service_name\":\"kube-proxy\"}": "Service: kube-proxy\nNode: worker-02\nStatus: ● kube-proxy.service - Kubernetes Kube-Proxy Server\n     Loaded: loaded (/etc/systemd/system/kube-proxy.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 650 (kube-proxy)\n      Tasks: 14 (limit: 18592)\n     Memory: 64.6M\n        CPU: 49.759s\n     CGroup: /system.slice/kube-proxy.service\n             └─650 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 11 04:12:19 worker-02 kube-proxy[650]: I1111 04:12:19.000     650 config.go:199] \"Starting service config controller\"\nNov 11 04:12:19 worker-02 kube-proxy[650]: I1111 04:12:19.000     650 shared_informer.go:313] Waiting for caches to sync for service config\nNov 11 04:12:19 worker-02 kube-proxy[650]: I1111 04:12:19.000     650 config.go:105] \"Starting endpoint slice config controller\"\nNov 11 04:12:19 worker-02 kube-proxy[650]: I1111 04:12:19.000     650 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 11 04:12:19 worker-02 kube-proxy[650]: I1111 04:12:19.000     650 config.go:328] \"Starting node config controller\"\nNov 11 04:12:19 worker-02 kube-proxy[650]: I1111 04:12:19.000     650 shared_informer.go:313] Waiting for caches to sync for node config\nNov 11 04:12:20 worker-02 kube-proxy[650]: I1111 04:12:20.000     650 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 11 04:12:20 worker-02 kube-proxy[650]: I1111 04:12:20.000     650 shared_informer.go:320] Caches are synced for service config\nNov 11 04:12:20 worker-02 kube-proxy[650]: I1111 04:12:20.000     650 shared_informer.go:320] Caches are synced for node config\nNov 11 04:14:17 worker-02 kube-proxy[650]: I1111 04:14:17.000     650 graceful_termination.go:105] \"Removed real server from graceful delete real server list\" realServer=\"10.68.0.2:53/TCP/172.20.3.242:53\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-03\",\"service_name\":\"kubelet\"}": "Service: kubelet\nNode: worker-03\nStatus: ● kubelet.service - Kubernetes Kubelet\n     Loaded: loaded (/etc/systemd/system/kubelet.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 3130 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 3131 (kubelet)\n      Tasks: 25 (limit: 18592)\n     Memory: 57.0M\n        CPU: 2min 3.638s\n     CGroup: /system.slice/kubelet.service\n             └─3131 /opt/kube/bin/kubelet --config=/var/lib/kubelet/config.yaml --container-runtime-endpoint=unix:///run/containerd/containerd.sock --hostname-override=worker-03 --kubeconfig=/etc/kubernetes/kubelet.kubeconfig --root-dir=/var/lib/kubelet --v=2\n\nNov 11 04:12:35 worker-03 kubelet[3131]: I1111 04:12:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 11 04:12:36 worker-03 kubelet[3131]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:36 worker-03 kubelet[3131]: I1111 04:12:36.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 11 04:12:37 worker-03 kubelet[3131]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:37 worker-03 kubelet[3131]: I1111 04:12:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 11 04:12:46 worker-03 kubelet[3131]: I1111 04:12:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 11 04:12:48 worker-03 kubelet[3131]: I1111 04:12:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 11 04:16:17 worker-03 kubelet[3131]: I1111 04:16:17.000    1771 kubelet.go:1488] \"Image garbage collection succeeded\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-03\",\"service_name\":\"containerd\"}": "Service: containerd\nNode: worker-03\nStatus: ● containerd.service - containerd container runtime\n     Loaded: loaded (/etc/systemd/system/containerd.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 989 (containerd)\n      Tasks: 193 (limit: 18592)\n     Memory: 232.0M\n        CPU: 1min 45.659s\n     CGroup: /system.slice/containerd.service\n             ├─ 989 /opt/kube/bin/containerd-bin/containerd\n             ├─ 1926 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3bf070c2b4154c57f783b03978d71fd8f0cd9b6512535faafb9afd16305ca14b -address /run/containerd/containerd.sock\n             ├─ 1970 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 91bd69a1109bbe1edb71ed4c5b6668a10d779f2192faff9af95422c29968d53c -address /run/containerd/containerd.sock\n             ├─ 2015 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id cd9cd65d4a1042cb18ef77df2828bec0e785b99229fa529286f6108a03c773e9 -address /run/containerd/containerd.sock\n             ├─ 2207 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id ee524f81276b63d7be636b23a093ddc2915e103a57fc39d8ca7ea05b4b08df12 -address /run/containerd/containerd.sock\n             ├─ 2952 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 5f9307410272c3ccb2819bc50e9bf566edde7c63ee5ff370bd2608f371099d39 -address /run/containerd/containerd.sock\n             ├─ 3161 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 18ae6f5e694754910ada18fd1ae92b2fdbf44d40b639b92de0a669fe8c7244c1 -address /run/containerd/containerd.sock\n             ├─ 3390 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113121 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113527 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113923 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114323 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114779 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115164 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 07:32:07 worker-03 containerd[989]: time=\"2025-11-11T07:32:07.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\" returns successfully\"\n",
  "CheckNodeServiceStatus:{\"node_name\":\"worker-03\",\"service_name\":\"kube-proxy\"}": "Service: kube-proxy\nNode: worker-03\nStatus: ● kube-proxy.service - Kubernetes Kube-Proxy Server\n     Loaded: loaded (/etc/systemd/system/kube-proxy.service; enabled; vendor preset: enabled)\n     Active: active (running) since Tue 2025-11-11 04:12:07 CST; 1h 49min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 732 (kube-proxy)\n      Tasks: 14 (limit: 18592)\n     Memory: 70.8M\n        CPU: 44.875s\n     CGroup: /system.slice/kube-proxy.service\n             └─732 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 11 04:12:19 worker-03 kube-proxy[732]: I1111 04:12:19.000     732 config.go:199] \"Starting service config controller\"\nNov 11 04:12:19 worker-03 kube-proxy[732]: I1111 04:12:19.000     732 shared_informer.go:313] Waiting for caches to sync for service config\nNov 11 04:12:19 worker-03 kube-proxy[732]: I1111 04:12:19.000     732 config.go:105] \"Starting endpoint slice config controller\"\nNov 11 04:12:19 worker-03 kube-proxy[732]: I1111 04:12:19.000     732 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 11 04:12:19 worker-03 kube-proxy[732]: I1111 04:12:19.000     732 config.go:328] \"Starting node config controller\"\nNov 11 04:12:19 worker-03 kube-proxy[732]: I1111 04:12:19.000     732 shared_informer.go:313] Waiting for caches to sync for node config\nNov 11 04:12:20 worker-03 kube-proxy[732]: I1111 04:12:20.000     732 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 11 04:12:20 worker-03 kube-proxy[732]: I1111 04:12:20.000     732 shared_informer.go:320] Caches are synced for service config\nNov 11 04:12:20 worker-03 kube-proxy[732]: I1111 04:12:20.000     732 shared_informer.go:320] Caches are synced for node config\nNov 11 04:14:17 worker-03 kube-proxy[732]: I1111 04:14:17.000     732 graceful_termination.go:105] \"Removed real server from graceful delete real server list\" realServer=\"10.68.0.2:53/TCP/172.20.3.242:53\"\n"
,
  "GetResources:{\"resource_type\":\"namespaces\",\"name\":\"\"}": "NAME              STATUS\nboutique          Active\ndefault           Active\nkube-node-lease   Active\nkube-public       Active\nkube-system       Active\n",
  "GetResources:{\"resource_type\":\"namespaces\",\"name\":\"\",\"output_wide\":true}": "NAME              STATUS\nboutique          Active\ndefault           Active\nkube-node-lease   Active\nkube-public       Active\nkube-system       Active\n",
  "GetResources:{\"resource_type\":\"namespaces\",\"name\":\"\",\"show_labels\":true}": "NAME              STATUS\nboutique          Active\ndefault           Active\nkube-node-lease   Active\nkube-public       Active\nkube-system       Active\n",
  "DescribeResource:{\"resource_type\":\"namespaces\",\"name\":\"boutique\"}": "Name:         boutique\nLabels:       kubernetes.io/metadata.name=boutique\nAnnotations:  <none>\nStatus:       Active\n\nNo Resource Quotas.\nNo LimitRange resource.\n"
}