File size: 326,399 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
587
588
589
590
591
592
593
594
595
{
  "collection_timestamp": "2025-11-14T13:25:56.167041",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nadservice-84dbdf99d-brbcd                1/1     Running   0          72s\ncartservice-79b49f5555-8ggnv             1/1     Running   0          72s\ncheckoutservice-8445f8b6cb-xvxnj         1/1     Running   0          72s\ncurrencyservice-75686c9564-ngdfz         1/1     Running   0          72s\nemailservice-b78fc569b-5kc6h             1/1     Running   0          71s\nfrontend-6778bd7b8b-swrxp                1/1     Running   0          71s\npaymentservice-67987f6464-2nlfx          1/1     Running   0          70s\npaymentservice-67987f6464-5zckf          1/1     Running   0          70s\npaymentservice-67987f6464-bzdlh          0/1     Pending   0          70s\npaymentservice-67987f6464-fg2kz          0/1     Pending   0          70s\npaymentservice-67987f6464-k6lpz          1/1     Running   0          70s\nproductcatalogservice-ddb46fc86-vhg75    1/1     Running   0          71s\nrecommendationservice-7df9c5b676-r8p5m   1/1     Running   0          71s\nredis-cart-68db7b6f97-gtn74              1/1     Running   0          70s\nshippingservice-7cbfcb6d68-tgm66         1/1     Running   0          70s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-84dbdf99d-brbcd                1/1     Running   0          72s   172.20.2.98    worker-02   <none>           <none>\ncartservice-79b49f5555-8ggnv             1/1     Running   0          72s   172.20.1.233   worker-01   <none>           <none>\ncheckoutservice-8445f8b6cb-xvxnj         1/1     Running   0          72s   172.20.2.99    worker-02   <none>           <none>\ncurrencyservice-75686c9564-ngdfz         1/1     Running   0          72s   172.20.1.234   worker-01   <none>           <none>\nemailservice-b78fc569b-5kc6h             1/1     Running   0          71s   172.20.1.235   worker-01   <none>           <none>\nfrontend-6778bd7b8b-swrxp                1/1     Running   0          71s   172.20.2.100   worker-02   <none>           <none>\npaymentservice-67987f6464-2nlfx          1/1     Running   0          70s   172.20.3.23    worker-03   <none>           <none>\npaymentservice-67987f6464-5zckf          1/1     Running   0          70s   172.20.1.238   worker-01   <none>           <none>\npaymentservice-67987f6464-bzdlh          0/1     Pending   0          70s   <none>         <none>      <none>           <none>\npaymentservice-67987f6464-fg2kz          0/1     Pending   0          70s   <none>         <none>      <none>           <none>\npaymentservice-67987f6464-k6lpz          1/1     Running   0          70s   172.20.2.103   worker-02   <none>           <none>\nproductcatalogservice-ddb46fc86-vhg75    1/1     Running   0          71s   172.20.2.101   worker-02   <none>           <none>\nrecommendationservice-7df9c5b676-r8p5m   1/1     Running   0          71s   172.20.1.236   worker-01   <none>           <none>\nredis-cart-68db7b6f97-gtn74              1/1     Running   0          70s   172.20.2.102   worker-02   <none>           <none>\nshippingservice-7cbfcb6d68-tgm66         1/1     Running   0          70s   172.20.1.237   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   LABELS\nadservice-84dbdf99d-brbcd                1/1     Running   0          72s   app=adservice,pod-template-hash=84dbdf99d\ncartservice-79b49f5555-8ggnv             1/1     Running   0          72s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb-xvxnj         1/1     Running   0          72s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564-ngdfz         1/1     Running   0          72s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b-5kc6h             1/1     Running   0          71s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b-swrxp                1/1     Running   0          71s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-67987f6464-2nlfx          1/1     Running   0          70s   app=paymentservice,pod-template-hash=67987f6464\npaymentservice-67987f6464-5zckf          1/1     Running   0          70s   app=paymentservice,pod-template-hash=67987f6464\npaymentservice-67987f6464-bzdlh          0/1     Pending   0          70s   app=paymentservice,pod-template-hash=67987f6464\npaymentservice-67987f6464-fg2kz          0/1     Pending   0          70s   app=paymentservice,pod-template-hash=67987f6464\npaymentservice-67987f6464-k6lpz          1/1     Running   0          70s   app=paymentservice,pod-template-hash=67987f6464\nproductcatalogservice-ddb46fc86-vhg75    1/1     Running   0          71s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676-r8p5m   1/1     Running   0          71s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-68db7b6f97-gtn74              1/1     Running   0          70s   app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68-tgm66         1/1     Running   0          70s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-brbcd\",\"namespace\":\"boutique\"}": "Name:             adservice-84dbdf99d-brbcd\nNamespace:        boutique\nPriority:         0\nService Account:  adservice\nNode:             worker-02/192.168.0.53\nStart Time:       Fri, 14 Nov 2025 13:23:50 +0800\nLabels:           app=adservice\n                  pod-template-hash=84dbdf99d\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.2.98\nIPs:\n  IP:           172.20.2.98\nControlled By:  ReplicaSet/adservice-84dbdf99d\nContainers:\n  server:\n    Container ID:   containerd://7e34af7665aa6dce5800bbb923d0d6c71773776475c968d78eb457a42df53644\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:      Fri, 14 Nov 2025 13:23:50 +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-vjfzt (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-vjfzt:\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  72s   default-scheduler  Successfully assigned boutique/adservice-84dbdf99d-brbcd to worker-02\n  Normal   Pulled     73s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n  Normal   Created    73s   kubelet            Created container server\n  Normal   Started    73s   kubelet            Started container server\n  Warning  Unhealthy  67s   kubelet            Liveness probe failed: timeout: failed to connect service \"172.20.2.98:9555\" within 1s: context deadline exceeded\n  Warning  Unhealthy  67s   kubelet            Readiness probe failed: timeout: failed to connect service \"172.20.2.98:9555\" within 1s: context deadline exceeded\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-brbcd\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nadservice-84dbdf99d-brbcd   1/1     Running   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-brbcd\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\nadservice-84dbdf99d-brbcd   1/1     Running   0          73s   172.20.2.98   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-brbcd\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nadservice-84dbdf99d-brbcd   1/1     Running   0          73s   app=adservice,pod-template-hash=84dbdf99d\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-8ggnv\",\"namespace\":\"boutique\"}": "Name:             cartservice-79b49f5555-8ggnv\nNamespace:        boutique\nPriority:         0\nService Account:  cartservice\nNode:             worker-01/192.168.0.222\nStart Time:       Fri, 14 Nov 2025 13:23:50 +0800\nLabels:           app=cartservice\n                  pod-template-hash=79b49f5555\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.233\nIPs:\n  IP:           172.20.1.233\nControlled By:  ReplicaSet/cartservice-79b49f5555\nContainers:\n  server:\n    Container ID:   containerd://4f0a2ed3066cc463bf90bbe94706f150cc773744b9b960a67b09c8deff09bcaa\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:      Fri, 14 Nov 2025 13:23:51 +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-27dsg (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-27dsg:\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  72s   default-scheduler  Successfully assigned boutique/cartservice-79b49f5555-8ggnv to worker-01\n  Normal  Pulled     73s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n  Normal  Created    73s   kubelet            Created container server\n  Normal  Started    72s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-8ggnv\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\ncartservice-79b49f5555-8ggnv   1/1     Running   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-8ggnv\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncartservice-79b49f5555-8ggnv   1/1     Running   0          73s   172.20.1.233   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-8ggnv\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\ncartservice-79b49f5555-8ggnv   1/1     Running   0          73s   app=cartservice,pod-template-hash=79b49f5555\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-xvxnj\",\"namespace\":\"boutique\"}": "Name:             checkoutservice-8445f8b6cb-xvxnj\nNamespace:        boutique\nPriority:         0\nService Account:  checkoutservice\nNode:             worker-02/192.168.0.53\nStart Time:       Fri, 14 Nov 2025 13:23:50 +0800\nLabels:           app=checkoutservice\n                  pod-template-hash=8445f8b6cb\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.2.99\nIPs:\n  IP:           172.20.2.99\nControlled By:  ReplicaSet/checkoutservice-8445f8b6cb\nContainers:\n  server:\n    Container ID:   containerd://0165bf6d8c2176c8abc5f4994dc030214b932ec9d425ecf9152cf9c84cf274f7\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:      Fri, 14 Nov 2025 13:23:51 +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-6zbnz (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-6zbnz:\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  72s   default-scheduler  Successfully assigned boutique/checkoutservice-8445f8b6cb-xvxnj to worker-02\n  Normal  Pulled     72s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n  Normal  Created    72s   kubelet            Created container server\n  Normal  Started    72s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-xvxnj\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-xvxnj   1/1     Running   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-xvxnj\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\ncheckoutservice-8445f8b6cb-xvxnj   1/1     Running   0          73s   172.20.2.99   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-xvxnj\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncheckoutservice-8445f8b6cb-xvxnj   1/1     Running   0          73s   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-ngdfz\",\"namespace\":\"boutique\"}": "Name:             currencyservice-75686c9564-ngdfz\nNamespace:        boutique\nPriority:         0\nService Account:  currencyservice\nNode:             worker-01/192.168.0.222\nStart Time:       Fri, 14 Nov 2025 13:23:50 +0800\nLabels:           app=currencyservice\n                  pod-template-hash=75686c9564\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.234\nIPs:\n  IP:           172.20.1.234\nControlled By:  ReplicaSet/currencyservice-75686c9564\nContainers:\n  server:\n    Container ID:   containerd://2752221394dcbf906bc0bea16956ebde518e9c8899437356e05b10b6294ec83e\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:      Fri, 14 Nov 2025 13:23:51 +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-kdxvj (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-kdxvj:\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  72s   default-scheduler  Successfully assigned boutique/currencyservice-75686c9564-ngdfz to worker-01\n  Normal  Pulled     72s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n  Normal  Created    72s   kubelet            Created container server\n  Normal  Started    72s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-ngdfz\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-ngdfz   1/1     Running   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-ngdfz\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncurrencyservice-75686c9564-ngdfz   1/1     Running   0          73s   172.20.1.234   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-ngdfz\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncurrencyservice-75686c9564-ngdfz   1/1     Running   0          74s   app=currencyservice,pod-template-hash=75686c9564\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-5kc6h\",\"namespace\":\"boutique\"}": "Name:             emailservice-b78fc569b-5kc6h\nNamespace:        boutique\nPriority:         0\nService Account:  emailservice\nNode:             worker-01/192.168.0.222\nStart Time:       Fri, 14 Nov 2025 13:23:51 +0800\nLabels:           app=emailservice\n                  pod-template-hash=b78fc569b\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.235\nIPs:\n  IP:           172.20.1.235\nControlled By:  ReplicaSet/emailservice-b78fc569b\nContainers:\n  server:\n    Container ID:   containerd://98efff7a4579e1d73e54ab2ff7749621d1d4d774825a3a1ec6375e146b08202b\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:      Fri, 14 Nov 2025 13:23:51 +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-8lczl (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-8lczl:\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  73s   default-scheduler  Successfully assigned boutique/emailservice-b78fc569b-5kc6h to worker-01\n  Normal  Pulled     73s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n  Normal  Created    73s   kubelet            Created container server\n  Normal  Started    73s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-5kc6h\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-5kc6h   1/1     Running   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-5kc6h\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nemailservice-b78fc569b-5kc6h   1/1     Running   0          73s   172.20.1.235   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-5kc6h\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\nemailservice-b78fc569b-5kc6h   1/1     Running   0          73s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-swrxp\",\"namespace\":\"boutique\"}": "Name:             frontend-6778bd7b8b-swrxp\nNamespace:        boutique\nPriority:         0\nService Account:  frontend\nNode:             worker-02/192.168.0.53\nStart Time:       Fri, 14 Nov 2025 13:23:51 +0800\nLabels:           app=frontend\n                  pod-template-hash=6778bd7b8b\nAnnotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\nStatus:           Running\nIP:               172.20.2.100\nIPs:\n  IP:           172.20.2.100\nControlled By:  ReplicaSet/frontend-6778bd7b8b\nContainers:\n  server:\n    Container ID:   containerd://768c390ea20ece26e31e732aacffef71800e50f27b0fd9113a876d7446d64262\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:      Fri, 14 Nov 2025 13:23:52 +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-kq2h5 (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-kq2h5:\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  72s   default-scheduler  Successfully assigned boutique/frontend-6778bd7b8b-swrxp to worker-02\n  Normal  Pulled     73s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n  Normal  Created    73s   kubelet            Created container server\n  Normal  Started    72s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-swrxp\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-swrxp   1/1     Running   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-swrxp\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nfrontend-6778bd7b8b-swrxp   1/1     Running   0          73s   172.20.2.100   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-swrxp\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nfrontend-6778bd7b8b-swrxp   1/1     Running   0          73s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-2nlfx\",\"namespace\":\"boutique\"}": "Name:             paymentservice-67987f6464-2nlfx\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             worker-03/192.168.0.174\nStart Time:       Fri, 14 Nov 2025 13:23:52 +0800\nLabels:           app=paymentservice\n                  pod-template-hash=67987f6464\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.23\nIPs:\n  IP:           172.20.3.23\nControlled By:  ReplicaSet/paymentservice-67987f6464\nContainers:\n  server:\n    Container ID:   containerd://b4e428193118ccc088416b2a9b0e7eb79311ce86b288169c9d8cad1e7e7c201e\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:      Fri, 14 Nov 2025 13:23:53 +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-2dwmd (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-2dwmd:\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  71s   default-scheduler  Successfully assigned boutique/paymentservice-67987f6464-2nlfx to worker-03\n  Normal  Pulled     71s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n  Normal  Created    71s   kubelet            Created container server\n  Normal  Started    71s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-2nlfx\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-67987f6464-2nlfx   1/1     Running   0          72s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-2nlfx\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\npaymentservice-67987f6464-2nlfx   1/1     Running   0          72s   172.20.3.23   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-2nlfx\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-67987f6464-2nlfx   1/1     Running   0          72s   app=paymentservice,pod-template-hash=67987f6464\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-5zckf\",\"namespace\":\"boutique\"}": "Name:             paymentservice-67987f6464-5zckf\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             worker-01/192.168.0.222\nStart Time:       Fri, 14 Nov 2025 13:23:52 +0800\nLabels:           app=paymentservice\n                  pod-template-hash=67987f6464\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.238\nIPs:\n  IP:           172.20.1.238\nControlled By:  ReplicaSet/paymentservice-67987f6464\nContainers:\n  server:\n    Container ID:   containerd://c790feeeedc303b03a2c9e3fc2fddf45bb1c7722cc68b72fb6103aee0e0eaa7c\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:      Fri, 14 Nov 2025 13:23:53 +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-5clhj (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-5clhj:\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  72s   default-scheduler  Successfully assigned boutique/paymentservice-67987f6464-5zckf to worker-01\n  Normal  Pulled     71s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n  Normal  Created    71s   kubelet            Created container server\n  Normal  Started    71s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-5zckf\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-67987f6464-5zckf   1/1     Running   0          72s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-5zckf\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\npaymentservice-67987f6464-5zckf   1/1     Running   0          72s   172.20.1.238   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-5zckf\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-67987f6464-5zckf   1/1     Running   0          73s   app=paymentservice,pod-template-hash=67987f6464\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-bzdlh\",\"namespace\":\"boutique\"}": "Name:             paymentservice-67987f6464-bzdlh\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             <none>\nLabels:           app=paymentservice\n                  pod-template-hash=67987f6464\nAnnotations:      <none>\nStatus:           Pending\nIP:               \nIPs:              <none>\nControlled By:    ReplicaSet/paymentservice-67987f6464\nContainers:\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:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-f5wtd (ro)\nConditions:\n  Type           Status\n  PodScheduled   False \nVolumes:\n  kube-api-access-f5wtd:\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  Warning  FailedScheduling  72s   default-scheduler  0/4 nodes are available: 1 node(s) were unschedulable, 3 node(s) didn't match pod anti-affinity rules. preemption: 0/4 nodes are available: 1 Preemption is not helpful for scheduling, 3 No preemption victims found for incoming pod.\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-bzdlh\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-67987f6464-bzdlh   0/1     Pending   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-bzdlh\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP       NODE     NOMINATED NODE   READINESS GATES\npaymentservice-67987f6464-bzdlh   0/1     Pending   0          73s   <none>   <none>   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-bzdlh\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-67987f6464-bzdlh   0/1     Pending   0          73s   app=paymentservice,pod-template-hash=67987f6464\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-fg2kz\",\"namespace\":\"boutique\"}": "Name:             paymentservice-67987f6464-fg2kz\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             <none>\nLabels:           app=paymentservice\n                  pod-template-hash=67987f6464\nAnnotations:      <none>\nStatus:           Pending\nIP:               \nIPs:              <none>\nControlled By:    ReplicaSet/paymentservice-67987f6464\nContainers:\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:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-m7bnz (ro)\nConditions:\n  Type           Status\n  PodScheduled   False \nVolumes:\n  kube-api-access-m7bnz:\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  Warning  FailedScheduling  72s   default-scheduler  0/4 nodes are available: 1 node(s) were unschedulable, 3 node(s) didn't match pod anti-affinity rules. preemption: 0/4 nodes are available: 1 Preemption is not helpful for scheduling, 3 No preemption victims found for incoming pod.\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-fg2kz\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-67987f6464-fg2kz   0/1     Pending   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-fg2kz\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP       NODE     NOMINATED NODE   READINESS GATES\npaymentservice-67987f6464-fg2kz   0/1     Pending   0          73s   <none>   <none>   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-fg2kz\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-67987f6464-fg2kz   0/1     Pending   0          73s   app=paymentservice,pod-template-hash=67987f6464\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-k6lpz\",\"namespace\":\"boutique\"}": "Name:             paymentservice-67987f6464-k6lpz\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             worker-02/192.168.0.53\nStart Time:       Fri, 14 Nov 2025 13:23:52 +0800\nLabels:           app=paymentservice\n                  pod-template-hash=67987f6464\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.2.103\nIPs:\n  IP:           172.20.2.103\nControlled By:  ReplicaSet/paymentservice-67987f6464\nContainers:\n  server:\n    Container ID:   containerd://0d4ad53f87e8e738856d7c3b69d439c63a49ddccfe9beddd5f6dfa8c997d2dc7\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:      Fri, 14 Nov 2025 13:23:53 +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-x8fls (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-x8fls:\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  73s   default-scheduler  Successfully assigned boutique/paymentservice-67987f6464-k6lpz to worker-02\n  Normal  Pulled     73s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n  Normal  Created    73s   kubelet            Created container server\n  Normal  Started    72s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-k6lpz\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-67987f6464-k6lpz   1/1     Running   0          73s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-k6lpz\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\npaymentservice-67987f6464-k6lpz   1/1     Running   0          73s   172.20.2.103   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-67987f6464-k6lpz\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-67987f6464-k6lpz   1/1     Running   0          73s   app=paymentservice,pod-template-hash=67987f6464\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-vhg75\",\"namespace\":\"boutique\"}": "Name:             productcatalogservice-ddb46fc86-vhg75\nNamespace:        boutique\nPriority:         0\nService Account:  productcatalogservice\nNode:             worker-02/192.168.0.53\nStart Time:       Fri, 14 Nov 2025 13:23:51 +0800\nLabels:           app=productcatalogservice\n                  pod-template-hash=ddb46fc86\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.2.101\nIPs:\n  IP:           172.20.2.101\nControlled By:  ReplicaSet/productcatalogservice-ddb46fc86\nContainers:\n  server:\n    Container ID:   containerd://bff6820fdef1cf6513e493a7179e5d4dd8d879959d8a0d571dd5155b9f9a5da0\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:      Fri, 14 Nov 2025 13:23:52 +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-q2pn5 (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-q2pn5:\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  74s   default-scheduler  Successfully assigned boutique/productcatalogservice-ddb46fc86-vhg75 to worker-02\n  Normal  Pulled     73s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n  Normal  Created    73s   kubelet            Created container server\n  Normal  Started    73s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-vhg75\",\"namespace\":\"boutique\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-vhg75   1/1     Running   0          74s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-vhg75\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nproductcatalogservice-ddb46fc86-vhg75   1/1     Running   0          74s   172.20.2.101   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-vhg75\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   LABELS\nproductcatalogservice-ddb46fc86-vhg75   1/1     Running   0          75s   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-r8p5m\",\"namespace\":\"boutique\"}": "Name:             recommendationservice-7df9c5b676-r8p5m\nNamespace:        boutique\nPriority:         0\nService Account:  recommendationservice\nNode:             worker-01/192.168.0.222\nStart Time:       Fri, 14 Nov 2025 13:23:51 +0800\nLabels:           app=recommendationservice\n                  pod-template-hash=7df9c5b676\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.236\nIPs:\n  IP:           172.20.1.236\nControlled By:  ReplicaSet/recommendationservice-7df9c5b676\nContainers:\n  server:\n    Container ID:   containerd://a32b5a23f1d8c11ab34ba1d6b8fca71d0f37c28978c623a965e0a557c6b7ab33\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:      Fri, 14 Nov 2025 13:23:52 +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-sdxr8 (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-sdxr8:\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  74s   default-scheduler  Successfully assigned boutique/recommendationservice-7df9c5b676-r8p5m to worker-01\n  Normal  Pulled     74s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n  Normal  Created    74s   kubelet            Created container server\n  Normal  Started    74s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-r8p5m\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-r8p5m   1/1     Running   0          75s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-r8p5m\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nrecommendationservice-7df9c5b676-r8p5m   1/1     Running   0          75s   172.20.1.236   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-r8p5m\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   LABELS\nrecommendationservice-7df9c5b676-r8p5m   1/1     Running   0          75s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-gtn74\",\"namespace\":\"boutique\"}": "Name:             redis-cart-68db7b6f97-gtn74\nNamespace:        boutique\nPriority:         0\nService Account:  default\nNode:             worker-02/192.168.0.53\nStart Time:       Fri, 14 Nov 2025 13:23:52 +0800\nLabels:           app=redis-cart\n                  pod-template-hash=68db7b6f97\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.2.102\nIPs:\n  IP:           172.20.2.102\nControlled By:  ReplicaSet/redis-cart-68db7b6f97\nContainers:\n  redis:\n    Container ID:   containerd://adcff8f403ca11ef55afbfa9bd5e77baa9ee0cc394ad2f68fc11ee39c35d8a9d\n    Image:          redis:alpine\n    Image ID:       docker.io/library/redis@sha256:987c376c727652f99625c7d205a1cba3cb2c53b92b0b62aade2bd48ee1593232\n    Port:           6379/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Fri, 14 Nov 2025 13:23:52 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     125m\n      memory:  256Mi\n    Requests:\n      cpu:        70m\n      memory:     200Mi\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-qfbbv (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       True \n  ContainersReady             True \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-qfbbv:\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  74s   default-scheduler  Successfully assigned boutique/redis-cart-68db7b6f97-gtn74 to worker-02\n  Normal  Pulled     74s   kubelet            Container image \"redis:alpine\" already present on machine\n  Normal  Created    74s   kubelet            Created container redis\n  Normal  Started    74s   kubelet            Started container redis\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-gtn74\",\"namespace\":\"boutique\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-gtn74   1/1     Running   0          74s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-gtn74\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nredis-cart-68db7b6f97-gtn74   1/1     Running   0          74s   172.20.2.102   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-gtn74\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   LABELS\nredis-cart-68db7b6f97-gtn74   1/1     Running   0          74s   app=redis-cart,pod-template-hash=68db7b6f97\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-tgm66\",\"namespace\":\"boutique\"}": "Name:             shippingservice-7cbfcb6d68-tgm66\nNamespace:        boutique\nPriority:         0\nService Account:  shippingservice\nNode:             worker-01/192.168.0.222\nStart Time:       Fri, 14 Nov 2025 13:23:52 +0800\nLabels:           app=shippingservice\n                  pod-template-hash=7cbfcb6d68\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.237\nIPs:\n  IP:           172.20.1.237\nControlled By:  ReplicaSet/shippingservice-7cbfcb6d68\nContainers:\n  server:\n    Container ID:   containerd://396544d9a412c064a16e9db9abe934ca4a09ac9e4331ea6cdbe3831790688972\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:      Fri, 14 Nov 2025 13:23:52 +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-mjrjh (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-mjrjh:\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  74s   default-scheduler  Successfully assigned boutique/shippingservice-7cbfcb6d68-tgm66 to worker-01\n  Normal  Pulled     74s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n  Normal  Created    74s   kubelet            Created container server\n  Normal  Started    74s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-tgm66\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-tgm66   1/1     Running   0          74s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-tgm66\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nshippingservice-7cbfcb6d68-tgm66   1/1     Running   0          74s   172.20.1.237   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-tgm66\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\nshippingservice-7cbfcb6d68-tgm66   1/1     Running   0          74s   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.157.138   <none>        9555/TCP       76s\ncartservice             ClusterIP   10.68.156.116   <none>        7070/TCP       76s\ncheckoutservice         ClusterIP   10.68.149.96    <none>        5050/TCP       76s\ncurrencyservice         ClusterIP   10.68.64.37     <none>        7000/TCP       76s\nemailservice            ClusterIP   10.68.231.194   <none>        5000/TCP       75s\nfrontend                ClusterIP   10.68.37.95     <none>        80/TCP         75s\nfrontend-external       NodePort    10.68.158.10    <none>        80:30080/TCP   75s\npaymentservice          ClusterIP   10.68.29.157    <none>        50051/TCP      74s\nproductcatalogservice   ClusterIP   10.68.228.200   <none>        3550/TCP       75s\nrecommendationservice   ClusterIP   10.68.63.60     <none>        8080/TCP       75s\nredis-cart              ClusterIP   10.68.69.166    <none>        6379/TCP       75s\nshippingservice         ClusterIP   10.68.121.100   <none>        50051/TCP      74s\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.157.138   <none>        9555/TCP       76s   app=adservice\ncartservice             ClusterIP   10.68.156.116   <none>        7070/TCP       76s   app=cartservice\ncheckoutservice         ClusterIP   10.68.149.96    <none>        5050/TCP       76s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.64.37     <none>        7000/TCP       76s   app=currencyservice\nemailservice            ClusterIP   10.68.231.194   <none>        5000/TCP       75s   app=emailservice\nfrontend                ClusterIP   10.68.37.95     <none>        80/TCP         75s   app=frontend\nfrontend-external       NodePort    10.68.158.10    <none>        80:30080/TCP   75s   app=frontend\npaymentservice          ClusterIP   10.68.29.157    <none>        50051/TCP      74s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.228.200   <none>        3550/TCP       75s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.63.60     <none>        8080/TCP       75s   app=recommendationservice\nredis-cart              ClusterIP   10.68.69.166    <none>        6379/TCP       75s   app=redis-cart\nshippingservice         ClusterIP   10.68.121.100   <none>        50051/TCP      74s   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.157.138   <none>        9555/TCP       76s   app=adservice\ncartservice             ClusterIP   10.68.156.116   <none>        7070/TCP       76s   app=cartservice\ncheckoutservice         ClusterIP   10.68.149.96    <none>        5050/TCP       76s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.64.37     <none>        7000/TCP       76s   app=currencyservice\nemailservice            ClusterIP   10.68.231.194   <none>        5000/TCP       75s   app=emailservice\nfrontend                ClusterIP   10.68.37.95     <none>        80/TCP         75s   app=frontend\nfrontend-external       NodePort    10.68.158.10    <none>        80:30080/TCP   75s   app=frontend\npaymentservice          ClusterIP   10.68.29.157    <none>        50051/TCP      74s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.228.200   <none>        3550/TCP       75s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.63.60     <none>        8080/TCP       75s   app=recommendationservice\nredis-cart              ClusterIP   10.68.69.166    <none>        6379/TCP       75s   app=redis-cart\nshippingservice         ClusterIP   10.68.121.100   <none>        50051/TCP      74s   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.157.138\nIPs:                      10.68.157.138\nPort:                     grpc  9555/TCP\nTargetPort:               9555/TCP\nEndpoints:                172.20.2.98: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.157.138   <none>        9555/TCP   77s\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.157.138   <none>        9555/TCP   77s   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.157.138   <none>        9555/TCP   77s   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.156.116\nIPs:                      10.68.156.116\nPort:                     grpc  7070/TCP\nTargetPort:               7070/TCP\nEndpoints:                172.20.1.233: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.156.116   <none>        7070/TCP   77s\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.156.116   <none>        7070/TCP   77s   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.156.116   <none>        7070/TCP   77s   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.149.96\nIPs:                      10.68.149.96\nPort:                     grpc  5050/TCP\nTargetPort:               5050/TCP\nEndpoints:                172.20.2.99: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.149.96   <none>        5050/TCP   77s\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.149.96   <none>        5050/TCP   77s   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.149.96   <none>        5050/TCP   77s   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.64.37\nIPs:                      10.68.64.37\nPort:                     grpc  7000/TCP\nTargetPort:               7000/TCP\nEndpoints:                172.20.1.234: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.64.37   <none>        7000/TCP   77s\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.64.37   <none>        7000/TCP   77s   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.64.37   <none>        7000/TCP   77s   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.231.194\nIPs:                      10.68.231.194\nPort:                     grpc  5000/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.235: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.231.194   <none>        5000/TCP   77s\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.231.194   <none>        5000/TCP   77s   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.231.194   <none>        5000/TCP   77s   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.37.95\nIPs:                      10.68.37.95\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.2.100: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.37.95   <none>        80/TCP    77s\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.37.95   <none>        80/TCP    77s   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.37.95   <none>        80/TCP    77s   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.158.10\nIPs:                      10.68.158.10\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nNodePort:                 http  30080/TCP\nEndpoints:                172.20.2.100: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.158.10   <none>        80:30080/TCP   77s\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.158.10   <none>        80:30080/TCP   77s   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.158.10   <none>        80:30080/TCP   77s   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.29.157\nIPs:                      10.68.29.157\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.2.103:50051,172.20.1.238:50051,172.20.3.23: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.29.157   <none>        50051/TCP   76s\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.29.157   <none>        50051/TCP   76s   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.29.157   <none>        50051/TCP   76s   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.228.200\nIPs:                      10.68.228.200\nPort:                     grpc  3550/TCP\nTargetPort:               3550/TCP\nEndpoints:                172.20.2.101: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.228.200   <none>        3550/TCP   78s\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.228.200   <none>        3550/TCP   78s   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.228.200   <none>        3550/TCP   78s   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.63.60\nIPs:                      10.68.63.60\nPort:                     grpc  8080/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.236: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.63.60   <none>        8080/TCP   78s\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.63.60   <none>        8080/TCP   78s   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.63.60   <none>        8080/TCP   78s   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.69.166\nIPs:                      10.68.69.166\nPort:                     tcp-redis  6379/TCP\nTargetPort:               6379/TCP\nEndpoints:                172.20.2.102:6379\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.69.166   <none>        6379/TCP   78s\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.69.166   <none>        6379/TCP   78s   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.69.166   <none>        6379/TCP   78s   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.121.100\nIPs:                      10.68.121.100\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.1.237: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.121.100   <none>        50051/TCP   77s\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.121.100   <none>        50051/TCP   77s   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.121.100   <none>        50051/TCP   77s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nadservice               1/1     1            1           79s\ncartservice             1/1     1            1           79s\ncheckoutservice         1/1     1            1           79s\ncurrencyservice         1/1     1            1           79s\nemailservice            1/1     1            1           78s\nfrontend                1/1     1            1           78s\npaymentservice          3/5     5            3           77s\nproductcatalogservice   1/1     1            1           78s\nrecommendationservice   1/1     1            1           78s\nredis-cart              1/1     1            1           78s\nshippingservice         1/1     1            1           77s\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           79s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3               app=adservice\ncartservice             1/1     1            1           79s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice\ncheckoutservice         1/1     1            1           79s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice\ncurrencyservice         1/1     1            1           79s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3         app=currencyservice\nemailservice            1/1     1            1           78s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3            app=emailservice\nfrontend                1/1     1            1           78s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3                app=frontend\npaymentservice          3/5     5            3           77s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice\nproductcatalogservice   1/1     1            1           78s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice\nrecommendationservice   1/1     1            1           78s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice\nredis-cart              1/1     1            1           78s   redis        redis:alpine                                                                                 app=redis-cart\nshippingservice         1/1     1            1           77s   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           80s   app=adservice\ncartservice             1/1     1            1           80s   app=cartservice\ncheckoutservice         1/1     1            1           80s   app=checkoutservice\ncurrencyservice         1/1     1            1           80s   app=currencyservice\nemailservice            1/1     1            1           79s   app=emailservice\nfrontend                1/1     1            1           79s   app=frontend\npaymentservice          3/5     5            3           78s   app=paymentservice\nproductcatalogservice   1/1     1            1           79s   app=productcatalogservice\nrecommendationservice   1/1     1            1           79s   app=recommendationservice\nredis-cart              1/1     1            1           79s   app=redis-cart\nshippingservice         1/1     1            1           78s   app=shippingservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "Name:                   adservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:50 +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  80s   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           80s\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           80s   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           80s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                   cartservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:50 +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  80s   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           80s\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           80s   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           80s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                   checkoutservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:50 +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  80s   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           80s\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           80s   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           80s   app=checkoutservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                   currencyservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:50 +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  80s   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           81s\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           81s   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           81s   app=currencyservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                   emailservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:51 +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  80s   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           80s\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           80s   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           80s   app=emailservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                   frontend\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:51 +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  80s   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           80s\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           80s   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           80s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                   paymentservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:52 +0800\nLabels:                 app=paymentservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=paymentservice\nReplicas:               5 desired | 5 updated | 5 total | 3 available | 2 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      False   MinimumReplicasUnavailable\n  Progressing    True    ReplicaSetUpdated\nOldReplicaSets:  <none>\nNewReplicaSet:   paymentservice-67987f6464 (5/5 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  79s   deployment-controller  Scaled up replica set paymentservice-67987f6464 to 5\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE\npaymentservice   3/5     5            3           79s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                SELECTOR\npaymentservice   3/5     5            3           79s   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   3/5     5            3           79s   app=paymentservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:                   productcatalogservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:51 +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  80s   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           80s\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           81s   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           81s   app=productcatalogservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:                   recommendationservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:51 +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  81s   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           81s\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           81s   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           81s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:                   redis-cart\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:51 +0800\nLabels:                 app=redis-cart\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=redis-cart\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=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:  256Mi\n    Requests:\n      cpu:        70m\n      memory:     200Mi\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      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   redis-cart-68db7b6f97 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  81s   deployment-controller  Scaled up replica set redis-cart-68db7b6f97 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "NAME         READY   UP-TO-DATE   AVAILABLE   AGE\nredis-cart   1/1     1            1           81s\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   1/1     1            1           81s   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   1/1     1            1           81s   app=redis-cart\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:                   shippingservice\nNamespace:              boutique\nCreationTimestamp:      Fri, 14 Nov 2025 13:23:52 +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  80s   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           80s\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           80s   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           80s   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      17d\nistio-ca-root-cert   1      17d\nkube-root-ca.crt     1      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                 DATA   AGE\nistio-ca-crl         1      17d\nistio-ca-root-cert   1      17d\nkube-root-ca.crt     1      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                 DATA   AGE   LABELS\nistio-ca-crl         1      17d   istio.io/config=true\nistio-ca-root-cert   1      17d   istio.io/config=true\nkube-root-ca.crt     1      17d   <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      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           DATA   AGE\nistio-ca-crl   1      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           DATA   AGE   LABELS\nistio-ca-crl   1      17d   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      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                 DATA   AGE\nistio-ca-root-cert   1      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                 DATA   AGE   LABELS\nistio-ca-root-cert   1      17d   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      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME               DATA   AGE\nkube-root-ca.crt   1      17d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME               DATA   AGE   LABELS\nkube-root-ca.crt   1      17d   <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>                 83s\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>                 83s   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>                 83s   <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-68db7b6f97-gtn74\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>                 83s\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>                 83s   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>                 83s   <none>\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nadservice-84dbdf99d                1         1         1       85s\ncartservice-79b49f5555             1         1         1       85s\ncheckoutservice-8445f8b6cb         1         1         1       85s\ncurrencyservice-75686c9564         1         1         1       85s\nemailservice-b78fc569b             1         1         1       84s\nfrontend-6778bd7b8b                1         1         1       84s\npaymentservice-67987f6464          5         5         3       83s\nproductcatalogservice-ddb46fc86    1         1         1       84s\nrecommendationservice-7df9c5b676   1         1         1       84s\nredis-cart-68db7b6f97              1         1         1       84s\nshippingservice-7cbfcb6d68         1         1         1       83s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice-84dbdf99d                1         1         1       85s   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       85s   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       85s   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       85s   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       84s   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       84s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3                app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-67987f6464          5         5         3       83s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice,pod-template-hash=67987f6464\nproductcatalogservice-ddb46fc86    1         1         1       84s   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       84s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-68db7b6f97              1         1         1       84s   redis        redis:alpine                                                                                 app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68         1         1         1       83s   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       85s   app=adservice,pod-template-hash=84dbdf99d\ncartservice-79b49f5555             1         1         1       85s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb         1         1         1       85s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564         1         1         1       85s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b             1         1         1       84s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b                1         1         1       84s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-67987f6464          5         5         3       83s   app=paymentservice,pod-template-hash=67987f6464\nproductcatalogservice-ddb46fc86    1         1         1       84s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676   1         1         1       84s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-68db7b6f97              1         1         1       84s   app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68         1         1         1       83s   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      85s (x2 over 85s)  replicaset-controller  Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n  Normal   SuccessfulCreate  85s                replicaset-controller  Created pod: adservice-84dbdf99d-brbcd\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\"}": "NAME                  DESIRED   CURRENT   READY   AGE\nadservice-84dbdf99d   1         1         1       85s\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       85s   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       85s   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      85s (x3 over 85s)  replicaset-controller  Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n  Normal   SuccessfulCreate  85s                replicaset-controller  Created pod: cartservice-79b49f5555-8ggnv\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\ncartservice-79b49f5555   1         1         1       85s\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       85s   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       85s   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      85s (x2 over 85s)  replicaset-controller  Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n  Normal   SuccessfulCreate  85s                replicaset-controller  Created pod: checkoutservice-8445f8b6cb-xvxnj\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncheckoutservice-8445f8b6cb   1         1         1       85s\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       85s   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       85s   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      86s (x2 over 86s)  replicaset-controller  Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n  Normal   SuccessfulCreate  86s                replicaset-controller  Created pod: currencyservice-75686c9564-ngdfz\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncurrencyservice-75686c9564   1         1         1       86s\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       86s   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       86s   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  Warning  FailedCreate      85s (x3 over 85s)  replicaset-controller  Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n  Normal   SuccessfulCreate  85s                replicaset-controller  Created pod: emailservice-b78fc569b-5kc6h\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\nemailservice-b78fc569b   1         1         1       85s\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       85s   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       85s   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  Warning  FailedCreate      85s   replicaset-controller  Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n  Normal   SuccessfulCreate  85s   replicaset-controller  Created pod: frontend-6778bd7b8b-swrxp\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\"}": "NAME                  DESIRED   CURRENT   READY   AGE\nfrontend-6778bd7b8b   1         1         1       85s\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       85s   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       85s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-67987f6464\",\"namespace\":\"boutique\"}": "Name:           paymentservice-67987f6464\nNamespace:      boutique\nSelector:       app=paymentservice,pod-template-hash=67987f6464\nLabels:         app=paymentservice\n                pod-template-hash=67987f6464\nAnnotations:    deployment.kubernetes.io/desired-replicas: 5\n                deployment.kubernetes.io/max-replicas: 7\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/paymentservice\nReplicas:       5 current / 5 desired\nPods Status:    3 Running / 2 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=paymentservice\n                    pod-template-hash=67987f6464\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  84s   replicaset-controller  Created pod: paymentservice-67987f6464-k6lpz\n  Normal  SuccessfulCreate  84s   replicaset-controller  Created pod: paymentservice-67987f6464-5zckf\n  Normal  SuccessfulCreate  84s   replicaset-controller  Created pod: paymentservice-67987f6464-2nlfx\n  Normal  SuccessfulCreate  84s   replicaset-controller  Created pod: paymentservice-67987f6464-fg2kz\n  Normal  SuccessfulCreate  84s   replicaset-controller  Created pod: paymentservice-67987f6464-bzdlh\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-67987f6464\",\"namespace\":\"boutique\"}": "NAME                        DESIRED   CURRENT   READY   AGE\npaymentservice-67987f6464   5         5         3       84s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-67987f6464\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                SELECTOR\npaymentservice-67987f6464   5         5         3       84s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3   app=paymentservice,pod-template-hash=67987f6464\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-67987f6464\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        DESIRED   CURRENT   READY   AGE   LABELS\npaymentservice-67987f6464   5         5         3       84s   app=paymentservice,pod-template-hash=67987f6464\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  85s   replicaset-controller  Created pod: productcatalogservice-ddb46fc86-vhg75\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\"}": "NAME                              DESIRED   CURRENT   READY   AGE\nproductcatalogservice-ddb46fc86   1         1         1       86s\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       86s   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       86s   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  86s   replicaset-controller  Created pod: recommendationservice-7df9c5b676-r8p5m\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nrecommendationservice-7df9c5b676   1         1         1       86s\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       86s   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       86s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-68db7b6f97\",\"namespace\":\"boutique\"}": "Name:           redis-cart-68db7b6f97\nNamespace:      boutique\nSelector:       app=redis-cart,pod-template-hash=68db7b6f97\nLabels:         app=redis-cart\n                pod-template-hash=68db7b6f97\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:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:  app=redis-cart\n           pod-template-hash=68db7b6f97\n  Containers:\n   redis:\n    Image:      redis:alpine\n    Port:       6379/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     125m\n      memory:  256Mi\n    Requests:\n      cpu:        70m\n      memory:     200Mi\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  85s   replicaset-controller  Created pod: redis-cart-68db7b6f97-gtn74\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-68db7b6f97\",\"namespace\":\"boutique\"}": "NAME                    DESIRED   CURRENT   READY   AGE\nredis-cart-68db7b6f97   1         1         1       86s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-68db7b6f97\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES         SELECTOR\nredis-cart-68db7b6f97   1         1         1       86s   redis        redis:alpine   app=redis-cart,pod-template-hash=68db7b6f97\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-68db7b6f97\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    DESIRED   CURRENT   READY   AGE   LABELS\nredis-cart-68db7b6f97   1         1         1       86s   app=redis-cart,pod-template-hash=68db7b6f97\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  85s   replicaset-controller  Created pod: shippingservice-7cbfcb6d68-tgm66\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"shippingservice-7cbfcb6d68\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\nshippingservice-7cbfcb6d68   1         1         1       85s\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       85s   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       85s   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         88s\ncartservice             0         88s\ncheckoutservice         0         88s\ncurrencyservice         0         88s\ndefault                 0         17d\nemailservice            0         87s\nfrontend                0         87s\npaymentservice          0         86s\nproductcatalogservice   0         87s\nrecommendationservice   0         87s\nshippingservice         0         86s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nadservice               0         88s\ncartservice             0         88s\ncheckoutservice         0         88s\ncurrencyservice         0         88s\ndefault                 0         17d\nemailservice            0         87s\nfrontend                0         87s\npaymentservice          0         86s\nproductcatalogservice   0         87s\nrecommendationservice   0         87s\nshippingservice         0         86s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nadservice               0         88s   <none>\ncartservice             0         88s   <none>\ncheckoutservice         0         88s   <none>\ncurrencyservice         0         88s   <none>\ndefault                 0         17d   <none>\nemailservice            0         87s   <none>\nfrontend                0         87s   <none>\npaymentservice          0         86s   <none>\nproductcatalogservice   0         87s   <none>\nrecommendationservice   0         87s   <none>\nshippingservice         0         86s   <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         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        SECRETS   AGE\nadservice   0         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        SECRETS   AGE   LABELS\nadservice   0         88s   <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         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          SECRETS   AGE\ncartservice   0         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          SECRETS   AGE   LABELS\ncartservice   0         89s   <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         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncheckoutservice   0         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncheckoutservice   0         89s   <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         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncurrencyservice   0         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncurrencyservice   0         89s   <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         17d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME      SECRETS   AGE\ndefault   0         17d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME      SECRETS   AGE   LABELS\ndefault   0         17d   <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         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           SECRETS   AGE\nemailservice   0         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           SECRETS   AGE   LABELS\nemailservice   0         88s   <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         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       SECRETS   AGE\nfrontend   0         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       SECRETS   AGE   LABELS\nfrontend   0         89s   <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         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             SECRETS   AGE\npaymentservice   0         88s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             SECRETS   AGE   LABELS\npaymentservice   0         88s   <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         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nproductcatalogservice   0         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nproductcatalogservice   0         89s   <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         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nrecommendationservice   0         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nrecommendationservice   0         89s   <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         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\nshippingservice   0         89s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\nshippingservice   0         89s   <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.2.98:9555                                          91s\ncartservice             172.20.1.233:7070                                         91s\ncheckoutservice         172.20.2.99:5050                                          91s\ncurrencyservice         172.20.1.234:7000                                         91s\nemailservice            172.20.1.235:8080                                         90s\nfrontend                172.20.2.100:8080                                         90s\nfrontend-external       172.20.2.100:8080                                         90s\npaymentservice          172.20.1.238:50051,172.20.2.103:50051,172.20.3.23:50051   89s\nproductcatalogservice   172.20.2.101:3550                                         90s\nrecommendationservice   172.20.1.236:8080                                         90s\nredis-cart              172.20.2.102:6379                                         90s\nshippingservice         172.20.1.237:50051                                        89s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS                                                 AGE\nadservice               172.20.2.98:9555                                          91s\ncartservice             172.20.1.233:7070                                         91s\ncheckoutservice         172.20.2.99:5050                                          91s\ncurrencyservice         172.20.1.234:7000                                         91s\nemailservice            172.20.1.235:8080                                         90s\nfrontend                172.20.2.100:8080                                         90s\nfrontend-external       172.20.2.100:8080                                         90s\npaymentservice          172.20.1.238:50051,172.20.2.103:50051,172.20.3.23:50051   89s\nproductcatalogservice   172.20.2.101:3550                                         90s\nrecommendationservice   172.20.1.236:8080                                         90s\nredis-cart              172.20.2.102:6379                                         90s\nshippingservice         172.20.1.237:50051                                        89s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS                                                 AGE   LABELS\nadservice               172.20.2.98:9555                                          91s   app=adservice\ncartservice             172.20.1.233:7070                                         91s   app=cartservice\ncheckoutservice         172.20.2.99:5050                                          91s   app=checkoutservice\ncurrencyservice         172.20.1.234:7000                                         91s   app=currencyservice\nemailservice            172.20.1.235:8080                                         90s   app=emailservice\nfrontend                172.20.2.100:8080                                         90s   app=frontend\nfrontend-external       172.20.2.100:8080                                         90s   app=frontend\npaymentservice          172.20.1.238:50051,172.20.2.103:50051,172.20.3.23:50051   89s   app=paymentservice\nproductcatalogservice   172.20.2.101:3550                                         90s   app=productcatalogservice\nrecommendationservice   172.20.1.236:8080                                         90s   app=recommendationservice\nredis-cart              172.20.2.102:6379                                         90s   app=redis-cart\nshippingservice         172.20.1.237:50051                                        89s   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-14T05:24:01Z\nSubsets:\n  Addresses:          172.20.2.98\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.2.98:9555   91s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        ENDPOINTS          AGE\nadservice   172.20.2.98:9555   91s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        ENDPOINTS          AGE   LABELS\nadservice   172.20.2.98:9555   91s   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-14T05:23:51Z\nSubsets:\n  Addresses:          172.20.1.233\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.1.233:7070   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          ENDPOINTS           AGE\ncartservice   172.20.1.233:7070   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          ENDPOINTS           AGE   LABELS\ncartservice   172.20.1.233:7070   92s   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-14T05:24:00Z\nSubsets:\n  Addresses:          172.20.2.99\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.2.99:5050   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS          AGE\ncheckoutservice   172.20.2.99:5050   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS          AGE   LABELS\ncheckoutservice   172.20.2.99:5050   92s   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-14T05:24:01Z\nSubsets:\n  Addresses:          172.20.1.234\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.234:7000   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncurrencyservice   172.20.1.234:7000   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncurrencyservice   172.20.1.234:7000   92s   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-14T05:23:56Z\nSubsets:\n  Addresses:          172.20.1.235\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.1.235:8080   91s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           ENDPOINTS           AGE\nemailservice   172.20.1.235:8080   91s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           ENDPOINTS           AGE   LABELS\nemailservice   172.20.1.235:8080   91s   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-14T05:23:52Z\nSubsets:\n  Addresses:          172.20.2.100\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.2.100:8080   91s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       ENDPOINTS           AGE\nfrontend   172.20.2.100:8080   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       ENDPOINTS           AGE   LABELS\nfrontend   172.20.2.100:8080   92s   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-14T05:23:52Z\nSubsets:\n  Addresses:          172.20.2.100\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.2.100:8080   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                ENDPOINTS           AGE\nfrontend-external   172.20.2.100:8080   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                ENDPOINTS           AGE   LABELS\nfrontend-external   172.20.2.100:8080   92s   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-14T05:24:03Z\nSubsets:\n  Addresses:          172.20.1.238,172.20.2.103,172.20.3.23\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.238:50051,172.20.2.103:50051,172.20.3.23:50051   91s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             ENDPOINTS                                                 AGE\npaymentservice   172.20.1.238:50051,172.20.2.103:50051,172.20.3.23:50051   91s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             ENDPOINTS                                                 AGE   LABELS\npaymentservice   172.20.1.238:50051,172.20.2.103:50051,172.20.3.23:50051   91s   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-14T05:24:01Z\nSubsets:\n  Addresses:          172.20.2.101\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.2.101:3550   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nproductcatalogservice   172.20.2.101:3550   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nproductcatalogservice   172.20.2.101:3550   92s   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-14T05:23:57Z\nSubsets:\n  Addresses:          172.20.1.236\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.236:8080   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nrecommendationservice   172.20.1.236:8080   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nrecommendationservice   172.20.1.236:8080   93s   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-14T05:23:57Z\nSubsets:\n  Addresses:          172.20.2.102\n  NotReadyAddresses:  <none>\n  Ports:\n    Name       Port  Protocol\n    ----       ----  --------\n    tcp-redis  6379  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "NAME         ENDPOINTS           AGE\nredis-cart   172.20.2.102:6379   93s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         ENDPOINTS           AGE\nredis-cart   172.20.2.102:6379   93s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         ENDPOINTS           AGE   LABELS\nredis-cart   172.20.2.102:6379   93s   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-14T05:23:57Z\nSubsets:\n  Addresses:          172.20.1.237\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.1.237:50051   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS            AGE\nshippingservice   172.20.1.237:50051   92s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS            AGE   LABELS\nshippingservice   172.20.1.237:50051   92s   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>                          97s\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>                          97s   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>                          97s   <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>                          97s\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>                          97s   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>                          98s   <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   94d   v1.31.2\nworker-01   Ready                      node     94d   v1.31.2\nworker-02   Ready                      node     94d   v1.31.2\nworker-03   Ready                      node     94d   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   94d   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     94d   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     94d   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     94d   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   94d   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     94d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-01,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-02   Ready                      node     94d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-02,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-03   Ready                      node     94d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,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:       Fri, 14 Nov 2025 13:25:21 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Fri, 14 Nov 2025 09:58:13 +0800   Fri, 14 Nov 2025 09:58:13 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Fri, 14 Nov 2025 13:25:12 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Fri, 14 Nov 2025 13:25:12 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Fri, 14 Nov 2025 13:25:12 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Fri, 14 Nov 2025 13:25:12 +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:             15978556Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671356Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                072371a0-e4e0-48dd-a8e4-9f6563e8d416\n  Boot ID:                    bbaf8c7b-8056-46e3-88ce-5cfe8dcc80ef\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%)         23d\n  istio-system                istio-cni-node-v85nk     100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         17d\n  istio-system                ztunnel-6mn95            200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         17d\n  kube-system                 kube-flannel-ds-4gv5w    100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         94d\n  kube-system                 node-local-dns-g7sdn     25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         94d\n  monitor                     cadvisor-bwp9x           0 (0%)        0 (0%)      0 (0%)           0 (0%)         17d\n  monitor                     node-exporter-kggnq      0 (0%)        0 (0%)      0 (0%)           0 (0%)         17d\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   94d   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   94d   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   94d   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                    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:       Fri, 14 Nov 2025 13:25:24 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Fri, 14 Nov 2025 09:58:14 +0800   Fri, 14 Nov 2025 09:58:14 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Fri, 14 Nov 2025 13:25:17 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Fri, 14 Nov 2025 13:25:17 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Fri, 14 Nov 2025 13:25:17 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Fri, 14 Nov 2025 13:25:17 +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:                    e8e63f0a-ea19-4081-94e5-97e5910bab7b\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:          (13 in total)\n  Namespace                   Name                                      CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                      ------------  ----------  ---------------  -------------  ---\n  boutique                    cartservice-79b49f5555-8ggnv              200m (2%)     300m (3%)   64Mi (0%)        128Mi (0%)     97s\n  boutique                    currencyservice-75686c9564-ngdfz          100m (1%)     200m (2%)   64Mi (0%)        1280Mi (8%)    97s\n  boutique                    emailservice-b78fc569b-5kc6h              100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     96s\n  boutique                    paymentservice-67987f6464-5zckf           100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     95s\n  boutique                    recommendationservice-7df9c5b676-r8p5m    100m (1%)     200m (2%)   220Mi (1%)       450Mi (2%)     96s\n  boutique                    shippingservice-7cbfcb6d68-tgm66          100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     95s\n  chaosblade                  chaosblade-tool-2n6xm                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         16h\n  istio-system                istio-cni-node-bjkpf                      100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         17d\n  istio-system                ztunnel-9jv5r                             200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         17d\n  kube-system                 kube-flannel-ds-kntf5                     100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         16h\n  kube-system                 node-local-dns-2ljtx                      25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         94d\n  monitor                     cadvisor-7sgpn                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         16h\n  monitor                     node-exporter-bhtv4                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         16h\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             1207Mi (7%)  2242Mi (14%)\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    94d   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    94d   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    94d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,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                    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:       Fri, 14 Nov 2025 13:25:23 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Fri, 14 Nov 2025 09:58:11 +0800   Fri, 14 Nov 2025 09:58:11 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Fri, 14 Nov 2025 13:25:17 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Fri, 14 Nov 2025 13:25:17 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Fri, 14 Nov 2025 13:25:17 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Fri, 14 Nov 2025 13:25:17 +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:                    23df8d6a-6410-4916-9e15-139b9f1623bb\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:          (13 in total)\n  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---\n  boutique                    adservice-84dbdf99d-brbcd                200m (2%)     300m (3%)   180Mi (1%)       300Mi (1%)     98s\n  boutique                    checkoutservice-8445f8b6cb-xvxnj         100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     98s\n  boutique                    frontend-6778bd7b8b-swrxp                100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     97s\n  boutique                    paymentservice-67987f6464-k6lpz          100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     96s\n  boutique                    productcatalogservice-ddb46fc86-vhg75    100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     97s\n  boutique                    redis-cart-68db7b6f97-gtn74              70m (0%)      125m (1%)   200Mi (1%)       256Mi (1%)     96s\n  chaosblade                  chaosblade-tool-lg5cc                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         16h\n  istio-system                istio-cni-node-44dhl                     100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         17d\n  istio-system                ztunnel-qjds9                            200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         17d\n  kube-system                 kube-flannel-ds-sqbpp                    100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         16h\n  kube-system                 node-local-dns-mrmqq                     25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         94d\n  monitor                     cadvisor-jn9lz                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         16h\n  monitor                     node-exporter-x96tv                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         16h\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests     Limits\n  --------           --------     ------\n  cpu                1095m (13%)  1225m (15%)\n  memory             1303Mi (8%)  1068Mi (6%)\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    94d   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    94d   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    94d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,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                    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:       Fri, 14 Nov 2025 13:25:23 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Fri, 14 Nov 2025 09:58:13 +0800   Fri, 14 Nov 2025 09:58:13 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Fri, 14 Nov 2025 13:25:19 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Fri, 14 Nov 2025 13:25:19 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Fri, 14 Nov 2025 13:25:19 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Fri, 14 Nov 2025 13:25:19 +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:             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:                ac1cd6b5-79a7-45a4-99ca-df78d7fa9ff4\n  Boot ID:                    cf996a70-2444-4415-b1be-f3d822e00fe2\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:          (15 in total)\n  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---\n  boutique                    paymentservice-67987f6464-2nlfx               100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     96s\n  chaosblade                  chaosblade-operator-8549b8b577-vsvf8          0 (0%)        0 (0%)      0 (0%)           0 (0%)         23d\n  chaosblade                  chaosblade-tool-6trtn                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         23d\n  istio-system                istio-cni-node-pzjpg                          100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         17d\n  istio-system                istiod-84f4f85779-ltcbg                       500m (6%)     0 (0%)      2Gi (13%)        0 (0%)         17h\n  istio-system                prometheus-7bd69889cf-zfsv5                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         17d\n  istio-system                ztunnel-9mdqq                                 200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         17d\n  kube-system                 coredns-66dfb88745-5nhbv                      100m (1%)     0 (0%)      70Mi (0%)        500Mi (3%)     17h\n  kube-system                 dashboard-metrics-scraper-58cf467b87-7v57t    0 (0%)        0 (0%)      0 (0%)           0 (0%)         17h\n  kube-system                 kube-flannel-ds-6hthd                         100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         94d\n  kube-system                 kubernetes-dashboard-5945846449-rh58s         0 (0%)        0 (0%)      0 (0%)           0 (0%)         17h\n  kube-system                 metrics-server-7cfd7b768f-7598j               100m (1%)     0 (0%)      200Mi (1%)       0 (0%)         17d\n  kube-system                 node-local-dns-kln7b                          25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         94d\n  monitor                     cadvisor-mxsmg                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         17d\n  monitor                     node-exporter-zvcp2                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         17d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests      Limits\n  --------           --------      ------\n  cpu                1225m (15%)   200m (2%)\n  memory             3049Mi (19%)  628Mi (4%)\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    94d   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    94d   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    94d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,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                  25d\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                  25d\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                  25d   <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                  25d\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                  25d\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                  25d   <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-xvxnj   1/1     Running   0          99s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\ncartservice-79b49f5555-8ggnv   1/1     Running   0          99s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-ngdfz   1/1     Running   0          99s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-vhg75   1/1     Running   0          98s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-tgm66   1/1     Running   0          98s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-5kc6h   1/1     Running   0          99s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-r8p5m   1/1     Running   0          99s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nadservice-84dbdf99d-brbcd   1/1     Running   0          100s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-67987f6464-2nlfx   1/1     Running   0          98s\npaymentservice-67987f6464-5zckf   1/1     Running   0          98s\npaymentservice-67987f6464-bzdlh   0/1     Pending   0          98s\npaymentservice-67987f6464-fg2kz   0/1     Pending   0          98s\npaymentservice-67987f6464-k6lpz   1/1     Running   0          98s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-gtn74   1/1     Running   0          98s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-swrxp   1/1     Running   0          99s\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.149.96   <none>        5050/TCP   100s\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.156.116   <none>        7070/TCP   100s\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.64.37   <none>        7000/TCP   100s\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.228.200   <none>        3550/TCP   99s\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.121.100   <none>        50051/TCP   98s\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.231.194   <none>        5000/TCP   99s\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.63.60   <none>        8080/TCP   99s\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.157.138   <none>        9555/TCP   100s\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.29.157   <none>        50051/TCP   98s\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.69.166   <none>        6379/TCP   99s\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.37.95    <none>        80/TCP         99s\nfrontend-external   NodePort    10.68.158.10   <none>        80:30080/TCP   99s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncheckoutservice   1/1     1            1           101s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   1/1     1            1           101s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncurrencyservice   1/1     1            1           101s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nproductcatalogservice   1/1     1            1           100s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\nshippingservice   1/1     1            1           99s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE\nemailservice   1/1     1            1           100s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nrecommendationservice   1/1     1            1           100s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   1/1     1            1           101s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE\npaymentservice   3/5     5            3           99s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME         READY   UP-TO-DATE   AVAILABLE   AGE\nredis-cart   1/1     1            1           100s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE\nfrontend   1/1     1            1           100s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"adservice\",\"port\":9555}": "adservice (10.68.157.138: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\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.156.116: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.149.96: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.64.37: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.231.194: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.37.95: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.29.157: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  replicas: 5\n  selector:\n    matchLabels:\n      app: paymentservice\n  template:\n    metadata:\n      labels:\n        app: paymentservice\n    spec:\n      affinity:\n        podAntiAffinity:\n          requiredDuringSchedulingIgnoredDuringExecution:\n          - labelSelector:\n              matchExpressions:\n              - key: app\n                operator: In\n                values:\n                - paymentservice\n            topologyKey: kubernetes.io/hostname\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.228.200: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.63.60: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-boutique-redis-cart-6379": "redis-cart (10.68.69.166:6379) open\nConnection Succeeded",
  "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 # Redis 只需要 RWO 模式\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 # 👈 挂载 Redis 数据目录\n        resources:\n          limits:\n            memory: 256Mi\n            cpu: 125m\n          requests:\n            cpu: 70m\n            memory: 200Mi\n      volumes:\n      - name: redis-data\n        persistentVolumeClaim:\n          claimName: redis-cart-pvc\n\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.121.100: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": "15671356Ki"
        }
      },
      {
        "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",
          "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",
          "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",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-03",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      }
    ]
  },
  "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\": 658,\n  \"total_errors\": 32,\n  \"total_error_ratio\": 0.0486,\n  \"patterns\": [\n    {\n      \"count\": 30,\n      \"ratio\": 0.0456,\n      \"sample\": \"{\\\"error\\\":\\\"failed to complete the order: rpc error: code = Internal desc = shipping quote failure: failed to get shipping quote: rpc error: code = Unavailable desc = connection error: desc = \\\\\\\"transport: Error while dialing: dial tcp: lookup shippingservice on 169.254.20.10:53: no such host\\\\\\\"\\\",\\\"http.req.id\\\":\\\"3934dc98-da1d-4a6a-867a-d3911d7306d5\\\",\\\"http.req.method\\\":\\\"POST\\\",\\\"http.req.path\\\":\\\"/cart/checkout\\\",\\\"message\\\":\\\"request error\\\",\\\"session\\\":\\\"7cf9035f-9139-4279-8350-8a38bc63e487\\\",\\\"severity\\\":\\\"error\\\",\\\"timestamp\\\":\\\"2025-11-14T05:24:35.22248921Z\\\"}\"\n    },\n    {\n      \"count\": 1,\n      \"ratio\": 0.0015,\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-14T05:23:52.098390668Z\\\"}\"\n    },\n    {\n      \"count\": 1,\n      \"ratio\": 0.0015,\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-14T05:23:52.110857636Z\\\"}\"\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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 2186 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 2187 (kubelet)\n      Tasks: 22 (limit: 18592)\n     Memory: 77.6M\n        CPU: 3min 0.08s\n     CGroup: /system.slice/kubelet.service\n             └─2187 /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 14 13:26:24 master kubelet[2187]: I1114 13:26:24.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 14 13:26:25 master kubelet[2187]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:25 master kubelet[2187]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:26 master kubelet[2187]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:26 master kubelet[2187]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:35 master kubelet[2187]: I1114 13:26:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 14 13:26:37 master kubelet[2187]: I1114 13:26:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 14 13:30:06 master kubelet[2187]: I1114 13:30:06.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 931 (containerd)\n      Tasks: 218 (limit: 18592)\n     Memory: 245.0M\n        CPU: 1min 18.397s\n     CGroup: /system.slice/containerd.service\n             ├─ 931 /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             ├─ 3320 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113047 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113556 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113889 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114243 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114811 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115127 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 17:00:56 master containerd[931]: time=\"2025-11-14T17:00:56.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 860 (kube-proxy)\n      Tasks: 11 (limit: 18592)\n     Memory: 74.3M\n        CPU: 59.081s\n     CGroup: /system.slice/kube-proxy.service\n             └─860 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 14 13:26:08 master kube-proxy[860]: I1114 13:26:08.000     860 config.go:199] \"Starting service config controller\"\nNov 14 13:26:08 master kube-proxy[860]: I1114 13:26:08.000     860 shared_informer.go:313] Waiting for caches to sync for service config\nNov 14 13:26:08 master kube-proxy[860]: I1114 13:26:08.000     860 config.go:105] \"Starting endpoint slice config controller\"\nNov 14 13:26:08 master kube-proxy[860]: I1114 13:26:08.000     860 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 14 13:26:08 master kube-proxy[860]: I1114 13:26:08.000     860 config.go:328] \"Starting node config controller\"\nNov 14 13:26:08 master kube-proxy[860]: I1114 13:26:08.000     860 shared_informer.go:313] Waiting for caches to sync for node config\nNov 14 13:26:09 master kube-proxy[860]: I1114 13:26:09.000     860 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 14 13:26:09 master kube-proxy[860]: I1114 13:26:09.000     860 shared_informer.go:320] Caches are synced for service config\nNov 14 13:26:09 master kube-proxy[860]: I1114 13:26:09.000     860 shared_informer.go:320] Caches are synced for node config\nNov 14 13:28:06 master kube-proxy[860]: I1114 13:28:06.000     860 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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 945 (kube-scheduler)\n      Tasks: 18 (limit: 18592)\n     Memory: 84.9M\n        CPU: 7.056s\n     CGroup: /system.slice/kube-scheduler.service\n             └─945 /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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 4178 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 4179 (kubelet)\n      Tasks: 20 (limit: 18592)\n     Memory: 79.4M\n        CPU: 1min 16.323s\n     CGroup: /system.slice/kubelet.service\n             └─4179 /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 14 13:26:24 worker-01 kubelet[4179]: I1114 13:26:24.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 14 13:26:25 worker-01 kubelet[4179]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:25 worker-01 kubelet[4179]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:26 worker-01 kubelet[4179]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:26 worker-01 kubelet[4179]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:35 worker-01 kubelet[4179]: I1114 13:26:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 14 13:26:37 worker-01 kubelet[4179]: I1114 13:26:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 14 13:30:06 worker-01 kubelet[4179]: I1114 13:30:06.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 985 (containerd)\n      Tasks: 209 (limit: 18592)\n     Memory: 211.5M\n        CPU: 1min 41.755s\n     CGroup: /system.slice/containerd.service\n             ├─ 985 /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             ├─ 3309 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113070 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113575 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113906 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114311 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114818 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115136 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 15:02:56 worker-01 containerd[985]: time=\"2025-11-14T15:02:56.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 608 (kube-proxy)\n      Tasks: 15 (limit: 18592)\n     Memory: 79.7M\n        CPU: 45.811s\n     CGroup: /system.slice/kube-proxy.service\n             └─608 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 14 13:26:08 worker-01 kube-proxy[608]: I1114 13:26:08.000     608 config.go:199] \"Starting service config controller\"\nNov 14 13:26:08 worker-01 kube-proxy[608]: I1114 13:26:08.000     608 shared_informer.go:313] Waiting for caches to sync for service config\nNov 14 13:26:08 worker-01 kube-proxy[608]: I1114 13:26:08.000     608 config.go:105] \"Starting endpoint slice config controller\"\nNov 14 13:26:08 worker-01 kube-proxy[608]: I1114 13:26:08.000     608 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 14 13:26:08 worker-01 kube-proxy[608]: I1114 13:26:08.000     608 config.go:328] \"Starting node config controller\"\nNov 14 13:26:08 worker-01 kube-proxy[608]: I1114 13:26:08.000     608 shared_informer.go:313] Waiting for caches to sync for node config\nNov 14 13:26:09 worker-01 kube-proxy[608]: I1114 13:26:09.000     608 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 14 13:26:09 worker-01 kube-proxy[608]: I1114 13:26:09.000     608 shared_informer.go:320] Caches are synced for service config\nNov 14 13:26:09 worker-01 kube-proxy[608]: I1114 13:26:09.000     608 shared_informer.go:320] Caches are synced for node config\nNov 14 13:28:06 worker-01 kube-proxy[608]: I1114 13:28:06.000     608 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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1646 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1647 (kubelet)\n      Tasks: 15 (limit: 18592)\n     Memory: 65.9M\n        CPU: 2min 8.593s\n     CGroup: /system.slice/kubelet.service\n             └─1647 /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 14 13:26:24 worker-02 kubelet[1647]: I1114 13:26:24.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 14 13:26:25 worker-02 kubelet[1647]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:25 worker-02 kubelet[1647]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:26 worker-02 kubelet[1647]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:26 worker-02 kubelet[1647]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:35 worker-02 kubelet[1647]: I1114 13:26:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 14 13:26:37 worker-02 kubelet[1647]: I1114 13:26:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 14 13:30:06 worker-02 kubelet[1647]: I1114 13:30:06.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 974 (containerd)\n      Tasks: 209 (limit: 18592)\n     Memory: 218.2M\n        CPU: 1min 25.007s\n     CGroup: /system.slice/containerd.service\n             ├─ 974 /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             ├─ 3321 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113034 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113594 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113907 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114309 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114797 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115207 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 17:45:56 worker-02 containerd[974]: time=\"2025-11-14T17:45:56.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 339 (kube-proxy)\n      Tasks: 9 (limit: 18592)\n     Memory: 70.3M\n        CPU: 30.065s\n     CGroup: /system.slice/kube-proxy.service\n             └─339 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 14 13:26:08 worker-02 kube-proxy[339]: I1114 13:26:08.000     339 config.go:199] \"Starting service config controller\"\nNov 14 13:26:08 worker-02 kube-proxy[339]: I1114 13:26:08.000     339 shared_informer.go:313] Waiting for caches to sync for service config\nNov 14 13:26:08 worker-02 kube-proxy[339]: I1114 13:26:08.000     339 config.go:105] \"Starting endpoint slice config controller\"\nNov 14 13:26:08 worker-02 kube-proxy[339]: I1114 13:26:08.000     339 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 14 13:26:08 worker-02 kube-proxy[339]: I1114 13:26:08.000     339 config.go:328] \"Starting node config controller\"\nNov 14 13:26:08 worker-02 kube-proxy[339]: I1114 13:26:08.000     339 shared_informer.go:313] Waiting for caches to sync for node config\nNov 14 13:26:09 worker-02 kube-proxy[339]: I1114 13:26:09.000     339 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 14 13:26:09 worker-02 kube-proxy[339]: I1114 13:26:09.000     339 shared_informer.go:320] Caches are synced for service config\nNov 14 13:26:09 worker-02 kube-proxy[339]: I1114 13:26:09.000     339 shared_informer.go:320] Caches are synced for node config\nNov 14 13:28:06 worker-02 kube-proxy[339]: I1114 13:28:06.000     339 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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1964 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1965 (kubelet)\n      Tasks: 19 (limit: 18592)\n     Memory: 77.0M\n        CPU: 2min 18.795s\n     CGroup: /system.slice/kubelet.service\n             └─1965 /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 14 13:26:24 worker-03 kubelet[1965]: I1114 13:26:24.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 14 13:26:25 worker-03 kubelet[1965]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:25 worker-03 kubelet[1965]: I1114 13:26:25.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 14 13:26:26 worker-03 kubelet[1965]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:26 worker-03 kubelet[1965]: I1114 13:26:26.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 14 13:26:35 worker-03 kubelet[1965]: I1114 13:26:35.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 14 13:26:37 worker-03 kubelet[1965]: I1114 13:26:37.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 14 13:30:06 worker-03 kubelet[1965]: I1114 13:30:06.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 900 (containerd)\n      Tasks: 197 (limit: 18592)\n     Memory: 228.4M\n        CPU: 1min 12.909s\n     CGroup: /system.slice/containerd.service\n             ├─ 900 /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             ├─ 3358 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113129 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113581 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113957 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114282 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114756 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115138 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 14 17:40:56 worker-03 containerd[900]: time=\"2025-11-14T17:40:56.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 Fri 2025-11-14 13:25:56 CST; 1h 34min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 322 (kube-proxy)\n      Tasks: 14 (limit: 18592)\n     Memory: 79.2M\n        CPU: 54.133s\n     CGroup: /system.slice/kube-proxy.service\n             └─322 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 14 13:26:08 worker-03 kube-proxy[322]: I1114 13:26:08.000     322 config.go:199] \"Starting service config controller\"\nNov 14 13:26:08 worker-03 kube-proxy[322]: I1114 13:26:08.000     322 shared_informer.go:313] Waiting for caches to sync for service config\nNov 14 13:26:08 worker-03 kube-proxy[322]: I1114 13:26:08.000     322 config.go:105] \"Starting endpoint slice config controller\"\nNov 14 13:26:08 worker-03 kube-proxy[322]: I1114 13:26:08.000     322 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 14 13:26:08 worker-03 kube-proxy[322]: I1114 13:26:08.000     322 config.go:328] \"Starting node config controller\"\nNov 14 13:26:08 worker-03 kube-proxy[322]: I1114 13:26:08.000     322 shared_informer.go:313] Waiting for caches to sync for node config\nNov 14 13:26:09 worker-03 kube-proxy[322]: I1114 13:26:09.000     322 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 14 13:26:09 worker-03 kube-proxy[322]: I1114 13:26:09.000     322 shared_informer.go:320] Caches are synced for service config\nNov 14 13:26:09 worker-03 kube-proxy[322]: I1114 13:26:09.000     322 shared_informer.go:320] Caches are synced for node config\nNov 14 13:28:06 worker-03 kube-proxy[322]: I1114 13:28:06.000     322 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"
}