File size: 363,801 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
{
  "collection_timestamp": "2025-11-10T20:46:18.754054",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS         RESTARTS   AGE\nadservice-7b5ff9bbd7-r2s5r               0/1     ErrImagePull   0          30s\ncartservice-79b49f5555-fkr96             1/1     Running        0          32s\ncheckoutservice-8445f8b6cb-llp8m         1/1     Running        0          32s\ncurrencyservice-75686c9564-rcqhz         1/1     Running        0          32s\nemailservice-b78fc569b-fpp7p             1/1     Running        0          32s\nfrontend-6778bd7b8b-6rp94                1/1     Running        0          32s\npaymentservice-78c5996648-vtf4d          1/1     Running        0          31s\nproductcatalogservice-ddb46fc86-glgt4    1/1     Running        0          31s\nrecommendationservice-7df9c5b676-k66cl   1/1     Running        0          31s\nredis-cart-68db7b6f97-l59zz              1/1     Running        0          31s\nshippingservice-7cbfcb6d68-hdhtg         1/1     Running        0          30s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS         RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-7b5ff9bbd7-r2s5r               0/1     ErrImagePull   0          30s   172.20.3.192   worker-03   <none>           <none>\ncartservice-79b49f5555-fkr96             1/1     Running        0          32s   172.20.1.65    worker-01   <none>           <none>\ncheckoutservice-8445f8b6cb-llp8m         1/1     Running        0          32s   172.20.3.189   worker-03   <none>           <none>\ncurrencyservice-75686c9564-rcqhz         1/1     Running        0          32s   172.20.1.66    worker-01   <none>           <none>\nemailservice-b78fc569b-fpp7p             1/1     Running        0          32s   172.20.1.67    worker-01   <none>           <none>\nfrontend-6778bd7b8b-6rp94                1/1     Running        0          32s   172.20.1.68    worker-01   <none>           <none>\npaymentservice-78c5996648-vtf4d          1/1     Running        0          31s   172.20.2.40    worker-02   <none>           <none>\nproductcatalogservice-ddb46fc86-glgt4    1/1     Running        0          31s   172.20.3.190   worker-03   <none>           <none>\nrecommendationservice-7df9c5b676-k66cl   1/1     Running        0          31s   172.20.1.69    worker-01   <none>           <none>\nredis-cart-68db7b6f97-l59zz              1/1     Running        0          31s   172.20.3.191   worker-03   <none>           <none>\nshippingservice-7cbfcb6d68-hdhtg         1/1     Running        0          30s   172.20.2.41    worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS         RESTARTS   AGE   LABELS\nadservice-7b5ff9bbd7-r2s5r               0/1     ErrImagePull   0          30s   app=adservice,pod-template-hash=7b5ff9bbd7\ncartservice-79b49f5555-fkr96             1/1     Running        0          32s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb-llp8m         1/1     Running        0          32s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564-rcqhz         1/1     Running        0          32s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b-fpp7p             1/1     Running        0          32s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b-6rp94                1/1     Running        0          32s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648-vtf4d          1/1     Running        0          31s   app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86-glgt4    1/1     Running        0          31s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676-k66cl   1/1     Running        0          31s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-68db7b6f97-l59zz              1/1     Running        0          31s   app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68-hdhtg         1/1     Running        0          30s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"adservice-7b5ff9bbd7-r2s5r\",\"namespace\":\"boutique\"}": "Name:             adservice-7b5ff9bbd7-r2s5r\nNamespace:        boutique\nPriority:         0\nService Account:  adservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 20:44:57 +0800\nLabels:           app=adservice\n                  pod-template-hash=7b5ff9bbd7\nAnnotations:      <none>\nStatus:           Pending\nIP:               172.20.3.192\nIPs:\n  IP:           172.20.3.192\nControlled By:  ReplicaSet/adservice-7b5ff9bbd7\nContainers:\n  server:\n    Container ID:   \n    Image:          ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\n    Image ID:       \n    Port:           9555/TCP\n    Host Port:      0/TCP\n    State:          Waiting\n      Reason:       ErrImagePull\n    Ready:          False\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-9z7cq (ro)\nConditions:\n  Type                        Status\n  PodReadyToStartContainers   True \n  Initialized                 True \n  Ready                       False \n  ContainersReady             False \n  PodScheduled                True \nVolumes:\n  kube-api-access-9z7cq:\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  30s                default-scheduler  Successfully assigned boutique/adservice-7b5ff9bbd7-r2s5r to worker-03\n  Normal   Pulling    14s (x2 over 30s)  kubelet            Pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n  Warning  Failed     14s (x2 over 28s)  kubelet            Failed to pull image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\": failed to pull and unpack image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\": failed to resolve reference \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\": failed to do request: Head \"https://ghost-registry.example.net/v2/google-samples/microservices-demo/adservice/manifests/v0.10.3\": dial tcp: lookup ghost-registry.example.net on 127.0.0.53:53: no such host\n  Warning  Failed     14s (x2 over 28s)  kubelet            Error: ErrImagePull\n  Normal   BackOff    1s (x2 over 28s)   kubelet            Back-off pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n  Warning  Failed     1s (x2 over 28s)   kubelet            Error: ImagePullBackOff\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-7b5ff9bbd7-r2s5r\",\"namespace\":\"boutique\"}": "NAME                         READY   STATUS         RESTARTS   AGE\nadservice-7b5ff9bbd7-r2s5r   0/1     ErrImagePull   0          30s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-7b5ff9bbd7-r2s5r\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                         READY   STATUS         RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-7b5ff9bbd7-r2s5r   0/1     ErrImagePull   0          30s   172.20.3.192   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-7b5ff9bbd7-r2s5r\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                         READY   STATUS         RESTARTS   AGE   LABELS\nadservice-7b5ff9bbd7-r2s5r   0/1     ErrImagePull   0          30s   app=adservice,pod-template-hash=7b5ff9bbd7\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-fkr96\",\"namespace\":\"boutique\"}": "Name:             cartservice-79b49f5555-fkr96\nNamespace:        boutique\nPriority:         0\nService Account:  cartservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 20:44:55 +0800\nLabels:           app=cartservice\n                  pod-template-hash=79b49f5555\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.65\nIPs:\n  IP:           172.20.1.65\nControlled By:  ReplicaSet/cartservice-79b49f5555\nContainers:\n  server:\n    Container ID:   containerd://d10e5479444a9501affd004665c3e8efb510f08a69c1cc49952ff12e927c8022\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:      Mon, 10 Nov 2025 20:44:55 +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-28h4q (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-28h4q:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/cartservice-79b49f5555-fkr96 to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-fkr96\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\ncartservice-79b49f5555-fkr96   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-fkr96\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\ncartservice-79b49f5555-fkr96   1/1     Running   0          32s   172.20.1.65   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-fkr96\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\ncartservice-79b49f5555-fkr96   1/1     Running   0          32s   app=cartservice,pod-template-hash=79b49f5555\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-llp8m\",\"namespace\":\"boutique\"}": "Name:             checkoutservice-8445f8b6cb-llp8m\nNamespace:        boutique\nPriority:         0\nService Account:  checkoutservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 20:44:55 +0800\nLabels:           app=checkoutservice\n                  pod-template-hash=8445f8b6cb\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.189\nIPs:\n  IP:           172.20.3.189\nControlled By:  ReplicaSet/checkoutservice-8445f8b6cb\nContainers:\n  server:\n    Container ID:   containerd://aeef00c67bf6c7190b39643fda66878e23b04aff2c925cf8c75ac8dc7403a0df\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:      Mon, 10 Nov 2025 20:44:55 +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-vswk5 (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-vswk5:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/checkoutservice-8445f8b6cb-llp8m to worker-03\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-llp8m\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-llp8m   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-llp8m\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncheckoutservice-8445f8b6cb-llp8m   1/1     Running   0          32s   172.20.3.189   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-llp8m\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncheckoutservice-8445f8b6cb-llp8m   1/1     Running   0          33s   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-rcqhz\",\"namespace\":\"boutique\"}": "Name:             currencyservice-75686c9564-rcqhz\nNamespace:        boutique\nPriority:         0\nService Account:  currencyservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 20:44:55 +0800\nLabels:           app=currencyservice\n                  pod-template-hash=75686c9564\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.66\nIPs:\n  IP:           172.20.1.66\nControlled By:  ReplicaSet/currencyservice-75686c9564\nContainers:\n  server:\n    Container ID:   containerd://ce86c36ab59b6bc460c2bdd385df16cd395f95c2562fff025894d96d1953320f\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:      Mon, 10 Nov 2025 20:44:56 +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-lsk2k (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-lsk2k:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/currencyservice-75686c9564-rcqhz to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-rcqhz\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-rcqhz   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-rcqhz\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\ncurrencyservice-75686c9564-rcqhz   1/1     Running   0          33s   172.20.1.66   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-rcqhz\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncurrencyservice-75686c9564-rcqhz   1/1     Running   0          33s   app=currencyservice,pod-template-hash=75686c9564\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-fpp7p\",\"namespace\":\"boutique\"}": "Name:             emailservice-b78fc569b-fpp7p\nNamespace:        boutique\nPriority:         0\nService Account:  emailservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 20:44:55 +0800\nLabels:           app=emailservice\n                  pod-template-hash=b78fc569b\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.67\nIPs:\n  IP:           172.20.1.67\nControlled By:  ReplicaSet/emailservice-b78fc569b\nContainers:\n  server:\n    Container ID:   containerd://af5d47da5bb37806629d146ad0160bacd0dcc6199ed03c52a8f951a925fb84f6\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:      Mon, 10 Nov 2025 20:44:56 +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-vqlw4 (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-vqlw4:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/emailservice-b78fc569b-fpp7p to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-fpp7p\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-fpp7p   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-fpp7p\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\nemailservice-b78fc569b-fpp7p   1/1     Running   0          33s   172.20.1.67   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-fpp7p\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\nemailservice-b78fc569b-fpp7p   1/1     Running   0          33s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-6rp94\",\"namespace\":\"boutique\"}": "Name:             frontend-6778bd7b8b-6rp94\nNamespace:        boutique\nPriority:         0\nService Account:  frontend\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 20:44:56 +0800\nLabels:           app=frontend\n                  pod-template-hash=6778bd7b8b\nAnnotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\nStatus:           Running\nIP:               172.20.1.68\nIPs:\n  IP:           172.20.1.68\nControlled By:  ReplicaSet/frontend-6778bd7b8b\nContainers:\n  server:\n    Container ID:   containerd://723664c8bdadd7c107285a5ef294eb51f253373f40938d55369db57c03ddccb5\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:      Mon, 10 Nov 2025 20:44:56 +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-6h7sw (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-6h7sw:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/frontend-6778bd7b8b-6rp94 to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-6rp94\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-6rp94   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-6rp94\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\nfrontend-6778bd7b8b-6rp94   1/1     Running   0          33s   172.20.1.68   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-6rp94\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nfrontend-6778bd7b8b-6rp94   1/1     Running   0          33s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-vtf4d\",\"namespace\":\"boutique\"}": "Name:             paymentservice-78c5996648-vtf4d\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             worker-02/192.168.0.53\nStart Time:       Mon, 10 Nov 2025 20:44:56 +0800\nLabels:           app=paymentservice\n                  pod-template-hash=78c5996648\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.2.40\nIPs:\n  IP:           172.20.2.40\nControlled By:  ReplicaSet/paymentservice-78c5996648\nContainers:\n  server:\n    Container ID:   containerd://7355a9813f1f3bb224b770e9e3964dec9cc77cc62629e65db59f32777f6f00f3\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:      Mon, 10 Nov 2025 20:44:56 +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-kbmbs (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-kbmbs:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/paymentservice-78c5996648-vtf4d to worker-02\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-vtf4d\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-vtf4d   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-vtf4d\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\npaymentservice-78c5996648-vtf4d   1/1     Running   0          32s   172.20.2.40   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-vtf4d\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-78c5996648-vtf4d   1/1     Running   0          32s   app=paymentservice,pod-template-hash=78c5996648\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-glgt4\",\"namespace\":\"boutique\"}": "Name:             productcatalogservice-ddb46fc86-glgt4\nNamespace:        boutique\nPriority:         0\nService Account:  productcatalogservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 20:44:56 +0800\nLabels:           app=productcatalogservice\n                  pod-template-hash=ddb46fc86\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.190\nIPs:\n  IP:           172.20.3.190\nControlled By:  ReplicaSet/productcatalogservice-ddb46fc86\nContainers:\n  server:\n    Container ID:   containerd://03cdaacff0a5cb0211a29918380cca23d1e05b74a13be25a728807f63e3276bb\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:      Mon, 10 Nov 2025 20:44:57 +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-ctfnn (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-ctfnn:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/productcatalogservice-ddb46fc86-glgt4 to worker-03\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    31s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-glgt4\",\"namespace\":\"boutique\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-glgt4   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-glgt4\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nproductcatalogservice-ddb46fc86-glgt4   1/1     Running   0          33s   172.20.3.190   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-glgt4\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   LABELS\nproductcatalogservice-ddb46fc86-glgt4   1/1     Running   0          33s   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-k66cl\",\"namespace\":\"boutique\"}": "Name:             recommendationservice-7df9c5b676-k66cl\nNamespace:        boutique\nPriority:         0\nService Account:  recommendationservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 20:44:56 +0800\nLabels:           app=recommendationservice\n                  pod-template-hash=7df9c5b676\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.69\nIPs:\n  IP:           172.20.1.69\nControlled By:  ReplicaSet/recommendationservice-7df9c5b676\nContainers:\n  server:\n    Container ID:   containerd://bf313a01b3681b96ae81c917ce39a11cb013102127490adf97e2f3291d3bdd70\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:      Mon, 10 Nov 2025 20:44:57 +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-kn9sz (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-kn9sz:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/recommendationservice-7df9c5b676-k66cl to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-k66cl\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-k66cl   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-k66cl\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\nrecommendationservice-7df9c5b676-k66cl   1/1     Running   0          33s   172.20.1.69   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-k66cl\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   LABELS\nrecommendationservice-7df9c5b676-k66cl   1/1     Running   0          33s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-l59zz\",\"namespace\":\"boutique\"}": "Name:             redis-cart-68db7b6f97-l59zz\nNamespace:        boutique\nPriority:         0\nService Account:  default\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 20:44:56 +0800\nLabels:           app=redis-cart\n                  pod-template-hash=68db7b6f97\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.191\nIPs:\n  IP:           172.20.3.191\nControlled By:  ReplicaSet/redis-cart-68db7b6f97\nContainers:\n  redis:\n    Container ID:   containerd://0874178e9f161f3f83b33708af690ba9016188c033e7c99b27adf11028c5ec35\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:      Mon, 10 Nov 2025 20:44:57 +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-hlnwn (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-hlnwn:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/redis-cart-68db7b6f97-l59zz to worker-03\n  Normal  Pulled     32s   kubelet            Container image \"redis:alpine\" already present on machine\n  Normal  Created    32s   kubelet            Created container redis\n  Normal  Started    32s   kubelet            Started container redis\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-l59zz\",\"namespace\":\"boutique\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-l59zz   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-l59zz\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nredis-cart-68db7b6f97-l59zz   1/1     Running   0          33s   172.20.3.191   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-l59zz\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   LABELS\nredis-cart-68db7b6f97-l59zz   1/1     Running   0          33s   app=redis-cart,pod-template-hash=68db7b6f97\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-hdhtg\",\"namespace\":\"boutique\"}": "Name:             shippingservice-7cbfcb6d68-hdhtg\nNamespace:        boutique\nPriority:         0\nService Account:  shippingservice\nNode:             worker-02/192.168.0.53\nStart Time:       Mon, 10 Nov 2025 20:44:57 +0800\nLabels:           app=shippingservice\n                  pod-template-hash=7cbfcb6d68\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.2.41\nIPs:\n  IP:           172.20.2.41\nControlled By:  ReplicaSet/shippingservice-7cbfcb6d68\nContainers:\n  server:\n    Container ID:   containerd://c7fcb6bc5bca1e7e1eb50c236a7da810cb66aa4094c8b9e6a74f20efde82d158\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:      Mon, 10 Nov 2025 20:44:57 +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-fg2k6 (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-fg2k6:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/shippingservice-7cbfcb6d68-hdhtg to worker-02\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-hdhtg\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-hdhtg   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-hdhtg\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\nshippingservice-7cbfcb6d68-hdhtg   1/1     Running   0          32s   172.20.2.41   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-hdhtg\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\nshippingservice-7cbfcb6d68-hdhtg   1/1     Running   0          32s   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.220.250   <none>        9555/TCP       32s\ncartservice             ClusterIP   10.68.46.15     <none>        7070/TCP       34s\ncheckoutservice         ClusterIP   10.68.18.32     <none>        5050/TCP       34s\ncurrencyservice         ClusterIP   10.68.28.80     <none>        7000/TCP       34s\nemailservice            ClusterIP   10.68.179.84    <none>        5000/TCP       34s\nfrontend                ClusterIP   10.68.208.86    <none>        80/TCP         34s\nfrontend-external       NodePort    10.68.242.51    <none>        80:30080/TCP   34s\npaymentservice          ClusterIP   10.68.84.191    <none>        50051/TCP      33s\nproductcatalogservice   ClusterIP   10.68.20.200    <none>        3550/TCP       33s\nrecommendationservice   ClusterIP   10.68.193.212   <none>        8080/TCP       33s\nredis-cart              ClusterIP   10.68.9.117     <none>        6379/TCP       33s\nshippingservice         ClusterIP   10.68.255.141   <none>        50051/TCP      33s\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.220.250   <none>        9555/TCP       32s   app=adservice\ncartservice             ClusterIP   10.68.46.15     <none>        7070/TCP       34s   app=cartservice\ncheckoutservice         ClusterIP   10.68.18.32     <none>        5050/TCP       34s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.28.80     <none>        7000/TCP       34s   app=currencyservice\nemailservice            ClusterIP   10.68.179.84    <none>        5000/TCP       34s   app=emailservice\nfrontend                ClusterIP   10.68.208.86    <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.242.51    <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.84.191    <none>        50051/TCP      33s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.20.200    <none>        3550/TCP       33s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.193.212   <none>        8080/TCP       33s   app=recommendationservice\nredis-cart              ClusterIP   10.68.9.117     <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.255.141   <none>        50051/TCP      33s   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.220.250   <none>        9555/TCP       32s   app=adservice\ncartservice             ClusterIP   10.68.46.15     <none>        7070/TCP       34s   app=cartservice\ncheckoutservice         ClusterIP   10.68.18.32     <none>        5050/TCP       34s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.28.80     <none>        7000/TCP       34s   app=currencyservice\nemailservice            ClusterIP   10.68.179.84    <none>        5000/TCP       34s   app=emailservice\nfrontend                ClusterIP   10.68.208.86    <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.242.51    <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.84.191    <none>        50051/TCP      33s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.20.200    <none>        3550/TCP       33s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.193.212   <none>        8080/TCP       33s   app=recommendationservice\nredis-cart              ClusterIP   10.68.9.117     <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.255.141   <none>        50051/TCP      33s   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.220.250\nIPs:                      10.68.220.250\nPort:                     grpc  9555/TCP\nTargetPort:               9555/TCP\nEndpoints:                172.20.3.192: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.220.250   <none>        9555/TCP   33s\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.220.250   <none>        9555/TCP   33s   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.220.250   <none>        9555/TCP   33s   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.46.15\nIPs:                      10.68.46.15\nPort:                     grpc  7070/TCP\nTargetPort:               7070/TCP\nEndpoints:                172.20.1.65: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.46.15   <none>        7070/TCP   35s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   SELECTOR\ncartservice   ClusterIP   10.68.46.15   <none>        7070/TCP   35s   app=cartservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   LABELS\ncartservice   ClusterIP   10.68.46.15   <none>        7070/TCP   35s   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.18.32\nIPs:                      10.68.18.32\nPort:                     grpc  5050/TCP\nTargetPort:               5050/TCP\nEndpoints:                172.20.3.189: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.18.32   <none>        5050/TCP   35s\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.18.32   <none>        5050/TCP   35s   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.18.32   <none>        5050/TCP   35s   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.28.80\nIPs:                      10.68.28.80\nPort:                     grpc  7000/TCP\nTargetPort:               7000/TCP\nEndpoints:                172.20.1.66: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.28.80   <none>        7000/TCP   35s\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.28.80   <none>        7000/TCP   35s   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.28.80   <none>        7000/TCP   35s   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.179.84\nIPs:                      10.68.179.84\nPort:                     grpc  5000/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.67: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.179.84   <none>        5000/TCP   35s\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.179.84   <none>        5000/TCP   36s   app=emailservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\nemailservice   ClusterIP   10.68.179.84   <none>        5000/TCP   36s   app=emailservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                     frontend\nNamespace:                boutique\nLabels:                   app=frontend\nAnnotations:              <none>\nSelector:                 app=frontend\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.208.86\nIPs:                      10.68.208.86\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.68: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.208.86   <none>        80/TCP    36s\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.208.86   <none>        80/TCP    36s   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.208.86   <none>        80/TCP    36s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"frontend-external\",\"namespace\":\"boutique\"}": "Name:                     frontend-external\nNamespace:                boutique\nLabels:                   app=frontend\nAnnotations:              <none>\nSelector:                 app=frontend\nType:                     NodePort\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.242.51\nIPs:                      10.68.242.51\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nNodePort:                 http  30080/TCP\nEndpoints:                172.20.1.68: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.242.51   <none>        80:30080/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                TYPE       CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE   SELECTOR\nfrontend-external   NodePort   10.68.242.51   <none>        80:30080/TCP   36s   app=frontend\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                TYPE       CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE   LABELS\nfrontend-external   NodePort   10.68.242.51   <none>        80:30080/TCP   36s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                     paymentservice\nNamespace:                boutique\nLabels:                   app=paymentservice\nAnnotations:              <none>\nSelector:                 app=paymentservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.84.191\nIPs:                      10.68.84.191\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.2.40: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.84.191   <none>        50051/TCP   35s\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.84.191   <none>        50051/TCP   35s   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.84.191   <none>        50051/TCP   35s   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.20.200\nIPs:                      10.68.20.200\nPort:                     grpc  3550/TCP\nTargetPort:               3550/TCP\nEndpoints:                172.20.3.190: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.20.200   <none>        3550/TCP   35s\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.20.200   <none>        3550/TCP   35s   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.20.200   <none>        3550/TCP   35s   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.193.212\nIPs:                      10.68.193.212\nPort:                     grpc  8080/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.69: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.193.212   <none>        8080/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nrecommendationservice   ClusterIP   10.68.193.212   <none>        8080/TCP   36s   app=recommendationservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   LABELS\nrecommendationservice   ClusterIP   10.68.193.212   <none>        8080/TCP   36s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:                     redis-cart\nNamespace:                boutique\nLabels:                   app=redis-cart\nAnnotations:              <none>\nSelector:                 app=redis-cart\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.9.117\nIPs:                      10.68.9.117\nPort:                     tcp-redis  6379/TCP\nTargetPort:               6379/TCP\nEndpoints:                172.20.3.191: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.9.117   <none>        6379/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nredis-cart   ClusterIP   10.68.9.117   <none>        6379/TCP   36s   app=redis-cart\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)    AGE   LABELS\nredis-cart   ClusterIP   10.68.9.117   <none>        6379/TCP   36s   app=redis-cart\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:                     shippingservice\nNamespace:                boutique\nLabels:                   app=shippingservice\nAnnotations:              <none>\nSelector:                 app=shippingservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.255.141\nIPs:                      10.68.255.141\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.2.41: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.255.141   <none>        50051/TCP   36s\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.255.141   <none>        50051/TCP   36s   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.255.141   <none>        50051/TCP   36s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nadservice               0/1     1            0           35s\ncartservice             1/1     1            1           37s\ncheckoutservice         1/1     1            1           37s\ncurrencyservice         1/1     1            1           37s\nemailservice            1/1     1            1           37s\nfrontend                1/1     1            1           37s\npaymentservice          1/1     1            1           36s\nproductcatalogservice   1/1     1            1           36s\nrecommendationservice   1/1     1            1           36s\nredis-cart              1/1     1            1           36s\nshippingservice         1/1     1            1           36s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice               0/1     1            0           35s   server       ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3               app=adservice\ncartservice             1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice\ncheckoutservice         1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice\ncurrencyservice         1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3         app=currencyservice\nemailservice            1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3            app=emailservice\nfrontend                1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3                app=frontend\npaymentservice          1/1     1            1           36s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice\nproductcatalogservice   1/1     1            1           36s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice\nrecommendationservice   1/1     1            1           36s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice\nredis-cart              1/1     1            1           36s   redis        redis:alpine                                                                                 app=redis-cart\nshippingservice         1/1     1            1           36s   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               0/1     1            0           35s   app=adservice\ncartservice             1/1     1            1           37s   app=cartservice\ncheckoutservice         1/1     1            1           37s   app=checkoutservice\ncurrencyservice         1/1     1            1           37s   app=currencyservice\nemailservice            1/1     1            1           37s   app=emailservice\nfrontend                1/1     1            1           37s   app=frontend\npaymentservice          1/1     1            1           36s   app=paymentservice\nproductcatalogservice   1/1     1            1           36s   app=productcatalogservice\nrecommendationservice   1/1     1            1           36s   app=recommendationservice\nredis-cart              1/1     1            1           36s   app=redis-cart\nshippingservice         1/1     1            1           36s   app=shippingservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "Name:                   adservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:57 +0800\nLabels:                 app=adservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=adservice\nReplicas:               1 desired | 1 updated | 1 total | 0 available | 1 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=adservice\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      ghost-registry.example.net/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      False   MinimumReplicasUnavailable\n  Progressing    True    ReplicaSetUpdated\nOldReplicaSets:  <none>\nNewReplicaSet:   adservice-7b5ff9bbd7 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  35s   deployment-controller  Scaled up replica set adservice-7b5ff9bbd7 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   0/1     1            0           35s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                           SELECTOR\nadservice   0/1     1            0           35s   server       ghost-registry.example.net/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   0/1     1            0           36s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                   cartservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:55 +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  38s   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           38s\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           38s   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           38s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                   checkoutservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:55 +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  38s   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           38s\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           38s   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           38s   app=checkoutservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                   currencyservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:55 +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  38s   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           38s\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           38s   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           38s   app=currencyservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                   emailservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:55 +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  38s   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           38s\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           38s   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           38s   app=emailservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                   frontend\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:55 +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  38s   deployment-controller  Scaled up replica set frontend-6778bd7b8b to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE\nfrontend   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                          SELECTOR\nfrontend   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3   app=frontend\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nfrontend   1/1     1            1           39s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                   paymentservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:56 +0800\nLabels:                 app=paymentservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=paymentservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=paymentservice\n  Service Account:  paymentservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\n    Port:       50051/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   paymentservice-78c5996648 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  38s   deployment-controller  Scaled up replica set paymentservice-78c5996648 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE\npaymentservice   1/1     1            1           38s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                SELECTOR\npaymentservice   1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3   app=paymentservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\npaymentservice   1/1     1            1           38s   app=paymentservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:                   productcatalogservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:56 +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  38s   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           38s\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           38s   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           38s   app=productcatalogservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:                   recommendationservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:56 +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  38s   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           38s\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           38s   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           38s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:                   redis-cart\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:56 +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  38s   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           38s\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           38s   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           39s   app=redis-cart\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:                   shippingservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 20:44:56 +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  39s   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           39s\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           39s   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           39s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"statefulsets\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"statefulsets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"statefulsets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"daemonsets\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"daemonsets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"daemonsets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                 DATA   AGE\nistio-ca-crl         1      14d\nistio-ca-root-cert   1      14d\nkube-root-ca.crt     1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                 DATA   AGE\nistio-ca-crl         1      14d\nistio-ca-root-cert   1      14d\nkube-root-ca.crt     1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                 DATA   AGE   LABELS\nistio-ca-crl         1      14d   istio.io/config=true\nistio-ca-root-cert   1      14d   istio.io/config=true\nkube-root-ca.crt     1      14d   <none>\n",
  "DescribeResource:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\"}": "Name:         istio-ca-crl\nNamespace:    boutique\nLabels:       istio.io/config=true\nAnnotations:  <none>\n\nData\n====\nca-crl.pem:\n----\n\n\n\nBinaryData\n====\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\"}": "NAME           DATA   AGE\nistio-ca-crl   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           DATA   AGE\nistio-ca-crl   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-crl\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           DATA   AGE   LABELS\nistio-ca-crl   1      14d   istio.io/config=true\n",
  "DescribeResource:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\"}": "Name:         istio-ca-root-cert\nNamespace:    boutique\nLabels:       istio.io/config=true\nAnnotations:  <none>\n\nData\n====\nroot-cert.pem:\n----\n-----BEGIN CERTIFICATE-----\nMIIC/DCCAeSgAwIBAgIQS06mWZHLbH4mzjYZnkFxNDANBgkqhkiG9w0BAQsFADAY\nMRYwFAYDVQQKEw1jbHVzdGVyLmxvY2FsMB4XDTI1MTAyNzEyMzIyNFoXDTM1MTAy\nNTEyMzIyNFowGDEWMBQGA1UEChMNY2x1c3Rlci5sb2NhbDCCASIwDQYJKoZIhvcN\nAQEBBQADggEPADCCAQoCggEBANKJ8Dm7RDjAIODjpoGzcxSUUDdg1/S3TG0QbcFt\ngvH6nyevjzcwL3uO/bjDRDdqPuDBw5/4lqn//tLenkdhbI0TJomBtMtmSHdFajBI\nBa6n1LYttQM88JGNPOtj4AxukawP3YzNtx8ELTQxV21LdIr75Zya2iRnyGL+svyk\nEzBiaydnyumiPmOlF8xS1wD0XHnr321G87oGCijh5gqRsEAeMoFdcNHmcTNZ/+ZT\nlik2IMJhfG4RF6g67pgz1iIvYby0wfCmkC66o/nW4XsZUmyT2WG/26t4GAwoDveu\nog5YXmOECEF4byTJfkMGnfc37MSKhdHSRf0y2dpi+chxmVECAwEAAaNCMEAwDgYD\nVR0PAQH/BAQDAgIEMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMrASBsIL+MB\nnfWJHjVVpn7m6RitMA0GCSqGSIb3DQEBCwUAA4IBAQCBZuSz907vA3pojd3VQ3cK\nSMF5J+6ZR+LP35uXgxdsTamdiNt5MO5pcHx+Oj05vpeMcpvxnqAM0upzCoauBDiw\ntdSV2PH9pQiDiORbkHsRafiIkPqActP6j6slvAZs+vXE3ujNYGH6SEOaXUQBPrPU\n4JNo8pSSTEN6b2xxjgbGVU6GpZ3lxRw2ixcPExbbN0XdJ/ndIa6g1b8p2ett5pPG\nnoO5kFzBWGIerJVLrkuTku0BieyWdyaKZiPvM9a8wLZkAtlTeEgqWahMD0ja3dW5\nTY1ywWUvO+X+ZEDFHmhNbxDQ9vsxJc5Gt1BO4CmO+Fe4x9eZg7oKJDJ3FCu+jQ6m\n-----END CERTIFICATE-----\n\n\n\nBinaryData\n====\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\"}": "NAME                 DATA   AGE\nistio-ca-root-cert   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                 DATA   AGE\nistio-ca-root-cert   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"istio-ca-root-cert\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                 DATA   AGE   LABELS\nistio-ca-root-cert   1      14d   istio.io/config=true\n",
  "DescribeResource:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\"}": "Name:         kube-root-ca.crt\nNamespace:    boutique\nLabels:       <none>\nAnnotations:  kubernetes.io/description:\n                Contains a CA bundle that can be used to verify the kube-apiserver when using internal endpoints such as the internal service IP or kubern...\n\nData\n====\nca.crt:\n----\n-----BEGIN CERTIFICATE-----\nMIIDmjCCAoKgAwIBAgIUc24iu1BGRRu/yQQxViYuHFO9cEQwDQYJKoZIhvcNAQEL\nBQAwZDELMAkGA1UEBhMCQ04xETAPBgNVBAgTCEhhbmdaaG91MQswCQYDVQQHEwJY\nUzEMMAoGA1UEChMDazhzMQ8wDQYDVQQLEwZTeXN0ZW0xFjAUBgNVBAMTDWt1YmVy\nbmV0ZXMtY2EwIBcNMjUwODExMDY0MTAwWhgPMjEyNTA3MTgwNjQxMDBaMGQxCzAJ\nBgNVBAYTAkNOMREwDwYDVQQIEwhIYW5nWmhvdTELMAkGA1UEBxMCWFMxDDAKBgNV\nBAoTA2s4czEPMA0GA1UECxMGU3lzdGVtMRYwFAYDVQQDEw1rdWJlcm5ldGVzLWNh\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyHAp8ZOQs0I3E5Cuu6+e\ndZVgPERCtLRTA2Z1j3xpKQGS8XzALdFJwNH62EDEJy2BTqsAhRalmgY/nuqtEiU5\nzB1uPhE/pJR8aZV79Um9oH4eZRSpWS2IM0h4u/OPSbxpVHXiLBjlogMNCVlqOiSg\nyxZpoXPP1naBYuamKEAFV2U4lJtl+uWrhVGGILAQME5n3U4WI7EXnniImw2KWE0G\nuZ4SZmQQjT9zBic4xcqoieAGnxq2rh+dnCYpsgZdnr2tnWXUEhKzDiy2403/8fCz\nhuv7PQniEcp0wAYr27tpN6/qrrWkAYTMHWeKsBWbqBKB25L5Mc+5BVDrjnlw/E14\n6wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQU+G6Ty8pWyQu70uLC2qnWQK+tBv0wDQYJKoZIhvcNAQELBQADggEBAANl\ntcqmb5vamelu/TTqabrsu+O65lNNn5+aYBbZPOQMobWsZy1CjNg3Gj9pGClbnGt+\nwI/0r5YYWWWKe5qiHiAJ44g9RooAaIlRubl9B2nD/sBkRCQl0ldiEHn1TA90pGZR\nRLiLeJWwlAipq3u/vJxvIl+1h0NhOKMGnmnpXFdSL4NNMEZwBze1J0dqfiqE6AQq\ndz12Mtpz2uBQFbOt5Tg3XbIhSkask0E5ew+t533gYb/lWhyCc8z7Gr6IW+Db81TT\n/wcDqoUbpMwjJTgsGbm050oXw+Ten16NhL3Q35FGJjuyLoYTqsOsst01vJMK9BWN\nMp0hDXT0C1RaPe/UIc4=\n-----END CERTIFICATE-----\n\n\n\nBinaryData\n====\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\"}": "NAME               DATA   AGE\nkube-root-ca.crt   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME               DATA   AGE\nkube-root-ca.crt   1      14d\n",
  "GetResources:{\"resource_type\":\"configmaps\",\"name\":\"kube-root-ca.crt\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME               DATA   AGE   LABELS\nkube-root-ca.crt   1      14d   <none>\n",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 40s\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>                 40s   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>                 40s   <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-l59zz\nEvents:        <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\"}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   VOLUMEMODE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   LABELS\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   <none>\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nadservice-7b5ff9bbd7               1         1         0       40s\ncartservice-79b49f5555             1         1         1       42s\ncheckoutservice-8445f8b6cb         1         1         1       42s\ncurrencyservice-75686c9564         1         1         1       42s\nemailservice-b78fc569b             1         1         1       42s\nfrontend-6778bd7b8b                1         1         1       42s\npaymentservice-78c5996648          1         1         1       41s\nproductcatalogservice-ddb46fc86    1         1         1       41s\nrecommendationservice-7df9c5b676   1         1         1       41s\nredis-cart-68db7b6f97              1         1         1       41s\nshippingservice-7cbfcb6d68         1         1         1       41s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice-7b5ff9bbd7               1         1         0       40s   server       ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3               app=adservice,pod-template-hash=7b5ff9bbd7\ncartservice-79b49f5555             1         1         1       42s   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       42s   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       42s   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       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3            app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b                1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3                app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648          1         1         1       41s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86    1         1         1       41s   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       41s   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       41s   redis        redis:alpine                                                                                 app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68         1         1         1       41s   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-7b5ff9bbd7               1         1         0       40s   app=adservice,pod-template-hash=7b5ff9bbd7\ncartservice-79b49f5555             1         1         1       42s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb         1         1         1       42s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564         1         1         1       42s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b             1         1         1       42s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b                1         1         1       42s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648          1         1         1       41s   app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86    1         1         1       41s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676   1         1         1       41s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-68db7b6f97              1         1         1       41s   app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68         1         1         1       41s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"adservice-7b5ff9bbd7\",\"namespace\":\"boutique\"}": "Name:           adservice-7b5ff9bbd7\nNamespace:      boutique\nSelector:       app=adservice,pod-template-hash=7b5ff9bbd7\nLabels:         app=adservice\n                pod-template-hash=7b5ff9bbd7\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:    0 Running / 1 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=adservice\n                    pod-template-hash=7b5ff9bbd7\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      ghost-registry.example.net/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  Normal  SuccessfulCreate  40s   replicaset-controller  Created pod: adservice-7b5ff9bbd7-r2s5r\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-7b5ff9bbd7\",\"namespace\":\"boutique\"}": "NAME                   DESIRED   CURRENT   READY   AGE\nadservice-7b5ff9bbd7   1         1         0       40s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-7b5ff9bbd7\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                   DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                           SELECTOR\nadservice-7b5ff9bbd7   1         1         0       40s   server       ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3   app=adservice,pod-template-hash=7b5ff9bbd7\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-7b5ff9bbd7\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                   DESIRED   CURRENT   READY   AGE   LABELS\nadservice-7b5ff9bbd7   1         1         0       40s   app=adservice,pod-template-hash=7b5ff9bbd7\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      42s   replicaset-controller  Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n  Normal   SuccessfulCreate  42s   replicaset-controller  Created pod: cartservice-79b49f5555-fkr96\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\ncartservice-79b49f5555   1         1         1       42s\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       42s   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       42s   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      42s (x2 over 42s)  replicaset-controller  Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n  Normal   SuccessfulCreate  42s                replicaset-controller  Created pod: checkoutservice-8445f8b6cb-llp8m\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncheckoutservice-8445f8b6cb   1         1         1       42s\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       43s   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       43s   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      43s (x3 over 43s)  replicaset-controller  Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n  Normal   SuccessfulCreate  43s                replicaset-controller  Created pod: currencyservice-75686c9564-rcqhz\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncurrencyservice-75686c9564   1         1         1       43s\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       43s   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       43s   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      43s   replicaset-controller  Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n  Normal   SuccessfulCreate  43s   replicaset-controller  Created pod: emailservice-b78fc569b-fpp7p\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\nemailservice-b78fc569b   1         1         1       43s\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       43s   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       43s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\"}": "Name:           frontend-6778bd7b8b\nNamespace:      boutique\nSelector:       app=frontend,pod-template-hash=6778bd7b8b\nLabels:         app=frontend\n                pod-template-hash=6778bd7b8b\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/frontend\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=frontend\n                    pod-template-hash=6778bd7b8b\n  Annotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\n  Service Account:  frontend\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:     100m\n      memory:  64Mi\n    Environment:\n      PORT:                             8080\n      PRODUCT_CATALOG_SERVICE_ADDR:     productcatalogservice:3550\n      CURRENCY_SERVICE_ADDR:            currencyservice:7000\n      CART_SERVICE_ADDR:                cartservice:7070\n      RECOMMENDATION_SERVICE_ADDR:      recommendationservice:8080\n      SHIPPING_SERVICE_ADDR:            shippingservice:50051\n      CHECKOUT_SERVICE_ADDR:            checkoutservice:5050\n      AD_SERVICE_ADDR:                  adservice:9555\n      SHOPPING_ASSISTANT_SERVICE_ADDR:  shoppingassistantservice:80\n      ENABLE_PROFILER:                  0\n    Mounts:                             <none>\n  Volumes:                              <none>\n  Node-Selectors:                       <none>\n  Tolerations:                          <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  42s   replicaset-controller  Created pod: frontend-6778bd7b8b-6rp94\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\"}": "NAME                  DESIRED   CURRENT   READY   AGE\nfrontend-6778bd7b8b   1         1         1       43s\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       43s   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       43s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\"}": "Name:           paymentservice-78c5996648\nNamespace:      boutique\nSelector:       app=paymentservice,pod-template-hash=78c5996648\nLabels:         app=paymentservice\n                pod-template-hash=78c5996648\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/paymentservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=paymentservice\n                    pod-template-hash=78c5996648\n  Service Account:  paymentservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\n    Port:       50051/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:50051  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              50051\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  42s   replicaset-controller  Created pod: paymentservice-78c5996648-vtf4d\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\"}": "NAME                        DESIRED   CURRENT   READY   AGE\npaymentservice-78c5996648   1         1         1       42s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                SELECTOR\npaymentservice-78c5996648   1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3   app=paymentservice,pod-template-hash=78c5996648\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        DESIRED   CURRENT   READY   AGE   LABELS\npaymentservice-78c5996648   1         1         1       42s   app=paymentservice,pod-template-hash=78c5996648\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\"}": "Name:           productcatalogservice-ddb46fc86\nNamespace:      boutique\nSelector:       app=productcatalogservice,pod-template-hash=ddb46fc86\nLabels:         app=productcatalogservice\n                pod-template-hash=ddb46fc86\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/productcatalogservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=productcatalogservice\n                    pod-template-hash=ddb46fc86\n  Service Account:  productcatalogservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\n    Port:       3550/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              3550\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  43s   replicaset-controller  Created pod: productcatalogservice-ddb46fc86-glgt4\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\"}": "NAME                              DESIRED   CURRENT   READY   AGE\nproductcatalogservice-ddb46fc86   1         1         1       43s\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       43s   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       43s   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  43s   replicaset-controller  Created pod: recommendationservice-7df9c5b676-k66cl\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nrecommendationservice-7df9c5b676   1         1         1       43s\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       43s   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       43s   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  43s   replicaset-controller  Created pod: redis-cart-68db7b6f97-l59zz\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-68db7b6f97\",\"namespace\":\"boutique\"}": "NAME                    DESIRED   CURRENT   READY   AGE\nredis-cart-68db7b6f97   1         1         1       43s\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       43s   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       43s   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  42s   replicaset-controller  Created pod: shippingservice-7cbfcb6d68-hdhtg\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"shippingservice-7cbfcb6d68\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\nshippingservice-7cbfcb6d68   1         1         1       43s\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       43s   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       43s   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         43s\ncartservice             0         45s\ncheckoutservice         0         45s\ncurrencyservice         0         45s\ndefault                 0         14d\nemailservice            0         45s\nfrontend                0         45s\npaymentservice          0         44s\nproductcatalogservice   0         44s\nrecommendationservice   0         44s\nshippingservice         0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nadservice               0         43s\ncartservice             0         45s\ncheckoutservice         0         45s\ncurrencyservice         0         45s\ndefault                 0         14d\nemailservice            0         45s\nfrontend                0         45s\npaymentservice          0         44s\nproductcatalogservice   0         44s\nrecommendationservice   0         44s\nshippingservice         0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nadservice               0         43s   <none>\ncartservice             0         45s   <none>\ncheckoutservice         0         45s   <none>\ncurrencyservice         0         45s   <none>\ndefault                 0         14d   <none>\nemailservice            0         45s   <none>\nfrontend                0         45s   <none>\npaymentservice          0         44s   <none>\nproductcatalogservice   0         44s   <none>\nrecommendationservice   0         44s   <none>\nshippingservice         0         44s   <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         43s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        SECRETS   AGE\nadservice   0         43s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        SECRETS   AGE   LABELS\nadservice   0         43s   <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         45s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          SECRETS   AGE\ncartservice   0         45s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          SECRETS   AGE   LABELS\ncartservice   0         45s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncheckoutservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncheckoutservice   0         46s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncurrencyservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncurrencyservice   0         46s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\"}": "Name:                default\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\"}": "NAME      SECRETS   AGE\ndefault   0         14d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME      SECRETS   AGE\ndefault   0         14d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME      SECRETS   AGE   LABELS\ndefault   0         14d   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                emailservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "NAME           SECRETS   AGE\nemailservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           SECRETS   AGE\nemailservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           SECRETS   AGE   LABELS\nemailservice   0         46s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                frontend\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       SECRETS   AGE\nfrontend   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       SECRETS   AGE\nfrontend   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       SECRETS   AGE   LABELS\nfrontend   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                paymentservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             SECRETS   AGE\npaymentservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             SECRETS   AGE\npaymentservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             SECRETS   AGE   LABELS\npaymentservice   0         46s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nproductcatalogservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nproductcatalogservice   0         46s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nrecommendationservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nrecommendationservice   0         46s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\nshippingservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\nshippingservice   0         46s   <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                                   46s\ncartservice             172.20.1.65:7070    48s\ncheckoutservice         172.20.3.189:5050   48s\ncurrencyservice         172.20.1.66:7000    48s\nemailservice            172.20.1.67:8080    48s\nfrontend                172.20.1.68:8080    48s\nfrontend-external       172.20.1.68:8080    48s\npaymentservice          172.20.2.40:50051   47s\nproductcatalogservice   172.20.3.190:3550   47s\nrecommendationservice   172.20.1.69:8080    47s\nredis-cart              172.20.3.191:6379   47s\nshippingservice         172.20.2.41:50051   47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nadservice                                   46s\ncartservice             172.20.1.65:7070    48s\ncheckoutservice         172.20.3.189:5050   48s\ncurrencyservice         172.20.1.66:7000    48s\nemailservice            172.20.1.67:8080    48s\nfrontend                172.20.1.68:8080    48s\nfrontend-external       172.20.1.68:8080    48s\npaymentservice          172.20.2.40:50051   47s\nproductcatalogservice   172.20.3.190:3550   47s\nrecommendationservice   172.20.1.69:8080    47s\nredis-cart              172.20.3.191:6379   47s\nshippingservice         172.20.2.41:50051   47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nadservice                                   46s   app=adservice\ncartservice             172.20.1.65:7070    48s   app=cartservice\ncheckoutservice         172.20.3.189:5050   48s   app=checkoutservice\ncurrencyservice         172.20.1.66:7000    48s   app=currencyservice\nemailservice            172.20.1.67:8080    48s   app=emailservice\nfrontend                172.20.1.68:8080    48s   app=frontend\nfrontend-external       172.20.1.68:8080    48s   app=frontend\npaymentservice          172.20.2.40:50051   47s   app=paymentservice\nproductcatalogservice   172.20.3.190:3550   47s   app=productcatalogservice\nrecommendationservice   172.20.1.69:8080    47s   app=recommendationservice\nredis-cart              172.20.3.191:6379   47s   app=redis-cart\nshippingservice         172.20.2.41:50051   47s   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-10T12:44:57Z\nSubsets:\n  Addresses:          <none>\n  NotReadyAddresses:  172.20.3.192\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               46s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        ENDPOINTS   AGE\nadservice               46s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        ENDPOINTS   AGE   LABELS\nadservice               46s   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-10T12:44:56Z\nSubsets:\n  Addresses:          172.20.1.65\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.65:7070   48s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          ENDPOINTS          AGE\ncartservice   172.20.1.65:7070   48s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          ENDPOINTS          AGE   LABELS\ncartservice   172.20.1.65:7070   48s   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-10T12:45:05Z\nSubsets:\n  Addresses:          172.20.3.189\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.3.189:5050   48s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncheckoutservice   172.20.3.189:5050   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncheckoutservice   172.20.3.189:5050   49s   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-10T12:45:05Z\nSubsets:\n  Addresses:          172.20.1.66\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.66:7000   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS          AGE\ncurrencyservice   172.20.1.66:7000   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS          AGE   LABELS\ncurrencyservice   172.20.1.66:7000   49s   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-10T12:45:01Z\nSubsets:\n  Addresses:          172.20.1.67\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.67:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           ENDPOINTS          AGE\nemailservice   172.20.1.67:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           ENDPOINTS          AGE   LABELS\nemailservice   172.20.1.67:8080   49s   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-10T12:44:57Z\nSubsets:\n  Addresses:          172.20.1.68\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    http  8080  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       ENDPOINTS          AGE\nfrontend   172.20.1.68:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       ENDPOINTS          AGE\nfrontend   172.20.1.68:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       ENDPOINTS          AGE   LABELS\nfrontend   172.20.1.68:8080   49s   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-10T12:44:57Z\nSubsets:\n  Addresses:          172.20.1.68\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    http  8080  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\"}": "NAME                ENDPOINTS          AGE\nfrontend-external   172.20.1.68:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                ENDPOINTS          AGE\nfrontend-external   172.20.1.68:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                ENDPOINTS          AGE   LABELS\nfrontend-external   172.20.1.68:8080   49s   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-10T12:45:06Z\nSubsets:\n  Addresses:          172.20.2.40\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.2.40:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             ENDPOINTS           AGE\npaymentservice   172.20.2.40:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             ENDPOINTS           AGE   LABELS\npaymentservice   172.20.2.40:50051   49s   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-10T12:45:06Z\nSubsets:\n  Addresses:          172.20.3.190\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  3550  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "NAME                    ENDPOINTS           AGE\nproductcatalogservice   172.20.3.190:3550   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nproductcatalogservice   172.20.3.190:3550   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nproductcatalogservice   172.20.3.190:3550   49s   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-10T12:45:02Z\nSubsets:\n  Addresses:          172.20.1.69\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.69:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS          AGE\nrecommendationservice   172.20.1.69:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS          AGE   LABELS\nrecommendationservice   172.20.1.69:8080   49s   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-10T12:45:02Z\nSubsets:\n  Addresses:          172.20.3.191\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.3.191:6379   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         ENDPOINTS           AGE\nredis-cart   172.20.3.191:6379   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         ENDPOINTS           AGE   LABELS\nredis-cart   172.20.3.191:6379   49s   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-10T12:45:02Z\nSubsets:\n  Addresses:          172.20.2.41\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.2.41:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\nshippingservice   172.20.2.41:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\nshippingservice   172.20.2.41:50051   50s   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>                          53s\nsimple-pv       1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h\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>                          53s     Filesystem\nsimple-pv       1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h   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>                          53s     <none>\nsimple-pv       1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h   <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>                          54s\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>                          54s   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>                          54s   <none>\n",
  "DescribeResource:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\"}": "Name:            simple-pv\nLabels:          <none>\nAnnotations:     pv.kubernetes.io/bound-by-controller: yes\nFinalizers:      [kubernetes.io/pv-protection]\nStorageClass:    \nStatus:          Released\nClaim:           boutique/redis-cart-pvc\nReclaim Policy:  Retain\nAccess Modes:    RWO\nVolumeMode:      Filesystem\nCapacity:        1Gi\nNode Affinity:   <none>\nMessage:         \nSource:\n    Type:          HostPath (bare host directory volume)\n    Path:          /tmp/data\n    HostPathType:  \nEvents:            <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\"}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     VOLUMEMODE\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     LABELS\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h   <none>\n",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME        STATUS                     ROLES    AGE   VERSION\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2\nworker-01   Ready                      node     91d   v1.31.2\nworker-02   Ready                      node     91d   v1.31.2\nworker-03   Ready                      node     91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS                     ROLES    AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2   192.168.0.157   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-01   Ready                      node     91d   v1.31.2   192.168.0.222   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-02   Ready                      node     91d   v1.31.2   192.168.0.53    <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-03   Ready                      node     91d   v1.31.2   192.168.0.174   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS                     ROLES    AGE   VERSION   LABELS\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=master,kubernetes.io/os=linux,kubernetes.io/role=master\nworker-01   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-01,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-02   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-02,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-03   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-03,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\"}": "Name:               master\nRoles:              master\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=master\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=master\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"fe:5e:a6:87:85:27\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.157\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:48:43 +0800\nTaints:             node.kubernetes.io/unschedulable:NoSchedule\nUnschedulable:      true\nLease:\n  HolderIdentity:  master\n  AcquireTime:     <unset>\n  RenewTime:       Mon, 10 Nov 2025 20:45:41 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:15 +0800   Sun, 09 Nov 2025 13:46:15 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Mon, 10 Nov 2025 20:45:05 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 20:45:05 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 20:45:05 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 20:45:05 +0800   Mon, 11 Aug 2025 15:48:44 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.157\n  Hostname:    master\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978552Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671352Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                072371a0-e4e0-48dd-a8e4-9f6563e8d416\n  Boot ID:                    2c0682bc-b59f-4d15-9b7b-c055f35c44cf\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.0.0/24\nPodCIDRs:                     172.20.0.0/24\nNon-terminated Pods:          (7 in total)\n  Namespace                   Name                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                     ------------  ----------  ---------------  -------------  ---\n  chaosblade                  chaosblade-tool-mzzq9    0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-v85nk     100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                ztunnel-6mn95            200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 kube-flannel-ds-4gv5w    100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 node-local-dns-g7sdn     25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-bwp9x           0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-kggnq      0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests    Limits\n  --------           --------    ------\n  cpu                425m (5%)   0 (0%)\n  memory             667Mi (4%)  0 (0%)\n  ephemeral-storage  0 (0%)      0 (0%)\n  hugepages-1Gi      0 (0%)      0 (0%)\n  hugepages-2Mi      0 (0%)      0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\"}": "NAME     STATUS                     ROLES    AGE   VERSION\nmaster   Ready,SchedulingDisabled   master   91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME     STATUS                     ROLES    AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nmaster   Ready,SchedulingDisabled   master   91d   v1.31.2   192.168.0.157   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME     STATUS                     ROLES    AGE   VERSION   LABELS\nmaster   Ready,SchedulingDisabled   master   91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=master,kubernetes.io/os=linux,kubernetes.io/role=master\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\"}": "Name:               worker-01\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-01\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"9e:19:95:44:a0:9c\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.222\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-01\n  AcquireTime:     <unset>\n  RenewTime:       Mon, 10 Nov 2025 20:45:47 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:13 +0800   Sun, 09 Nov 2025 13:46:13 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Mon, 10 Nov 2025 20:45:28 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 20:45:28 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 20:45:28 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 20:45:28 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.222\n  Hostname:    worker-01\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978548Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671348Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                79b4ce45-0707-43df-8b9e-b105ebfaf517\n  Boot ID:                    69cdb8d4-326b-4c3b-9520-8685c8d0c7f5\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.1.0/24\nPodCIDRs:                     172.20.1.0/24\nNon-terminated Pods:          (14 in total)\n  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---\n  boutique                    cartservice-79b49f5555-fkr96                  200m (2%)     300m (3%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    currencyservice-75686c9564-rcqhz              100m (1%)     200m (2%)   64Mi (0%)        1280Mi (8%)    54s\n  boutique                    emailservice-b78fc569b-fpp7p                  100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    frontend-6778bd7b8b-6rp94                     100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    recommendationservice-7df9c5b676-k66cl        100m (1%)     200m (2%)   220Mi (1%)       450Mi (2%)     53s\n  chaosblade                  chaosblade-tool-zmhq4                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-bjkpf                          100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                ztunnel-9jv5r                                 200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 dashboard-metrics-scraper-58cf467b87-rkb29    0 (0%)        0 (0%)      0 (0%)           0 (0%)         91d\n  kube-system                 kube-flannel-ds-l69rz                         100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 kubernetes-dashboard-5945846449-58jqj         0 (0%)        0 (0%)      0 (0%)           0 (0%)         91d\n  kube-system                 node-local-dns-2ljtx                          25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-294g2                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-7c4c8                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests     Limits\n  --------           --------     ------\n  cpu                1025m (12%)  1100m (13%)\n  memory             1143Mi (7%)  2114Mi (13%)\n  ephemeral-storage  0 (0%)       0 (0%)\n  hugepages-1Gi      0 (0%)       0 (0%)\n  hugepages-2Mi      0 (0%)       0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-01   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-01   Ready    node    91d   v1.31.2   192.168.0.222   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-01   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-01,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\"}": "Name:               worker-02\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-02\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"5a:d9:43:a8:2f:c8\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.53\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-02\n  AcquireTime:     <unset>\n  RenewTime:       Mon, 10 Nov 2025 20:45:40 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:17 +0800   Sun, 09 Nov 2025 13:46:17 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Mon, 10 Nov 2025 20:45:23 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 20:45:23 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 20:45:23 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 20:45:23 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.53\n  Hostname:    worker-02\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978548Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671348Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                aa737935-f9cf-4bc8-ac3d-3c8936223857\n  Boot ID:                    dcbbe724-880a-44e1-bdac-77f112efe392\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.2.0/24\nPodCIDRs:                     172.20.2.0/24\nNon-terminated Pods:          (11 in total)\n  Namespace                   Name                                CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                ------------  ----------  ---------------  -------------  ---\n  boutique                    paymentservice-78c5996648-vtf4d     100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     53s\n  boutique                    shippingservice-7cbfcb6d68-hdhtg    100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     52s\n  chaosblade                  chaosblade-tool-9cqtq               0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-44dhl                100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                istiod-84f4f85779-6vkvv             500m (6%)     0 (0%)      2Gi (13%)        0 (0%)         14d\n  istio-system                ztunnel-qjds9                       200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 coredns-66dfb88745-nrpgc            100m (1%)     0 (0%)      70Mi (0%)        500Mi (3%)     91d\n  kube-system                 kube-flannel-ds-mvfvh               100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 node-local-dns-mrmqq                25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-4pfsh                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-btbrg                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests      Limits\n  --------           --------      ------\n  cpu                1225m (15%)   400m (5%)\n  memory             2913Mi (19%)  756Mi (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-02\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-02   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP    EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-02   Ready    node    91d   v1.31.2   192.168.0.53   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-02   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-02,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\"}": "Name:               worker-03\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-03\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"e2:4c:1c:77:2d:25\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.174\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-03\n  AcquireTime:     <unset>\n  RenewTime:       Mon, 10 Nov 2025 20:45:39 +0800\nConditions:\n  Type                 Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message\n  ----                 ------  -----------------                 ------------------                ------                       -------\n  NetworkUnavailable   False   Sun, 09 Nov 2025 13:46:19 +0800   Sun, 09 Nov 2025 13:46:19 +0800   FlannelIsUp                  Flannel is running on this node\n  MemoryPressure       False   Mon, 10 Nov 2025 20:45:15 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 20:45:15 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 20:45:15 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 20:45:15 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.174\n  Hostname:    worker-03\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978552Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671352Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                ac1cd6b5-79a7-45a4-99ca-df78d7fa9ff4\n  Boot ID:                    0111cc16-d6ed-479b-98e8-7aec9995e16d\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.3.0/24\nPodCIDRs:                     172.20.3.0/24\nNon-terminated Pods:          (14 in total)\n  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---\n  boutique                    adservice-7b5ff9bbd7-r2s5r               200m (2%)     300m (3%)   180Mi (1%)       300Mi (1%)     52s\n  boutique                    checkoutservice-8445f8b6cb-llp8m         100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    productcatalogservice-ddb46fc86-glgt4    100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     53s\n  boutique                    redis-cart-68db7b6f97-l59zz              70m (0%)      125m (1%)   200Mi (1%)       256Mi (1%)     53s\n  chaosblade                  chaosblade-operator-8549b8b577-vsvf8     0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  chaosblade                  chaosblade-tool-6trtn                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         20d\n  istio-system                istio-cni-node-pzjpg                     100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14d\n  istio-system                prometheus-7bd69889cf-zfsv5              0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  istio-system                ztunnel-9mdqq                            200m (2%)     0 (0%)      512Mi (3%)       0 (0%)         14d\n  kube-system                 kube-flannel-ds-6hthd                    100m (1%)     0 (0%)      50Mi (0%)        0 (0%)         91d\n  kube-system                 metrics-server-7cfd7b768f-7598j          100m (1%)     0 (0%)      200Mi (1%)       0 (0%)         14d\n  kube-system                 node-local-dns-kln7b                     25m (0%)      0 (0%)      5Mi (0%)         0 (0%)         91d\n  monitor                     cadvisor-mxsmg                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\n  monitor                     node-exporter-zvcp2                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         13d\nAllocated resources:\n  (Total limits may be over 100 percent, i.e., overcommitted.)\n  Resource           Requests     Limits\n  --------           --------     ------\n  cpu                995m (12%)   825m (10%)\n  memory             1375Mi (8%)  812Mi (5%)\n  ephemeral-storage  0 (0%)       0 (0%)\n  hugepages-1Gi      0 (0%)       0 (0%)\n  hugepages-2Mi      0 (0%)       0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-03   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-03   Ready    node    91d   v1.31.2   192.168.0.174   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-03   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-03,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "GetResources:{\"resource_type\":\"rolebindings\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"rolebindings\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"rolebindings\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE   LABELS\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d   <none>\n",
  "DescribeResource:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\"}": "Name:            standard\nIsDefaultClass:  No\nAnnotations:     kubectl.kubernetes.io/last-applied-configuration={\"apiVersion\":\"storage.k8s.io/v1\",\"kind\":\"StorageClass\",\"metadata\":{\"annotations\":{},\"name\":\"standard\"},\"provisioner\":\"kubernetes.io/no-provisioner\",\"volumeBindingMode\":\"Immediate\"}\n\nProvisioner:           kubernetes.io/no-provisioner\nParameters:            <none>\nAllowVolumeExpansion:  <unset>\nMountOptions:          <none>\nReclaimPolicy:         Delete\nVolumeBindingMode:     Immediate\nEvents:                <none>\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\"}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d\n",
  "GetResources:{\"resource_type\":\"storageclasses\",\"name\":\"standard\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE   LABELS\nstandard   kubernetes.io/no-provisioner   Delete          Immediate           false                  21d   <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-rcqhz   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-hdhtg   1/1     Running   0          54s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME                         READY   STATUS             RESTARTS   AGE\nadservice-7b5ff9bbd7-r2s5r   0/1     ImagePullBackOff   0          54s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-vtf4d   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-6rp94   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-glgt4   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-fpp7p   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-k66cl   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-l59zz   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-llp8m   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\ncartservice-79b49f5555-fkr96   1/1     Running   0          56s\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.28.80   <none>        7000/TCP   56s\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.255.141   <none>        50051/TCP   55s\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.220.250   <none>        9555/TCP   54s\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.84.191   <none>        50051/TCP   55s\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.208.86   <none>        80/TCP         57s\nfrontend-external   NodePort    10.68.242.51   <none>        80:30080/TCP   57s\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.20.200   <none>        3550/TCP   56s\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.179.84   <none>        5000/TCP   57s\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.193.212   <none>        8080/TCP   56s\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.9.117   <none>        6379/TCP   56s\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.18.32   <none>        5050/TCP   57s\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.46.15   <none>        7070/TCP   57s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncurrencyservice   1/1     1            1           57s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\nshippingservice   1/1     1            1           56s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   0/1     1            0           55s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE\npaymentservice   1/1     1            1           56s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME       READY   UP-TO-DATE   AVAILABLE   AGE\nfrontend   1/1     1            1           57s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nproductcatalogservice   1/1     1            1           56s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE\nemailservice   1/1     1            1           57s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nrecommendationservice   1/1     1            1           56s\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           56s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncheckoutservice   1/1     1            1           57s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   1/1     1            1           57s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "",
  "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=frontend\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "",
  "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\":\"events\",\"name\":\"\",\"namespace\":\"boutique\"}": "LAST SEEN   TYPE      REASON              OBJECT                                        MESSAGE\n2m54s       Warning   FailedScheduling    pod/adservice-55f4bdbfc8-q5r4z                0/4 nodes are available: 1 node(s) were unschedulable, 3 Insufficient cpu. preemption: 0/4 nodes are available: 1 Preemption is not helpful for scheduling, 3 No preemption victims found for incoming pod.\n109s        Warning   FailedScheduling    pod/adservice-55f4bdbfc8-q5r4z                0/4 nodes are available: 1 node(s) were unschedulable, 3 Insufficient cpu. preemption: 0/4 nodes are available: 1 Preemption is not helpful for scheduling, 3 No preemption victims found for incoming pod.\n71s         Warning   FailedScheduling    pod/adservice-55f4bdbfc8-q5r4z                skip schedule deleting pod: boutique/adservice-55f4bdbfc8-q5r4z\n2m54s       Normal    SuccessfulCreate    replicaset/adservice-55f4bdbfc8               Created pod: adservice-55f4bdbfc8-q5r4z\n4m49s       Warning   FailedScheduling    pod/adservice-58dbccc5d-xktn6                 0/4 nodes are available: 1 node(s) were unschedulable, 3 Insufficient cpu. preemption: 0/4 nodes are available: 1 Preemption is not helpful for scheduling, 3 No preemption victims found for incoming pod.\n3m45s       Warning   FailedScheduling    pod/adservice-58dbccc5d-xktn6                 0/4 nodes are available: 1 node(s) were unschedulable, 3 Insufficient cpu. preemption: 0/4 nodes are available: 1 Preemption is not helpful for scheduling, 3 No preemption victims found for incoming pod.\n3m8s        Warning   FailedScheduling    pod/adservice-58dbccc5d-xktn6                 skip schedule deleting pod: boutique/adservice-58dbccc5d-xktn6\n4m49s       Normal    SuccessfulCreate    replicaset/adservice-58dbccc5d                Created pod: adservice-58dbccc5d-xktn6\n57s         Normal    Scheduled           pod/adservice-7b5ff9bbd7-r2s5r                Successfully assigned boutique/adservice-7b5ff9bbd7-r2s5r to worker-03\n14s         Normal    Pulling             pod/adservice-7b5ff9bbd7-r2s5r                Pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n14s         Warning   Failed              pod/adservice-7b5ff9bbd7-r2s5r                Failed to pull image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\": failed to pull and unpack image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\": failed to resolve reference \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\": failed to do request: Head \"https://ghost-registry.example.net/v2/google-samples/microservices-demo/adservice/manifests/v0.10.3\": dial tcp: lookup ghost-registry.example.net on 127.0.0.53:53: no such host\n14s         Warning   Failed              pod/adservice-7b5ff9bbd7-r2s5r                Error: ErrImagePull\n28s         Normal    BackOff             pod/adservice-7b5ff9bbd7-r2s5r                Back-off pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n28s         Warning   Failed              pod/adservice-7b5ff9bbd7-r2s5r                Error: ImagePullBackOff\n57s         Normal    SuccessfulCreate    replicaset/adservice-7b5ff9bbd7               Created pod: adservice-7b5ff9bbd7-r2s5r\n15m         Normal    Killing             pod/adservice-84dbdf99d-f4hpt                 Stopping container server\n15m         Warning   Unhealthy           pod/adservice-84dbdf99d-f4hpt                 Readiness probe failed: timeout: failed to connect service \"172.20.1.35:9555\" within 1s: context deadline exceeded\n4m49s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-58dbccc5d to 1\n2m54s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-55f4bdbfc8 to 1\n57s         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-7b5ff9bbd7 to 1\n2m56s       Normal    Scheduled           pod/cartservice-79b49f5555-7nkdx              Successfully assigned boutique/cartservice-79b49f5555-7nkdx to worker-01\n2m56s       Normal    Pulled              pod/cartservice-79b49f5555-7nkdx              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n2m56s       Normal    Created             pod/cartservice-79b49f5555-7nkdx              Created container server\n2m56s       Normal    Started             pod/cartservice-79b49f5555-7nkdx              Started container server\n72s         Normal    Killing             pod/cartservice-79b49f5555-7nkdx              Stopping container server\n59s         Normal    Scheduled           pod/cartservice-79b49f5555-fkr96              Successfully assigned boutique/cartservice-79b49f5555-fkr96 to worker-01\n59s         Normal    Pulled              pod/cartservice-79b49f5555-fkr96              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/cartservice-79b49f5555-fkr96              Created container server\n59s         Normal    Started             pod/cartservice-79b49f5555-fkr96              Started container server\n15m         Normal    Killing             pod/cartservice-79b49f5555-jsth4              Stopping container server\n4m51s       Normal    Scheduled           pod/cartservice-79b49f5555-xxzr8              Successfully assigned boutique/cartservice-79b49f5555-xxzr8 to worker-01\n4m50s       Normal    Pulled              pod/cartservice-79b49f5555-xxzr8              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n4m50s       Normal    Created             pod/cartservice-79b49f5555-xxzr8              Created container server\n4m50s       Normal    Started             pod/cartservice-79b49f5555-xxzr8              Started container server\n3m8s        Normal    Killing             pod/cartservice-79b49f5555-xxzr8              Stopping container server\n4m51s       Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n4m51s       Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-xxzr8\n2m57s       Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n2m57s       Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-7nkdx\n59s         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n59s         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-fkr96\n4m51s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n2m57s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n59s         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n4m51s       Normal    Scheduled           pod/checkoutservice-8445f8b6cb-89n7j          Successfully assigned boutique/checkoutservice-8445f8b6cb-89n7j to worker-01\n4m50s       Normal    Pulled              pod/checkoutservice-8445f8b6cb-89n7j          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n4m50s       Normal    Created             pod/checkoutservice-8445f8b6cb-89n7j          Created container server\n4m50s       Normal    Started             pod/checkoutservice-8445f8b6cb-89n7j          Started container server\n3m8s        Normal    Killing             pod/checkoutservice-8445f8b6cb-89n7j          Stopping container server\n2m56s       Normal    Scheduled           pod/checkoutservice-8445f8b6cb-hgnhs          Successfully assigned boutique/checkoutservice-8445f8b6cb-hgnhs to worker-03\n2m56s       Normal    Pulled              pod/checkoutservice-8445f8b6cb-hgnhs          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n2m56s       Normal    Created             pod/checkoutservice-8445f8b6cb-hgnhs          Created container server\n2m56s       Normal    Started             pod/checkoutservice-8445f8b6cb-hgnhs          Started container server\n71s         Normal    Killing             pod/checkoutservice-8445f8b6cb-hgnhs          Stopping container server\n15m         Normal    Killing             pod/checkoutservice-8445f8b6cb-lkjfq          Stopping container server\n59s         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-llp8m          Successfully assigned boutique/checkoutservice-8445f8b6cb-llp8m to worker-03\n59s         Normal    Pulled              pod/checkoutservice-8445f8b6cb-llp8m          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/checkoutservice-8445f8b6cb-llp8m          Created container server\n59s         Normal    Started             pod/checkoutservice-8445f8b6cb-llp8m          Started container server\n4m51s       Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n4m51s       Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-89n7j\n2m56s       Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n2m56s       Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-hgnhs\n59s         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n59s         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-llp8m\n4m51s       Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n2m56s       Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n59s         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n28m         Normal    Killing             pod/cpu-consumer-4n7zm                        Stopping container consumer\n28m         Normal    Killing             pod/cpu-consumer-9sdz9                        Stopping container consumer\n28m         Normal    Killing             pod/cpu-consumer-b4vtc                        Stopping container consumer\n2m55s       Normal    Scheduled           pod/cpu-consumer-cj5mh                        Successfully assigned boutique/cpu-consumer-cj5mh to worker-03\n2m54s       Normal    Pulled              pod/cpu-consumer-cj5mh                        Container image \"busybox:1.35\" already present on machine\n2m54s       Normal    Created             pod/cpu-consumer-cj5mh                        Created container consumer\n2m54s       Normal    Started             pod/cpu-consumer-cj5mh                        Started container consumer\n70s         Normal    Killing             pod/cpu-consumer-cj5mh                        Stopping container consumer\n28m         Normal    Killing             pod/cpu-consumer-gf728                        Stopping container consumer\n2m55s       Normal    Scheduled           pod/cpu-consumer-jvndr                        Successfully assigned boutique/cpu-consumer-jvndr to worker-02\n2m54s       Normal    Pulled              pod/cpu-consumer-jvndr                        Container image \"busybox:1.35\" already present on machine\n2m54s       Normal    Created             pod/cpu-consumer-jvndr                        Created container consumer\n2m54s       Normal    Started             pod/cpu-consumer-jvndr                        Started container consumer\n70s         Normal    Killing             pod/cpu-consumer-jvndr                        Stopping container consumer\n2m55s       Normal    Scheduled           pod/cpu-consumer-l4w5g                        Successfully assigned boutique/cpu-consumer-l4w5g to master\n2m54s       Normal    Pulled              pod/cpu-consumer-l4w5g                        Container image \"busybox:1.35\" already present on machine\n2m54s       Normal    Created             pod/cpu-consumer-l4w5g                        Created container consumer\n2m54s       Normal    Started             pod/cpu-consumer-l4w5g                        Started container consumer\n70s         Normal    Killing             pod/cpu-consumer-l4w5g                        Stopping container consumer\n2m55s       Normal    Scheduled           pod/cpu-consumer-r7wgr                        Successfully assigned boutique/cpu-consumer-r7wgr to worker-01\n2m54s       Normal    Pulled              pod/cpu-consumer-r7wgr                        Container image \"busybox:1.35\" already present on machine\n2m54s       Normal    Created             pod/cpu-consumer-r7wgr                        Created container consumer\n2m54s       Normal    Started             pod/cpu-consumer-r7wgr                        Started container consumer\n70s         Normal    Killing             pod/cpu-consumer-r7wgr                        Stopping container consumer\n2m55s       Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-l4w5g\n2m55s       Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-jvndr\n2m55s       Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-r7wgr\n2m55s       Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-cj5mh\n2m56s       Normal    Scheduled           pod/currencyservice-75686c9564-5qr45          Successfully assigned boutique/currencyservice-75686c9564-5qr45 to worker-01\n2m56s       Normal    Pulled              pod/currencyservice-75686c9564-5qr45          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n2m56s       Normal    Created             pod/currencyservice-75686c9564-5qr45          Created container server\n2m56s       Normal    Started             pod/currencyservice-75686c9564-5qr45          Started container server\n71s         Normal    Killing             pod/currencyservice-75686c9564-5qr45          Stopping container server\n15m         Normal    Killing             pod/currencyservice-75686c9564-dfrsp          Stopping container server\n4m51s       Normal    Scheduled           pod/currencyservice-75686c9564-qmlrr          Successfully assigned boutique/currencyservice-75686c9564-qmlrr to worker-03\n4m50s       Normal    Pulled              pod/currencyservice-75686c9564-qmlrr          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n4m50s       Normal    Created             pod/currencyservice-75686c9564-qmlrr          Created container server\n4m50s       Normal    Started             pod/currencyservice-75686c9564-qmlrr          Started container server\n3m8s        Normal    Killing             pod/currencyservice-75686c9564-qmlrr          Stopping container server\n59s         Normal    Scheduled           pod/currencyservice-75686c9564-rcqhz          Successfully assigned boutique/currencyservice-75686c9564-rcqhz to worker-01\n58s         Normal    Pulled              pod/currencyservice-75686c9564-rcqhz          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n58s         Normal    Created             pod/currencyservice-75686c9564-rcqhz          Created container server\n58s         Normal    Started             pod/currencyservice-75686c9564-rcqhz          Started container server\n4m51s       Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n4m51s       Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-qmlrr\n2m56s       Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n2m56s       Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-5qr45\n59s         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n59s         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-rcqhz\n4m51s       Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n2m56s       Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n59s         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n3m51s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m51s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m51s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m51s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m48s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m48s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m48s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m48s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m46s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m46s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m46s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m46s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m44s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m44s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m44s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m44s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m42s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m42s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m42s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m42s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m40s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m40s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m40s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m40s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m38s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m38s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m38s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m38s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m36s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m36s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m36s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m36s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m34s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m34s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m34s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m34s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m32s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m32s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m32s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m32s       Normal    Started             pod/debug-connect                             Started container debug-connect\n3m30s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n3m30s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n3m30s       Normal    Created             pod/debug-connect                             Created container debug-connect\n3m30s       Normal    Started             pod/debug-connect                             Started container debug-connect\n115s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n115s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n115s        Normal    Created             pod/debug-connect                             Created container debug-connect\n115s        Normal    Started             pod/debug-connect                             Started container debug-connect\n112s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n111s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n111s        Normal    Created             pod/debug-connect                             Created container debug-connect\n111s        Normal    Started             pod/debug-connect                             Started container debug-connect\n110s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n109s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n109s        Normal    Created             pod/debug-connect                             Created container debug-connect\n109s        Normal    Started             pod/debug-connect                             Started container debug-connect\n108s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n107s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n107s        Normal    Created             pod/debug-connect                             Created container debug-connect\n107s        Normal    Started             pod/debug-connect                             Started container debug-connect\n106s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n105s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n105s        Normal    Created             pod/debug-connect                             Created container debug-connect\n105s        Normal    Started             pod/debug-connect                             Started container debug-connect\n104s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n103s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n103s        Normal    Created             pod/debug-connect                             Created container debug-connect\n103s        Normal    Started             pod/debug-connect                             Started container debug-connect\n102s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n101s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n101s        Normal    Created             pod/debug-connect                             Created container debug-connect\n101s        Normal    Started             pod/debug-connect                             Started container debug-connect\n100s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n99s         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n99s         Normal    Created             pod/debug-connect                             Created container debug-connect\n99s         Normal    Started             pod/debug-connect                             Started container debug-connect\n98s         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n97s         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n97s         Normal    Created             pod/debug-connect                             Created container debug-connect\n97s         Normal    Started             pod/debug-connect                             Started container debug-connect\n96s         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n95s         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n95s         Normal    Created             pod/debug-connect                             Created container debug-connect\n95s         Normal    Started             pod/debug-connect                             Started container debug-connect\n94s         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n93s         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n93s         Normal    Created             pod/debug-connect                             Created container debug-connect\n93s         Normal    Started             pod/debug-connect                             Started container debug-connect\n27m         Warning   FailedScheduling    pod/emailservice-6cc965cc46-zpqrr             0/4 nodes are available: 1 node(s) were unschedulable, 3 Insufficient cpu. preemption: 0/4 nodes are available: 1 Preemption is not helpful for scheduling, 3 No preemption victims found for incoming pod.\n27m         Normal    Scheduled           pod/emailservice-6cc965cc46-zpqrr             Successfully assigned boutique/emailservice-6cc965cc46-zpqrr to worker-02\n27m         Normal    Pulled              pod/emailservice-6cc965cc46-zpqrr             Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n27m         Normal    Created             pod/emailservice-6cc965cc46-zpqrr             Created container server\n27m         Normal    Started             pod/emailservice-6cc965cc46-zpqrr             Started container server\n15m         Normal    Killing             pod/emailservice-6cc965cc46-zpqrr             Stopping container server\n59s         Normal    Scheduled           pod/emailservice-b78fc569b-fpp7p              Successfully assigned boutique/emailservice-b78fc569b-fpp7p to worker-01\n58s         Normal    Pulled              pod/emailservice-b78fc569b-fpp7p              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n58s         Normal    Created             pod/emailservice-b78fc569b-fpp7p              Created container server\n58s         Normal    Started             pod/emailservice-b78fc569b-fpp7p              Started container server\n4m50s       Normal    Scheduled           pod/emailservice-b78fc569b-tv8f4              Successfully assigned boutique/emailservice-b78fc569b-tv8f4 to worker-03\n4m50s       Normal    Pulled              pod/emailservice-b78fc569b-tv8f4              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n4m50s       Normal    Created             pod/emailservice-b78fc569b-tv8f4              Created container server\n4m50s       Normal    Started             pod/emailservice-b78fc569b-tv8f4              Started container server\n3m8s        Normal    Killing             pod/emailservice-b78fc569b-tv8f4              Stopping container server\n2m56s       Normal    Scheduled           pod/emailservice-b78fc569b-zgt69              Successfully assigned boutique/emailservice-b78fc569b-zgt69 to worker-01\n2m56s       Normal    Pulled              pod/emailservice-b78fc569b-zgt69              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n2m56s       Normal    Created             pod/emailservice-b78fc569b-zgt69              Created container server\n2m55s       Normal    Started             pod/emailservice-b78fc569b-zgt69              Started container server\n71s         Normal    Killing             pod/emailservice-b78fc569b-zgt69              Stopping container server\n4m51s       Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n4m51s       Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-tv8f4\n2m56s       Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n2m56s       Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-zgt69\n59s         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n59s         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-fpp7p\n4m51s       Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n2m56s       Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n59s         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n58s         Normal    Scheduled           pod/frontend-6778bd7b8b-6rp94                 Successfully assigned boutique/frontend-6778bd7b8b-6rp94 to worker-01\n58s         Normal    Pulled              pod/frontend-6778bd7b8b-6rp94                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n58s         Normal    Created             pod/frontend-6778bd7b8b-6rp94                 Created container server\n58s         Normal    Started             pod/frontend-6778bd7b8b-6rp94                 Started container server\n2m56s       Normal    Scheduled           pod/frontend-6778bd7b8b-8vdjg                 Successfully assigned boutique/frontend-6778bd7b8b-8vdjg to worker-01\n2m55s       Normal    Pulled              pod/frontend-6778bd7b8b-8vdjg                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n2m55s       Normal    Created             pod/frontend-6778bd7b8b-8vdjg                 Created container server\n2m55s       Normal    Started             pod/frontend-6778bd7b8b-8vdjg                 Started container server\n71s         Normal    Killing             pod/frontend-6778bd7b8b-8vdjg                 Stopping container server\n4m50s       Normal    Scheduled           pod/frontend-6778bd7b8b-hqd2w                 Successfully assigned boutique/frontend-6778bd7b8b-hqd2w to worker-03\n4m50s       Normal    Pulled              pod/frontend-6778bd7b8b-hqd2w                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n4m50s       Normal    Created             pod/frontend-6778bd7b8b-hqd2w                 Created container server\n4m50s       Normal    Started             pod/frontend-6778bd7b8b-hqd2w                 Started container server\n3m8s        Normal    Killing             pod/frontend-6778bd7b8b-hqd2w                 Stopping container server\n15m         Normal    Killing             pod/frontend-6778bd7b8b-nwgn9                 Stopping container server\n4m50s       Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n4m50s       Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-hqd2w\n2m56s       Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n2m56s       Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-8vdjg\n58s         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-6rp94\n4m50s       Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n2m56s       Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n59s         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n4m50s       Normal    Scheduled           pod/paymentservice-78c5996648-6xxp7           Successfully assigned boutique/paymentservice-78c5996648-6xxp7 to worker-01\n4m50s       Normal    Pulled              pod/paymentservice-78c5996648-6xxp7           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n4m50s       Normal    Created             pod/paymentservice-78c5996648-6xxp7           Created container server\n4m49s       Normal    Started             pod/paymentservice-78c5996648-6xxp7           Started container server\n3m8s        Normal    Killing             pod/paymentservice-78c5996648-6xxp7           Stopping container server\n2m55s       Normal    Scheduled           pod/paymentservice-78c5996648-gd5nj           Successfully assigned boutique/paymentservice-78c5996648-gd5nj to worker-03\n2m55s       Normal    Pulled              pod/paymentservice-78c5996648-gd5nj           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n2m55s       Normal    Created             pod/paymentservice-78c5996648-gd5nj           Created container server\n2m55s       Normal    Started             pod/paymentservice-78c5996648-gd5nj           Started container server\n71s         Normal    Killing             pod/paymentservice-78c5996648-gd5nj           Stopping container server\n15m         Normal    Killing             pod/paymentservice-78c5996648-tjf9x           Stopping container server\n58s         Normal    Scheduled           pod/paymentservice-78c5996648-vtf4d           Successfully assigned boutique/paymentservice-78c5996648-vtf4d to worker-02\n58s         Normal    Pulled              pod/paymentservice-78c5996648-vtf4d           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n58s         Normal    Created             pod/paymentservice-78c5996648-vtf4d           Created container server\n58s         Normal    Started             pod/paymentservice-78c5996648-vtf4d           Started container server\n4m50s       Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-6xxp7\n2m56s       Warning   FailedCreate        replicaset/paymentservice-78c5996648          Error creating: pods \"paymentservice-78c5996648-\" is forbidden: error looking up service account boutique/paymentservice: serviceaccount \"paymentservice\" not found\n2m56s       Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-gd5nj\n58s         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-vtf4d\n4m50s       Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n2m56s       Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n58s         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n4m50s       Normal    Scheduled           pod/productcatalogservice-ddb46fc86-gk6ck     Successfully assigned boutique/productcatalogservice-ddb46fc86-gk6ck to worker-01\n4m49s       Normal    Pulled              pod/productcatalogservice-ddb46fc86-gk6ck     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n4m49s       Normal    Created             pod/productcatalogservice-ddb46fc86-gk6ck     Created container server\n4m49s       Normal    Started             pod/productcatalogservice-ddb46fc86-gk6ck     Started container server\n3m8s        Normal    Killing             pod/productcatalogservice-ddb46fc86-gk6ck     Stopping container server\n58s         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-glgt4     Successfully assigned boutique/productcatalogservice-ddb46fc86-glgt4 to worker-03\n58s         Normal    Pulled              pod/productcatalogservice-ddb46fc86-glgt4     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n58s         Normal    Created             pod/productcatalogservice-ddb46fc86-glgt4     Created container server\n57s         Normal    Started             pod/productcatalogservice-ddb46fc86-glgt4     Started container server\n2m55s       Normal    Scheduled           pod/productcatalogservice-ddb46fc86-hr7nl     Successfully assigned boutique/productcatalogservice-ddb46fc86-hr7nl to worker-03\n2m55s       Normal    Pulled              pod/productcatalogservice-ddb46fc86-hr7nl     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n2m55s       Normal    Created             pod/productcatalogservice-ddb46fc86-hr7nl     Created container server\n2m55s       Normal    Started             pod/productcatalogservice-ddb46fc86-hr7nl     Started container server\n71s         Normal    Killing             pod/productcatalogservice-ddb46fc86-hr7nl     Stopping container server\n15m         Normal    Killing             pod/productcatalogservice-ddb46fc86-p86wh     Stopping container server\n4m50s       Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-gk6ck\n2m55s       Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-hr7nl\n58s         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-glgt4\n4m50s       Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n2m56s       Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n58s         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n2m55s       Normal    Scheduled           pod/recommendationservice-7df9c5b676-8fsbm    Successfully assigned boutique/recommendationservice-7df9c5b676-8fsbm to worker-01\n2m55s       Normal    Pulled              pod/recommendationservice-7df9c5b676-8fsbm    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n2m55s       Normal    Created             pod/recommendationservice-7df9c5b676-8fsbm    Created container server\n2m54s       Normal    Started             pod/recommendationservice-7df9c5b676-8fsbm    Started container server\n71s         Normal    Killing             pod/recommendationservice-7df9c5b676-8fsbm    Stopping container server\n15m         Normal    Killing             pod/recommendationservice-7df9c5b676-fztxk    Stopping container server\n58s         Normal    Scheduled           pod/recommendationservice-7df9c5b676-k66cl    Successfully assigned boutique/recommendationservice-7df9c5b676-k66cl to worker-01\n57s         Normal    Pulled              pod/recommendationservice-7df9c5b676-k66cl    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n57s         Normal    Created             pod/recommendationservice-7df9c5b676-k66cl    Created container server\n57s         Normal    Started             pod/recommendationservice-7df9c5b676-k66cl    Started container server\n4m49s       Normal    Scheduled           pod/recommendationservice-7df9c5b676-l6dm2    Successfully assigned boutique/recommendationservice-7df9c5b676-l6dm2 to worker-01\n4m49s       Normal    Pulled              pod/recommendationservice-7df9c5b676-l6dm2    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n4m49s       Normal    Created             pod/recommendationservice-7df9c5b676-l6dm2    Created container server\n4m49s       Normal    Started             pod/recommendationservice-7df9c5b676-l6dm2    Started container server\n3m8s        Normal    Killing             pod/recommendationservice-7df9c5b676-l6dm2    Stopping container server\n4m50s       Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-l6dm2\n2m55s       Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-8fsbm\n58s         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-k66cl\n4m50s       Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n2m55s       Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n58s         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n15m         Normal    Killing             pod/redis-cart-68db7b6f97-7qx9l               Stopping container redis\n4m49s       Normal    Scheduled           pod/redis-cart-68db7b6f97-f8v8c               Successfully assigned boutique/redis-cart-68db7b6f97-f8v8c to worker-03\n4m49s       Normal    Pulled              pod/redis-cart-68db7b6f97-f8v8c               Container image \"redis:alpine\" already present on machine\n4m49s       Normal    Created             pod/redis-cart-68db7b6f97-f8v8c               Created container redis\n4m49s       Normal    Started             pod/redis-cart-68db7b6f97-f8v8c               Started container redis\n3m7s        Normal    Killing             pod/redis-cart-68db7b6f97-f8v8c               Stopping container redis\n57s         Normal    Scheduled           pod/redis-cart-68db7b6f97-l59zz               Successfully assigned boutique/redis-cart-68db7b6f97-l59zz to worker-03\n57s         Normal    Pulled              pod/redis-cart-68db7b6f97-l59zz               Container image \"redis:alpine\" already present on machine\n57s         Normal    Created             pod/redis-cart-68db7b6f97-l59zz               Created container redis\n57s         Normal    Started             pod/redis-cart-68db7b6f97-l59zz               Started container redis\n2m55s       Normal    Scheduled           pod/redis-cart-68db7b6f97-qh87d               Successfully assigned boutique/redis-cart-68db7b6f97-qh87d to worker-03\n2m54s       Normal    Pulled              pod/redis-cart-68db7b6f97-qh87d               Container image \"redis:alpine\" already present on machine\n2m54s       Normal    Created             pod/redis-cart-68db7b6f97-qh87d               Created container redis\n2m54s       Normal    Started             pod/redis-cart-68db7b6f97-qh87d               Started container redis\n71s         Normal    Killing             pod/redis-cart-68db7b6f97-qh87d               Stopping container redis\n4m49s       Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-f8v8c\n2m55s       Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-qh87d\n58s         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-l59zz\n4m50s       Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n2m55s       Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n58s         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n2m54s       Normal    Scheduled           pod/shippingservice-7cbfcb6d68-64g4k          Successfully assigned boutique/shippingservice-7cbfcb6d68-64g4k to worker-02\n2m54s       Normal    Pulled              pod/shippingservice-7cbfcb6d68-64g4k          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n2m54s       Normal    Created             pod/shippingservice-7cbfcb6d68-64g4k          Created container server\n2m54s       Normal    Started             pod/shippingservice-7cbfcb6d68-64g4k          Started container server\n70s         Normal    Killing             pod/shippingservice-7cbfcb6d68-64g4k          Stopping container server\n4m49s       Normal    Scheduled           pod/shippingservice-7cbfcb6d68-8f55l          Successfully assigned boutique/shippingservice-7cbfcb6d68-8f55l to worker-03\n4m49s       Normal    Pulled              pod/shippingservice-7cbfcb6d68-8f55l          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n4m49s       Normal    Created             pod/shippingservice-7cbfcb6d68-8f55l          Created container server\n4m49s       Normal    Started             pod/shippingservice-7cbfcb6d68-8f55l          Started container server\n3m7s        Normal    Killing             pod/shippingservice-7cbfcb6d68-8f55l          Stopping container server\n57s         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-hdhtg          Successfully assigned boutique/shippingservice-7cbfcb6d68-hdhtg to worker-02\n57s         Normal    Pulled              pod/shippingservice-7cbfcb6d68-hdhtg          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n57s         Normal    Created             pod/shippingservice-7cbfcb6d68-hdhtg          Created container server\n57s         Normal    Started             pod/shippingservice-7cbfcb6d68-hdhtg          Started container server\n15m         Normal    Killing             pod/shippingservice-7cbfcb6d68-v8hbf          Stopping container server\n4m49s       Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-8f55l\n2m55s       Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-64g4k\n57s         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-hdhtg\n4m49s       Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n2m55s       Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n58s         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"adservice\",\"port\":9555}": "Connection Failed",
  "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: ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\n        ports:\n        - containerPort: 9555\n        env:\n        - name: PORT\n          value: \"9555\"\n        resources:\n          requests:\n            cpu: 200m\n            memory: 180Mi\n          limits:\n            cpu: 300m\n            memory: 300Mi\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: adservice\n  namespace: boutique\n  labels:\n    app: adservice\nspec:\n  type: ClusterIP\n  selector:\n    app: adservice\n  ports:\n  - name: grpc\n    port: 9555\n    targetPort: 9555\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: adservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\",\"port\":7070}": "cartservice (10.68.46.15: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.18.32: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.28.80: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.179.84: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.208.86: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.84.191:50051) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"paymentservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: paymentservice\n  namespace: boutique\n  labels:\n    app: paymentservice\nspec:\n  selector:\n    matchLabels:\n      app: paymentservice\n  template:\n    metadata:\n      labels:\n        app: paymentservice\n    spec:\n      serviceAccountName: paymentservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\n        ports:\n        - containerPort: 50051\n        env:\n        - name: PORT\n          value: \"50051\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: paymentservice\n  namespace: boutique\n  labels:\n    app: paymentservice\nspec:\n  type: ClusterIP\n  selector:\n    app: paymentservice\n  ports:\n  - name: grpc\n    port: 50051\n    targetPort: 50051\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: paymentservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"productcatalogservice\",\"port\":3550}": "productcatalogservice (10.68.20.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.193.212:8080) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"recommendationservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: recommendationservice\n  namespace: boutique\n  labels:\n    app: recommendationservice\nspec:\n  selector:\n    matchLabels:\n      app: recommendationservice\n  template:\n    metadata:\n      labels:\n        app: recommendationservice\n    spec:\n      serviceAccountName: recommendationservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\n        ports:\n        - containerPort: 8080\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 8080\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 8080\n        env:\n        - name: PORT\n          value: \"8080\"\n        - name: PRODUCT_CATALOG_SERVICE_ADDR\n          value: \"productcatalogservice:3550\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        resources:\n          requests:\n            cpu: 100m\n            memory: 220Mi\n          limits:\n            cpu: 200m\n            memory: 450Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: recommendationservice\n  namespace: boutique\n  labels:\n    app: recommendationservice\nspec:\n  type: ClusterIP\n  selector:\n    app: recommendationservice\n  ports:\n  - name: grpc\n    port: 8080\n    targetPort: 8080\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: recommendationservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"redis-cart\",\"port\":6379}": "redis-cart (10.68.9.117: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.255.141:50051) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"shippingservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  selector:\n    matchLabels:\n      app: shippingservice\n  template:\n    metadata:\n      labels:\n        app: shippingservice\n    spec:\n      serviceAccountName: shippingservice\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\n        ports:\n        - containerPort: 50051\n        env:\n        - name: PORT\n          value: \"50051\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 50051\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  type: ClusterIP\n  selector:\n    app: shippingservice\n  ports:\n  - name: grpc\n    port: 50051\n    targetPort: 50051\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: shippingservice\n  namespace: boutique",
  "GetClusterConfiguration:{}": {
    "node_count": 4,
    "nodes": [
      {
        "name": "master",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [
          "node.kubernetes.io/unschedulable:NoSchedule"
        ],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "master",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "master"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      },
      {
        "name": "worker-01",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-01",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-02",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-02",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-03",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-03",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      }
    ]
  },
  "GetAlerts:{}": {},
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"adservice\"}": "{\n  \"total_log_count\": 1,\n  \"total_errors\": 1,\n  \"total_error_ratio\": 1.0,\n  \"patterns\": [\n    {\n      \"count\": 1,\n      \"ratio\": 1.0,\n      \"sample\": \"Error: Error from server (BadRequest): container \\\"server\\\" in pod \\\"adservice-7b5ff9bbd7-r2s5r\\\" is waiting to start: trying and failing to pull image\"\n    }\n  ]\n}",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"checkoutservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"currencyservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"emailservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"frontend\"}": "{\n  \"total_log_count\": 6,\n  \"total_errors\": 2,\n  \"total_error_ratio\": 0.3333,\n  \"patterns\": [\n    {\n      \"count\": 1,\n      \"ratio\": 0.1667,\n      \"sample\": \"{\\\"message\\\":\\\"Failed to fetch the name of the cluster in which the pod is runningmetadata: GCE metadata \\\\\\\"instance/attributes/cluster-name\\\\\\\" not defined\\\",\\\"severity\\\":\\\"error\\\",\\\"timestamp\\\":\\\"2025-11-10T12:44:56.702392457Z\\\"}\"\n    },\n    {\n      \"count\": 1,\n      \"ratio\": 0.1667,\n      \"sample\": \"{\\\"message\\\":\\\"Failed to fetch the Zone of the node where the pod is scheduledmetadata: GCE metadata \\\\\\\"instance/zone\\\\\\\" not defined\\\",\\\"severity\\\":\\\"error\\\",\\\"timestamp\\\":\\\"2025-11-10T12:44:56.717861321Z\\\"}\"\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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1140 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1141 (kubelet)\n      Tasks: 15 (limit: 18592)\n     Memory: 69.4M\n        CPU: 2min 2.005s\n     CGroup: /system.slice/kubelet.service\n             └─1141 /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 10 20:46:46 master kubelet[1141]: I1110 20:46:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 20:46:47 master kubelet[1141]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:47 master kubelet[1141]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:48 master kubelet[1141]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:48 master kubelet[1141]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:57 master kubelet[1141]: I1110 20:46:57.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 20:46:59 master kubelet[1141]: I1110 20:46:59.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 20:50:28 master kubelet[1141]: I1110 20:50:28.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 992 (containerd)\n      Tasks: 208 (limit: 18592)\n     Memory: 233.5M\n        CPU: 1min 7.766s\n     CGroup: /system.slice/containerd.service\n             ├─ 992 /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             ├─ 3394 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113050 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113560 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113923 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114330 /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             └─ 115183 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 01:23:18 master containerd[992]: time=\"2025-11-11T01:23:18.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 799 (kube-proxy)\n      Tasks: 12 (limit: 18592)\n     Memory: 73.3M\n        CPU: 39.297s\n     CGroup: /system.slice/kube-proxy.service\n             └─799 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 20:46:30 master kube-proxy[799]: I1110 20:46:30.000     799 config.go:199] \"Starting service config controller\"\nNov 10 20:46:30 master kube-proxy[799]: I1110 20:46:30.000     799 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 20:46:30 master kube-proxy[799]: I1110 20:46:30.000     799 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 20:46:30 master kube-proxy[799]: I1110 20:46:30.000     799 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 20:46:30 master kube-proxy[799]: I1110 20:46:30.000     799 config.go:328] \"Starting node config controller\"\nNov 10 20:46:30 master kube-proxy[799]: I1110 20:46:30.000     799 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 20:46:31 master kube-proxy[799]: I1110 20:46:31.000     799 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 20:46:31 master kube-proxy[799]: I1110 20:46:31.000     799 shared_informer.go:320] Caches are synced for service config\nNov 10 20:46:31 master kube-proxy[799]: I1110 20:46:31.000     799 shared_informer.go:320] Caches are synced for node config\nNov 10 20:48:28 master kube-proxy[799]: I1110 20:48:28.000     799 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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 933 (kube-scheduler)\n      Tasks: 18 (limit: 18592)\n     Memory: 73.5M\n        CPU: 8.835s\n     CGroup: /system.slice/kube-scheduler.service\n             └─933 /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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 2208 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 2209 (kubelet)\n      Tasks: 19 (limit: 18592)\n     Memory: 65.2M\n        CPU: 3min 56.291s\n     CGroup: /system.slice/kubelet.service\n             └─2209 /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 10 20:46:46 worker-01 kubelet[2209]: I1110 20:46:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 20:46:47 worker-01 kubelet[2209]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:47 worker-01 kubelet[2209]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:48 worker-01 kubelet[2209]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:48 worker-01 kubelet[2209]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:57 worker-01 kubelet[2209]: I1110 20:46:57.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 20:46:59 worker-01 kubelet[2209]: I1110 20:46:59.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 20:50:28 worker-01 kubelet[2209]: I1110 20:50:28.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 992 (containerd)\n      Tasks: 211 (limit: 18592)\n     Memory: 236.6M\n        CPU: 1min 48.579s\n     CGroup: /system.slice/containerd.service\n             ├─ 992 /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             ├─ 3393 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113109 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113586 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113915 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114239 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114835 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115160 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 00:20:18 worker-01 containerd[992]: time=\"2025-11-11T00:20:18.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 242 (kube-proxy)\n      Tasks: 13 (limit: 18592)\n     Memory: 69.7M\n        CPU: 30.258s\n     CGroup: /system.slice/kube-proxy.service\n             └─242 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 20:46:30 worker-01 kube-proxy[242]: I1110 20:46:30.000     242 config.go:199] \"Starting service config controller\"\nNov 10 20:46:30 worker-01 kube-proxy[242]: I1110 20:46:30.000     242 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 20:46:30 worker-01 kube-proxy[242]: I1110 20:46:30.000     242 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 20:46:30 worker-01 kube-proxy[242]: I1110 20:46:30.000     242 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 20:46:30 worker-01 kube-proxy[242]: I1110 20:46:30.000     242 config.go:328] \"Starting node config controller\"\nNov 10 20:46:30 worker-01 kube-proxy[242]: I1110 20:46:30.000     242 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 20:46:31 worker-01 kube-proxy[242]: I1110 20:46:31.000     242 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 20:46:31 worker-01 kube-proxy[242]: I1110 20:46:31.000     242 shared_informer.go:320] Caches are synced for service config\nNov 10 20:46:31 worker-01 kube-proxy[242]: I1110 20:46:31.000     242 shared_informer.go:320] Caches are synced for node config\nNov 10 20:48:28 worker-01 kube-proxy[242]: I1110 20:48:28.000     242 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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1954 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1955 (kubelet)\n      Tasks: 22 (limit: 18592)\n     Memory: 58.8M\n        CPU: 3min 19.703s\n     CGroup: /system.slice/kubelet.service\n             └─1955 /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 10 20:46:46 worker-02 kubelet[1955]: I1110 20:46:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 20:46:47 worker-02 kubelet[1955]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:47 worker-02 kubelet[1955]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:48 worker-02 kubelet[1955]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:48 worker-02 kubelet[1955]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:57 worker-02 kubelet[1955]: I1110 20:46:57.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 20:46:59 worker-02 kubelet[1955]: I1110 20:46:59.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 20:50:28 worker-02 kubelet[1955]: I1110 20:50:28.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 913 (containerd)\n      Tasks: 214 (limit: 18592)\n     Memory: 227.8M\n        CPU: 1min 18.11s\n     CGroup: /system.slice/containerd.service\n             ├─ 913 /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             ├─ 3389 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113036 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113566 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113952 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114312 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114779 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115154 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 21:59:18 worker-02 containerd[913]: time=\"2025-11-10T21:59:18.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 670 (kube-proxy)\n      Tasks: 12 (limit: 18592)\n     Memory: 74.5M\n        CPU: 56.016s\n     CGroup: /system.slice/kube-proxy.service\n             └─670 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 20:46:30 worker-02 kube-proxy[670]: I1110 20:46:30.000     670 config.go:199] \"Starting service config controller\"\nNov 10 20:46:30 worker-02 kube-proxy[670]: I1110 20:46:30.000     670 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 20:46:30 worker-02 kube-proxy[670]: I1110 20:46:30.000     670 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 20:46:30 worker-02 kube-proxy[670]: I1110 20:46:30.000     670 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 20:46:30 worker-02 kube-proxy[670]: I1110 20:46:30.000     670 config.go:328] \"Starting node config controller\"\nNov 10 20:46:30 worker-02 kube-proxy[670]: I1110 20:46:30.000     670 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 20:46:31 worker-02 kube-proxy[670]: I1110 20:46:31.000     670 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 20:46:31 worker-02 kube-proxy[670]: I1110 20:46:31.000     670 shared_informer.go:320] Caches are synced for service config\nNov 10 20:46:31 worker-02 kube-proxy[670]: I1110 20:46:31.000     670 shared_informer.go:320] Caches are synced for node config\nNov 10 20:48:28 worker-02 kube-proxy[670]: I1110 20:48:28.000     670 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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 3069 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 3070 (kubelet)\n      Tasks: 24 (limit: 18592)\n     Memory: 72.5M\n        CPU: 2min 37.542s\n     CGroup: /system.slice/kubelet.service\n             └─3070 /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 10 20:46:46 worker-03 kubelet[3070]: I1110 20:46:46.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 20:46:47 worker-03 kubelet[3070]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:47 worker-03 kubelet[3070]: I1110 20:46:47.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 20:46:48 worker-03 kubelet[3070]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:48 worker-03 kubelet[3070]: I1110 20:46:48.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 20:46:57 worker-03 kubelet[3070]: I1110 20:46:57.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 20:46:59 worker-03 kubelet[3070]: I1110 20:46:59.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 20:50:28 worker-03 kubelet[3070]: I1110 20:50:28.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 933 (containerd)\n      Tasks: 209 (limit: 18592)\n     Memory: 244.9M\n        CPU: 1min 40.626s\n     CGroup: /system.slice/containerd.service\n             ├─ 933 /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             ├─ 3335 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113109 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113596 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113943 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114235 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114785 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115158 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:47:18 worker-03 containerd[933]: time=\"2025-11-10T23:47:18.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 Mon 2025-11-10 20:46:18 CST; 2h 6min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 497 (kube-proxy)\n      Tasks: 14 (limit: 18592)\n     Memory: 60.0M\n        CPU: 42.889s\n     CGroup: /system.slice/kube-proxy.service\n             └─497 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 20:46:30 worker-03 kube-proxy[497]: I1110 20:46:30.000     497 config.go:199] \"Starting service config controller\"\nNov 10 20:46:30 worker-03 kube-proxy[497]: I1110 20:46:30.000     497 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 20:46:30 worker-03 kube-proxy[497]: I1110 20:46:30.000     497 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 20:46:30 worker-03 kube-proxy[497]: I1110 20:46:30.000     497 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 20:46:30 worker-03 kube-proxy[497]: I1110 20:46:30.000     497 config.go:328] \"Starting node config controller\"\nNov 10 20:46:30 worker-03 kube-proxy[497]: I1110 20:46:30.000     497 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 20:46:31 worker-03 kube-proxy[497]: I1110 20:46:31.000     497 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 20:46:31 worker-03 kube-proxy[497]: I1110 20:46:31.000     497 shared_informer.go:320] Caches are synced for service config\nNov 10 20:46:31 worker-03 kube-proxy[497]: I1110 20:46:31.000     497 shared_informer.go:320] Caches are synced for node config\nNov 10 20:48:28 worker-03 kube-proxy[497]: I1110 20:48:28.000     497 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"
}