File size: 438,646 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-10T21:04:33.902434",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS             RESTARTS   AGE\nadservice-84dbdf99d-7gzbs                1/1     Running            0          32s\ncartservice-59798f66d6-87776             0/1     ImagePullBackOff   0          30s\ncheckoutservice-8445f8b6cb-mltn4         1/1     Running            0          32s\ncurrencyservice-75686c9564-bpmwt         1/1     Running            0          31s\nemailservice-b78fc569b-ck29j             1/1     Running            0          31s\nfrontend-6778bd7b8b-s9mpz                1/1     Running            0          31s\npaymentservice-78c5996648-svlnl          1/1     Running            0          31s\nproductcatalogservice-ddb46fc86-r8zng    1/1     Running            0          31s\nrecommendationservice-7df9c5b676-8rcbz   1/1     Running            0          30s\nredis-cart-68db7b6f97-m5llh              1/1     Running            0          30s\nshippingservice-7cbfcb6d68-484zj         1/1     Running            0          30s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS             RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-84dbdf99d-7gzbs                1/1     Running            0          32s   172.20.1.101   worker-01   <none>           <none>\ncartservice-59798f66d6-87776             0/1     ImagePullBackOff   0          30s   172.20.2.54    worker-02   <none>           <none>\ncheckoutservice-8445f8b6cb-mltn4         1/1     Running            0          32s   172.20.3.217   worker-03   <none>           <none>\ncurrencyservice-75686c9564-bpmwt         1/1     Running            0          31s   172.20.1.102   worker-01   <none>           <none>\nemailservice-b78fc569b-ck29j             1/1     Running            0          31s   172.20.1.103   worker-01   <none>           <none>\nfrontend-6778bd7b8b-s9mpz                1/1     Running            0          31s   172.20.3.218   worker-03   <none>           <none>\npaymentservice-78c5996648-svlnl          1/1     Running            0          31s   172.20.3.219   worker-03   <none>           <none>\nproductcatalogservice-ddb46fc86-r8zng    1/1     Running            0          31s   172.20.1.104   worker-01   <none>           <none>\nrecommendationservice-7df9c5b676-8rcbz   1/1     Running            0          30s   172.20.1.105   worker-01   <none>           <none>\nredis-cart-68db7b6f97-m5llh              1/1     Running            0          30s   172.20.3.220   worker-03   <none>           <none>\nshippingservice-7cbfcb6d68-484zj         1/1     Running            0          30s   172.20.3.221   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS             RESTARTS   AGE   LABELS\nadservice-84dbdf99d-7gzbs                1/1     Running            0          32s   app=adservice,pod-template-hash=84dbdf99d\ncartservice-59798f66d6-87776             0/1     ImagePullBackOff   0          30s   app=cartservice,pod-template-hash=59798f66d6\ncheckoutservice-8445f8b6cb-mltn4         1/1     Running            0          32s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564-bpmwt         1/1     Running            0          31s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b-ck29j             1/1     Running            0          31s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b-s9mpz                1/1     Running            0          31s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648-svlnl          1/1     Running            0          31s   app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86-r8zng    1/1     Running            0          31s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676-8rcbz   1/1     Running            0          30s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-68db7b6f97-m5llh              1/1     Running            0          30s   app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68-484zj         1/1     Running            0          30s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-7gzbs\",\"namespace\":\"boutique\"}": "Name:             adservice-84dbdf99d-7gzbs\nNamespace:        boutique\nPriority:         0\nService Account:  adservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:03:07 +0800\nLabels:           app=adservice\n                  pod-template-hash=84dbdf99d\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.101\nIPs:\n  IP:           172.20.1.101\nControlled By:  ReplicaSet/adservice-84dbdf99d\nContainers:\n  server:\n    Container ID:   containerd://f875c930e6d32cf55b3d89213942536863bbe7928a5d0e1f7c6b20fa010be6a7\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice@sha256:ff1a059bb8f1226b77b42a9102344cfc4b669a04696eb44aeed3db8ae2b04e9e\n    Port:           9555/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Mon, 10 Nov 2025 21:03:08 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:  9555\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-gphwp (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-gphwp:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type     Reason     Age   From               Message\n  ----     ------     ----  ----               -------\n  Normal   Scheduled  32s   default-scheduler  Successfully assigned boutique/adservice-84dbdf99d-7gzbs to worker-01\n  Normal   Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n  Normal   Created    32s   kubelet            Created container server\n  Normal   Started    32s   kubelet            Started container server\n  Warning  Unhealthy  26s   kubelet            Readiness probe failed: timeout: failed to connect service \"172.20.1.101:9555\" within 1s: context deadline exceeded\n  Warning  Unhealthy  26s   kubelet            Liveness probe failed: timeout: failed to connect service \"172.20.1.101:9555\" within 1s: context deadline exceeded\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-7gzbs\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nadservice-84dbdf99d-7gzbs   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-7gzbs\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-84dbdf99d-7gzbs   1/1     Running   0          33s   172.20.1.101   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-84dbdf99d-7gzbs\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nadservice-84dbdf99d-7gzbs   1/1     Running   0          33s   app=adservice,pod-template-hash=84dbdf99d\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"cartservice-59798f66d6-87776\",\"namespace\":\"boutique\"}": "Name:             cartservice-59798f66d6-87776\nNamespace:        boutique\nPriority:         0\nService Account:  cartservice\nNode:             worker-02/192.168.0.53\nStart Time:       Mon, 10 Nov 2025 21:03:09 +0800\nLabels:           app=cartservice\n                  pod-template-hash=59798f66d6\nAnnotations:      <none>\nStatus:           Pending\nIP:               172.20.2.54\nIPs:\n  IP:           172.20.2.54\nControlled By:  ReplicaSet/cartservice-59798f66d6\nContainers:\n  server:\n    Container ID:   \n    Image:          ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\n    Image ID:       \n    Port:           7070/TCP\n    Host Port:      0/TCP\n    State:          Waiting\n      Reason:       ImagePullBackOff\n    Ready:          False\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-jfwbb (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-jfwbb:\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/cartservice-59798f66d6-87776 to worker-02\n  Normal   BackOff    30s                kubelet            Back-off pulling image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\"\n  Warning  Failed     30s                kubelet            Error: ImagePullBackOff\n  Normal   Pulling    15s (x2 over 30s)  kubelet            Pulling image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\"\n  Warning  Failed     15s (x2 over 30s)  kubelet            Failed to pull image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\": failed to pull and unpack image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\": failed to resolve reference \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\": failed to do request: Head \"https://ghost-registry.example.net/v2/google-samples/microservices-demo/cartservice/manifests/v0.10.3\": dial tcp: lookup ghost-registry.example.net on 127.0.0.53:53: no such host\n  Warning  Failed     15s (x2 over 30s)  kubelet            Error: ErrImagePull\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-59798f66d6-87776\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS             RESTARTS   AGE\ncartservice-59798f66d6-87776   0/1     ImagePullBackOff   0          31s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-59798f66d6-87776\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS             RESTARTS   AGE   IP            NODE        NOMINATED NODE   READINESS GATES\ncartservice-59798f66d6-87776   0/1     ImagePullBackOff   0          31s   172.20.2.54   worker-02   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-59798f66d6-87776\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS             RESTARTS   AGE   LABELS\ncartservice-59798f66d6-87776   0/1     ImagePullBackOff   0          31s   app=cartservice,pod-template-hash=59798f66d6\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-mltn4\",\"namespace\":\"boutique\"}": "Name:             checkoutservice-8445f8b6cb-mltn4\nNamespace:        boutique\nPriority:         0\nService Account:  checkoutservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:03:07 +0800\nLabels:           app=checkoutservice\n                  pod-template-hash=8445f8b6cb\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.217\nIPs:\n  IP:           172.20.3.217\nControlled By:  ReplicaSet/checkoutservice-8445f8b6cb\nContainers:\n  server:\n    Container ID:   containerd://3af7a9309e79eaaee9f3860960a8b102a9b0b0f155f2d574994a27333c9131e4\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 21:03:08 +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-lnkfl (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-lnkfl:\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-mltn4 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-mltn4\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-mltn4   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-mltn4\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncheckoutservice-8445f8b6cb-mltn4   1/1     Running   0          33s   172.20.3.217   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-mltn4\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncheckoutservice-8445f8b6cb-mltn4   1/1     Running   0          33s   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-bpmwt\",\"namespace\":\"boutique\"}": "Name:             currencyservice-75686c9564-bpmwt\nNamespace:        boutique\nPriority:         0\nService Account:  currencyservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:03:08 +0800\nLabels:           app=currencyservice\n                  pod-template-hash=75686c9564\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.102\nIPs:\n  IP:           172.20.1.102\nControlled By:  ReplicaSet/currencyservice-75686c9564\nContainers:\n  server:\n    Container ID:   containerd://b8464589038db61afa6679ae1fca338ec1eda7c0ad3ecfc89b03f3c8dd5a4c19\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 21:03:08 +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-rwdgv (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-rwdgv:\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-bpmwt 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-bpmwt\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-bpmwt   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-bpmwt\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncurrencyservice-75686c9564-bpmwt   1/1     Running   0          32s   172.20.1.102   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-bpmwt\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncurrencyservice-75686c9564-bpmwt   1/1     Running   0          32s   app=currencyservice,pod-template-hash=75686c9564\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-ck29j\",\"namespace\":\"boutique\"}": "Name:             emailservice-b78fc569b-ck29j\nNamespace:        boutique\nPriority:         0\nService Account:  emailservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:03:08 +0800\nLabels:           app=emailservice\n                  pod-template-hash=b78fc569b\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.103\nIPs:\n  IP:           172.20.1.103\nControlled By:  ReplicaSet/emailservice-b78fc569b\nContainers:\n  server:\n    Container ID:   containerd://e6beb61d4fe99082e501d53ffa92aa03a65c33358d0c63ab6f4360df1ef2dca0\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 21:03:08 +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-hzkk9 (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-hzkk9:\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-ck29j 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-ck29j\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-ck29j   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-ck29j\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nemailservice-b78fc569b-ck29j   1/1     Running   0          33s   172.20.1.103   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-ck29j\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\nemailservice-b78fc569b-ck29j   1/1     Running   0          33s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-s9mpz\",\"namespace\":\"boutique\"}": "Name:             frontend-6778bd7b8b-s9mpz\nNamespace:        boutique\nPriority:         0\nService Account:  frontend\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:03:08 +0800\nLabels:           app=frontend\n                  pod-template-hash=6778bd7b8b\nAnnotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\nStatus:           Running\nIP:               172.20.3.218\nIPs:\n  IP:           172.20.3.218\nControlled By:  ReplicaSet/frontend-6778bd7b8b\nContainers:\n  server:\n    Container ID:   containerd://7b073a5f8437a5eda1ab141290f3bedd0c9463d1ccd916d2226b4b0647d9854e\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 21:03:09 +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-fjhzq (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-fjhzq:\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-s9mpz to worker-03\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-s9mpz\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-s9mpz   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-s9mpz\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nfrontend-6778bd7b8b-s9mpz   1/1     Running   0          33s   172.20.3.218   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-s9mpz\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nfrontend-6778bd7b8b-s9mpz   1/1     Running   0          33s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-svlnl\",\"namespace\":\"boutique\"}": "Name:             paymentservice-78c5996648-svlnl\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:03:08 +0800\nLabels:           app=paymentservice\n                  pod-template-hash=78c5996648\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.219\nIPs:\n  IP:           172.20.3.219\nControlled By:  ReplicaSet/paymentservice-78c5996648\nContainers:\n  server:\n    Container ID:   containerd://ce628062dc95ed478634481e1f454b1851c4962291be0c0d7ae62aa722780b68\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 21:03:09 +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-fxg48 (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-fxg48:\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-svlnl to worker-03\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-svlnl\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-svlnl   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-svlnl\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\npaymentservice-78c5996648-svlnl   1/1     Running   0          33s   172.20.3.219   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-svlnl\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-78c5996648-svlnl   1/1     Running   0          33s   app=paymentservice,pod-template-hash=78c5996648\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-r8zng\",\"namespace\":\"boutique\"}": "Name:             productcatalogservice-ddb46fc86-r8zng\nNamespace:        boutique\nPriority:         0\nService Account:  productcatalogservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:03:09 +0800\nLabels:           app=productcatalogservice\n                  pod-template-hash=ddb46fc86\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.104\nIPs:\n  IP:           172.20.1.104\nControlled By:  ReplicaSet/productcatalogservice-ddb46fc86\nContainers:\n  server:\n    Container ID:   containerd://fbf43b46f11fdb38c73329fa2ec14df7cdf9e955b13bde0be327d80aed5efeda\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 21:03:09 +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-47ptb (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-47ptb:\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-r8zng to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-r8zng\",\"namespace\":\"boutique\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-r8zng   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-r8zng\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nproductcatalogservice-ddb46fc86-r8zng   1/1     Running   0          33s   172.20.1.104   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-r8zng\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   LABELS\nproductcatalogservice-ddb46fc86-r8zng   1/1     Running   0          33s   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-8rcbz\",\"namespace\":\"boutique\"}": "Name:             recommendationservice-7df9c5b676-8rcbz\nNamespace:        boutique\nPriority:         0\nService Account:  recommendationservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:03:09 +0800\nLabels:           app=recommendationservice\n                  pod-template-hash=7df9c5b676\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.105\nIPs:\n  IP:           172.20.1.105\nControlled By:  ReplicaSet/recommendationservice-7df9c5b676\nContainers:\n  server:\n    Container ID:   containerd://9e0e627f8f4693fe7e8378c4583841ec7b8fde368596afd9e309efa260316bb4\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 21:03:09 +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-2xv8w (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-2xv8w:\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-8rcbz 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-8rcbz\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-8rcbz   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-8rcbz\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nrecommendationservice-7df9c5b676-8rcbz   1/1     Running   0          32s   172.20.1.105   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-8rcbz\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   LABELS\nrecommendationservice-7df9c5b676-8rcbz   1/1     Running   0          32s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-m5llh\",\"namespace\":\"boutique\"}": "Name:             redis-cart-68db7b6f97-m5llh\nNamespace:        boutique\nPriority:         0\nService Account:  default\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:03:09 +0800\nLabels:           app=redis-cart\n                  pod-template-hash=68db7b6f97\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.220\nIPs:\n  IP:           172.20.3.220\nControlled By:  ReplicaSet/redis-cart-68db7b6f97\nContainers:\n  redis:\n    Container ID:   containerd://72b60f1eabfdc39b18d6828aece1be83dde7a66a0cdc25e94bdf3d430fe469e7\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 21:03:10 +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-l8cvs (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-l8cvs:\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-m5llh 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-m5llh\",\"namespace\":\"boutique\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-m5llh   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-m5llh\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nredis-cart-68db7b6f97-m5llh   1/1     Running   0          33s   172.20.3.220   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-m5llh\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   LABELS\nredis-cart-68db7b6f97-m5llh   1/1     Running   0          33s   app=redis-cart,pod-template-hash=68db7b6f97\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-484zj\",\"namespace\":\"boutique\"}": "Name:             shippingservice-7cbfcb6d68-484zj\nNamespace:        boutique\nPriority:         0\nService Account:  shippingservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:03:09 +0800\nLabels:           app=shippingservice\n                  pod-template-hash=7cbfcb6d68\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.221\nIPs:\n  IP:           172.20.3.221\nControlled By:  ReplicaSet/shippingservice-7cbfcb6d68\nContainers:\n  server:\n    Container ID:   containerd://cfb0c00a237a6c161d656b37fedc474e6274f8ad8822a8601b8320e60276559b\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 21:03:10 +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-lvv4w (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-lvv4w:\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-484zj to worker-03\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-484zj\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-484zj   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-484zj\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nshippingservice-7cbfcb6d68-484zj   1/1     Running   0          33s   172.20.3.221   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-484zj\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\nshippingservice-7cbfcb6d68-484zj   1/1     Running   0          33s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)        AGE\nadservice               ClusterIP   10.68.207.56    <none>        9555/TCP       35s\ncartservice             ClusterIP   10.68.73.105    <none>        7070/TCP       33s\ncheckoutservice         ClusterIP   10.68.42.242    <none>        5050/TCP       35s\ncurrencyservice         ClusterIP   10.68.25.107    <none>        7000/TCP       34s\nemailservice            ClusterIP   10.68.185.28    <none>        5000/TCP       34s\nfrontend                ClusterIP   10.68.245.224   <none>        80/TCP         34s\nfrontend-external       NodePort    10.68.56.163    <none>        80:30080/TCP   34s\npaymentservice          ClusterIP   10.68.124.240   <none>        50051/TCP      34s\nproductcatalogservice   ClusterIP   10.68.246.81    <none>        3550/TCP       34s\nrecommendationservice   ClusterIP   10.68.117.194   <none>        8080/TCP       33s\nredis-cart              ClusterIP   10.68.181.227   <none>        6379/TCP       33s\nshippingservice         ClusterIP   10.68.228.72    <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.207.56    <none>        9555/TCP       35s   app=adservice\ncartservice             ClusterIP   10.68.73.105    <none>        7070/TCP       33s   app=cartservice\ncheckoutservice         ClusterIP   10.68.42.242    <none>        5050/TCP       35s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.25.107    <none>        7000/TCP       34s   app=currencyservice\nemailservice            ClusterIP   10.68.185.28    <none>        5000/TCP       34s   app=emailservice\nfrontend                ClusterIP   10.68.245.224   <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.56.163    <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.124.240   <none>        50051/TCP      34s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.246.81    <none>        3550/TCP       34s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.117.194   <none>        8080/TCP       33s   app=recommendationservice\nredis-cart              ClusterIP   10.68.181.227   <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.228.72    <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.207.56    <none>        9555/TCP       35s   app=adservice\ncartservice             ClusterIP   10.68.73.105    <none>        7070/TCP       33s   app=cartservice\ncheckoutservice         ClusterIP   10.68.42.242    <none>        5050/TCP       35s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.25.107    <none>        7000/TCP       34s   app=currencyservice\nemailservice            ClusterIP   10.68.185.28    <none>        5000/TCP       34s   app=emailservice\nfrontend                ClusterIP   10.68.245.224   <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.56.163    <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.124.240   <none>        50051/TCP      34s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.246.81    <none>        3550/TCP       34s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.117.194   <none>        8080/TCP       33s   app=recommendationservice\nredis-cart              ClusterIP   10.68.181.227   <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.228.72    <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.207.56\nIPs:                      10.68.207.56\nPort:                     grpc  9555/TCP\nTargetPort:               9555/TCP\nEndpoints:                172.20.1.101: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.207.56   <none>        9555/TCP   35s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nadservice   ClusterIP   10.68.207.56   <none>        9555/TCP   35s   app=adservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\nadservice   ClusterIP   10.68.207.56   <none>        9555/TCP   35s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                     cartservice\nNamespace:                boutique\nLabels:                   app=cartservice\nAnnotations:              <none>\nSelector:                 app=cartservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.73.105\nIPs:                      10.68.73.105\nPort:                     grpc  7070/TCP\nTargetPort:               7070/TCP\nEndpoints:                172.20.2.54: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.73.105   <none>        7070/TCP   33s\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.73.105   <none>        7070/TCP   34s   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.73.105   <none>        7070/TCP   34s   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.42.242\nIPs:                      10.68.42.242\nPort:                     grpc  5050/TCP\nTargetPort:               5050/TCP\nEndpoints:                172.20.3.217: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.42.242   <none>        5050/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   SELECTOR\ncheckoutservice   ClusterIP   10.68.42.242   <none>        5050/TCP   36s   app=checkoutservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\ncheckoutservice   ClusterIP   10.68.42.242   <none>        5050/TCP   36s   app=checkoutservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                     currencyservice\nNamespace:                boutique\nLabels:                   app=currencyservice\nAnnotations:              <none>\nSelector:                 app=currencyservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.25.107\nIPs:                      10.68.25.107\nPort:                     grpc  7000/TCP\nTargetPort:               7000/TCP\nEndpoints:                172.20.1.102: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.25.107   <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.25.107   <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.25.107   <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.185.28\nIPs:                      10.68.185.28\nPort:                     grpc  5000/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.103: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.185.28   <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.185.28   <none>        5000/TCP   35s   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.185.28   <none>        5000/TCP   35s   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.245.224\nIPs:                      10.68.245.224\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.3.218: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.245.224   <none>        80/TCP    35s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)   AGE   SELECTOR\nfrontend   ClusterIP   10.68.245.224   <none>        80/TCP    35s   app=frontend\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)   AGE   LABELS\nfrontend   ClusterIP   10.68.245.224   <none>        80/TCP    35s   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.56.163\nIPs:                      10.68.56.163\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nNodePort:                 http  30080/TCP\nEndpoints:                172.20.3.218: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.56.163   <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.56.163   <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.56.163   <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.124.240\nIPs:                      10.68.124.240\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.3.219: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.124.240   <none>        50051/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)     AGE   SELECTOR\npaymentservice   ClusterIP   10.68.124.240   <none>        50051/TCP   36s   app=paymentservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)     AGE   LABELS\npaymentservice   ClusterIP   10.68.124.240   <none>        50051/TCP   36s   app=paymentservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:                     productcatalogservice\nNamespace:                boutique\nLabels:                   app=productcatalogservice\nAnnotations:              <none>\nSelector:                 app=productcatalogservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.246.81\nIPs:                      10.68.246.81\nPort:                     grpc  3550/TCP\nTargetPort:               3550/TCP\nEndpoints:                172.20.1.104: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.246.81   <none>        3550/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nproductcatalogservice   ClusterIP   10.68.246.81   <none>        3550/TCP   36s   app=productcatalogservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\nproductcatalogservice   ClusterIP   10.68.246.81   <none>        3550/TCP   36s   app=productcatalogservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:                     recommendationservice\nNamespace:                boutique\nLabels:                   app=recommendationservice\nAnnotations:              <none>\nSelector:                 app=recommendationservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.117.194\nIPs:                      10.68.117.194\nPort:                     grpc  8080/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.105: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.117.194   <none>        8080/TCP   35s\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.117.194   <none>        8080/TCP   35s   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.117.194   <none>        8080/TCP   35s   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.181.227\nIPs:                      10.68.181.227\nPort:                     tcp-redis  6379/TCP\nTargetPort:               6379/TCP\nEndpoints:                172.20.3.220: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.181.227   <none>        6379/TCP   35s\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.181.227   <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.181.227   <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.228.72\nIPs:                      10.68.228.72\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.3.221: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.228.72   <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.228.72   <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.228.72   <none>        50051/TCP   36s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nadservice               1/1     1            1           38s\ncartservice             0/1     1            0           36s\ncheckoutservice         1/1     1            1           38s\ncurrencyservice         1/1     1            1           37s\nemailservice            1/1     1            1           37s\nfrontend                1/1     1            1           37s\npaymentservice          1/1     1            1           37s\nproductcatalogservice   1/1     1            1           37s\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               1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3               app=adservice\ncartservice             0/1     1            0           36s   server       ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice\ncheckoutservice         1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice\ncurrencyservice         1/1     1            1           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           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice\nproductcatalogservice   1/1     1            1           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice\nrecommendationservice   1/1     1            1           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               1/1     1            1           38s   app=adservice\ncartservice             0/1     1            0           36s   app=cartservice\ncheckoutservice         1/1     1            1           38s   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           37s   app=paymentservice\nproductcatalogservice   1/1     1            1           37s   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 21:03:07 +0800\nLabels:                 app=adservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=adservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=adservice\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n    Port:       9555/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:        9555\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   adservice-84dbdf99d (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  38s   deployment-controller  Scaled up replica set adservice-84dbdf99d to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   1/1     1            1           38s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                           SELECTOR\nadservice   1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3   app=adservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nadservice   1/1     1            1           38s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                   cartservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:03:09 +0800\nLabels:                 app=cartservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=cartservice\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=cartservice\n  Service Account:  cartservice\n  Containers:\n   server:\n    Image:      ghost-registry.example.net/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      False   MinimumReplicasUnavailable\n  Progressing    True    ReplicaSetUpdated\nOldReplicaSets:  <none>\nNewReplicaSet:   cartservice-59798f66d6 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  36s   deployment-controller  Scaled up replica set cartservice-59798f66d6 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   0/1     1            0           36s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                             SELECTOR\ncartservice   0/1     1            0           36s   server       ghost-registry.example.net/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   0/1     1            0           36s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                   checkoutservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:03:07 +0800\nLabels:                 app=checkoutservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=checkoutservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=checkoutservice\n  Service Account:  checkoutservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\n    Port:       5050/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:                          5050\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      SHIPPING_SERVICE_ADDR:         shippingservice:50051\n      PAYMENT_SERVICE_ADDR:          paymentservice:50051\n      EMAIL_SERVICE_ADDR:            emailservice:5000\n      CURRENCY_SERVICE_ADDR:         currencyservice:7000\n      CART_SERVICE_ADDR:             cartservice:7070\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   checkoutservice-8445f8b6cb (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set checkoutservice-8445f8b6cb to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncheckoutservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncheckoutservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3   app=checkoutservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\ncheckoutservice   1/1     1            1           39s   app=checkoutservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                   currencyservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:03:08 +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 21:03:08 +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 21:03:08 +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           38s\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           38s   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           38s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                   paymentservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:03:08 +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           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                SELECTOR\npaymentservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3   app=paymentservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\npaymentservice   1/1     1            1           39s   app=paymentservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "Name:                   productcatalogservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:03:08 +0800\nLabels:                 app=productcatalogservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=productcatalogservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=productcatalogservice\n  Service Account:  productcatalogservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\n    Port:       3550/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              3550\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   productcatalogservice-ddb46fc86 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set productcatalogservice-ddb46fc86 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nproductcatalogservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nproductcatalogservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nproductcatalogservice   1/1     1            1           39s   app=productcatalogservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "Name:                   recommendationservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:03:09 +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 21:03:09 +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           38s   app=redis-cart\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "Name:                   shippingservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:03:09 +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  38s   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           38s\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           38s   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-m5llh\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>                 40s\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>                 40s   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>                 40s   <none>\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nadservice-84dbdf99d                1         1         1       42s\ncartservice-59798f66d6             1         1         0       40s\ncheckoutservice-8445f8b6cb         1         1         1       42s\ncurrencyservice-75686c9564         1         1         1       41s\nemailservice-b78fc569b             1         1         1       41s\nfrontend-6778bd7b8b                1         1         1       41s\npaymentservice-78c5996648          1         1         1       41s\nproductcatalogservice-ddb46fc86    1         1         1       41s\nrecommendationservice-7df9c5b676   1         1         1       40s\nredis-cart-68db7b6f97              1         1         1       40s\nshippingservice-7cbfcb6d68         1         1         1       40s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice-84dbdf99d                1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3               app=adservice,pod-template-hash=84dbdf99d\ncartservice-59798f66d6             1         1         0       41s   server       ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice,pod-template-hash=59798f66d6\ncheckoutservice-8445f8b6cb         1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564         1         1         1       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       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3          app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86    1         1         1       42s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676   1         1         1       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-84dbdf99d                1         1         1       43s   app=adservice,pod-template-hash=84dbdf99d\ncartservice-59798f66d6             1         1         0       41s   app=cartservice,pod-template-hash=59798f66d6\ncheckoutservice-8445f8b6cb         1         1         1       43s   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       42s   app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86    1         1         1       42s   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-84dbdf99d\",\"namespace\":\"boutique\"}": "Name:           adservice-84dbdf99d\nNamespace:      boutique\nSelector:       app=adservice,pod-template-hash=84dbdf99d\nLabels:         app=adservice\n                pod-template-hash=84dbdf99d\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/adservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=adservice\n                    pod-template-hash=84dbdf99d\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n    Port:       9555/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:        9555\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nEvents:\n  Type     Reason            Age                From                   Message\n  ----     ------            ----               ----                   -------\n  Warning  FailedCreate      43s (x2 over 43s)  replicaset-controller  Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n  Normal   SuccessfulCreate  43s                replicaset-controller  Created pod: adservice-84dbdf99d-7gzbs\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\"}": "NAME                  DESIRED   CURRENT   READY   AGE\nadservice-84dbdf99d   1         1         1       43s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                  DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                           SELECTOR\nadservice-84dbdf99d   1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3   app=adservice,pod-template-hash=84dbdf99d\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-84dbdf99d\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                  DESIRED   CURRENT   READY   AGE   LABELS\nadservice-84dbdf99d   1         1         1       43s   app=adservice,pod-template-hash=84dbdf99d\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-59798f66d6\",\"namespace\":\"boutique\"}": "Name:           cartservice-59798f66d6\nNamespace:      boutique\nSelector:       app=cartservice,pod-template-hash=59798f66d6\nLabels:         app=cartservice\n                pod-template-hash=59798f66d6\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:    0 Running / 1 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=cartservice\n                    pod-template-hash=59798f66d6\n  Service Account:  cartservice\n  Containers:\n   server:\n    Image:      ghost-registry.example.net/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  Normal  SuccessfulCreate  41s   replicaset-controller  Created pod: cartservice-59798f66d6-87776\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-59798f66d6\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\ncartservice-59798f66d6   1         1         0       41s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-59798f66d6\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                             SELECTOR\ncartservice-59798f66d6   1         1         0       41s   server       ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3   app=cartservice,pod-template-hash=59798f66d6\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-59798f66d6\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   LABELS\ncartservice-59798f66d6   1         1         0       41s   app=cartservice,pod-template-hash=59798f66d6\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      43s (x2 over 43s)  replicaset-controller  Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n  Normal   SuccessfulCreate  43s                replicaset-controller  Created pod: checkoutservice-8445f8b6cb-mltn4\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncheckoutservice-8445f8b6cb   1         1         1       43s\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      42s (x2 over 42s)  replicaset-controller  Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n  Normal   SuccessfulCreate  42s                replicaset-controller  Created pod: currencyservice-75686c9564-bpmwt\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncurrencyservice-75686c9564   1         1         1       42s\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 (x3 over 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-ck29j\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  Warning  FailedCreate      43s   replicaset-controller  Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n  Normal   SuccessfulCreate  43s   replicaset-controller  Created pod: frontend-6778bd7b8b-s9mpz\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  43s   replicaset-controller  Created pod: paymentservice-78c5996648-svlnl\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"paymentservice-78c5996648\",\"namespace\":\"boutique\"}": "NAME                        DESIRED   CURRENT   READY   AGE\npaymentservice-78c5996648   1         1         1       43s\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       43s   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       43s   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  42s   replicaset-controller  Created pod: productcatalogservice-ddb46fc86-r8zng\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-8rcbz\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-m5llh\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  43s   replicaset-controller  Created pod: shippingservice-7cbfcb6d68-484zj\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         46s\ncartservice             0         44s\ncheckoutservice         0         46s\ncurrencyservice         0         45s\ndefault                 0         14d\nemailservice            0         45s\nfrontend                0         45s\npaymentservice          0         45s\nproductcatalogservice   0         45s\nrecommendationservice   0         44s\nshippingservice         0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nadservice               0         46s\ncartservice             0         44s\ncheckoutservice         0         46s\ncurrencyservice         0         45s\ndefault                 0         14d\nemailservice            0         45s\nfrontend                0         45s\npaymentservice          0         45s\nproductcatalogservice   0         45s\nrecommendationservice   0         44s\nshippingservice         0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nadservice               0         46s   <none>\ncartservice             0         44s   <none>\ncheckoutservice         0         46s   <none>\ncurrencyservice         0         45s   <none>\ndefault                 0         14d   <none>\nemailservice            0         45s   <none>\nfrontend                0         45s   <none>\npaymentservice          0         45s   <none>\nproductcatalogservice   0         45s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        SECRETS   AGE\nadservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        SECRETS   AGE   LABELS\nadservice   0         46s   <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         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          SECRETS   AGE\ncartservice   0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          SECRETS   AGE   LABELS\ncartservice   0         44s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       SECRETS   AGE\nfrontend   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       SECRETS   AGE   LABELS\nfrontend   0         46s   <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         47s   <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         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nproductcatalogservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nproductcatalogservice   0         47s   <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               172.20.1.101:9555    48s\ncartservice                                  46s\ncheckoutservice         172.20.3.217:5050    48s\ncurrencyservice         172.20.1.102:7000    47s\nemailservice            172.20.1.103:8080    47s\nfrontend                172.20.3.218:8080    47s\nfrontend-external       172.20.3.218:8080    47s\npaymentservice          172.20.3.219:50051   47s\nproductcatalogservice   172.20.1.104:3550    47s\nrecommendationservice   172.20.1.105:8080    46s\nredis-cart              172.20.3.220:6379    46s\nshippingservice         172.20.3.221:50051   46s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS            AGE\nadservice               172.20.1.101:9555    49s\ncartservice                                  47s\ncheckoutservice         172.20.3.217:5050    49s\ncurrencyservice         172.20.1.102:7000    48s\nemailservice            172.20.1.103:8080    48s\nfrontend                172.20.3.218:8080    48s\nfrontend-external       172.20.3.218:8080    48s\npaymentservice          172.20.3.219:50051   48s\nproductcatalogservice   172.20.1.104:3550    48s\nrecommendationservice   172.20.1.105:8080    47s\nredis-cart              172.20.3.220:6379    47s\nshippingservice         172.20.3.221:50051   47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS            AGE   LABELS\nadservice               172.20.1.101:9555    49s   app=adservice\ncartservice                                  47s   app=cartservice\ncheckoutservice         172.20.3.217:5050    49s   app=checkoutservice\ncurrencyservice         172.20.1.102:7000    48s   app=currencyservice\nemailservice            172.20.1.103:8080    48s   app=emailservice\nfrontend                172.20.3.218:8080    48s   app=frontend\nfrontend-external       172.20.3.218:8080    48s   app=frontend\npaymentservice          172.20.3.219:50051   48s   app=paymentservice\nproductcatalogservice   172.20.1.104:3550    48s   app=productcatalogservice\nrecommendationservice   172.20.1.105:8080    47s   app=recommendationservice\nredis-cart              172.20.3.220:6379    47s   app=redis-cart\nshippingservice         172.20.3.221: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-10T13:03:18Z\nSubsets:\n  Addresses:          172.20.1.101\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  9555  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        ENDPOINTS           AGE\nadservice   172.20.1.101:9555   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        ENDPOINTS           AGE\nadservice   172.20.1.101:9555   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        ENDPOINTS           AGE   LABELS\nadservice   172.20.1.101:9555   49s   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-10T13:03:09Z\nSubsets:\n  Addresses:          <none>\n  NotReadyAddresses:  172.20.2.54\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               47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          ENDPOINTS   AGE\ncartservice               47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          ENDPOINTS   AGE   LABELS\ncartservice               47s   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-10T13:03:18Z\nSubsets:\n  Addresses:          172.20.3.217\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.217:5050   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncheckoutservice   172.20.3.217:5050   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncheckoutservice   172.20.3.217: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-10T13:03:18Z\nSubsets:\n  Addresses:          172.20.1.102\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.102:7000   48s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncurrencyservice   172.20.1.102:7000   48s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncurrencyservice   172.20.1.102: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-10T13:03:13Z\nSubsets:\n  Addresses:          172.20.1.103\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.103:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           ENDPOINTS           AGE\nemailservice   172.20.1.103:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           ENDPOINTS           AGE   LABELS\nemailservice   172.20.1.103: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-10T13:03:10Z\nSubsets:\n  Addresses:          172.20.3.218\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.3.218:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       ENDPOINTS           AGE\nfrontend   172.20.3.218:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       ENDPOINTS           AGE   LABELS\nfrontend   172.20.3.218: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-10T13:03:10Z\nSubsets:\n  Addresses:          172.20.3.218\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.3.218:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                ENDPOINTS           AGE\nfrontend-external   172.20.3.218:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                ENDPOINTS           AGE   LABELS\nfrontend-external   172.20.3.218: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-10T13:03:19Z\nSubsets:\n  Addresses:          172.20.3.219\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.3.219:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             ENDPOINTS            AGE\npaymentservice   172.20.3.219:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             ENDPOINTS            AGE   LABELS\npaymentservice   172.20.3.219: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-10T13:03:19Z\nSubsets:\n  Addresses:          172.20.1.104\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.1.104:3550   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nproductcatalogservice   172.20.1.104:3550   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nproductcatalogservice   172.20.1.104:3550   50s   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-10T13:03:14Z\nSubsets:\n  Addresses:          172.20.1.105\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.105:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nrecommendationservice   172.20.1.105:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nrecommendationservice   172.20.1.105: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-10T13:03:19Z\nSubsets:\n  Addresses:          172.20.3.220\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.220:6379   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         ENDPOINTS           AGE\nredis-cart   172.20.3.220:6379   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         ENDPOINTS           AGE   LABELS\nredis-cart   172.20.3.220: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-10T13:03:19Z\nSubsets:\n  Addresses:          172.20.3.221\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port   Protocol\n    ----  ----   --------\n    grpc  50051  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "NAME              ENDPOINTS            AGE\nshippingservice   172.20.3.221:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS            AGE\nshippingservice   172.20.3.221:50051   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS            AGE   LABELS\nshippingservice   172.20.3.221:50051   49s   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>                          53s\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 21:03:52 +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 21:03:27 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:03:27 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:03:27 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:03:27 +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 21:04:00 +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 21:03:50 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:03:50 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:03:50 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:03:50 +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                    adservice-84dbdf99d-7gzbs                     200m (2%)     300m (3%)   180Mi (1%)       300Mi (1%)     55s\n  boutique                    currencyservice-75686c9564-bpmwt              100m (1%)     200m (2%)   64Mi (0%)        1280Mi (8%)    54s\n  boutique                    emailservice-b78fc569b-ck29j                  100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    productcatalogservice-ddb46fc86-r8zng         100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    recommendationservice-7df9c5b676-8rcbz        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             1259Mi (8%)  2286Mi (14%)\n  ephemeral-storage  0 (0%)       0 (0%)\n  hugepages-1Gi      0 (0%)       0 (0%)\n  hugepages-2Mi      0 (0%)       0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-01   Ready    node    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 21:04:02 +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 21:03:45 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:03:45 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:03:45 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:03:45 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.53\n  Hostname:    worker-02\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978548Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671348Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                aa737935-f9cf-4bc8-ac3d-3c8936223857\n  Boot ID:                    dcbbe724-880a-44e1-bdac-77f112efe392\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.2.0/24\nPodCIDRs:                     172.20.2.0/24\nNon-terminated Pods:          (10 in total)\n  Namespace                   Name                            CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                            ------------  ----------  ---------------  -------------  ---\n  boutique                    cartservice-59798f66d6-87776    200m (2%)     300m (3%)   64Mi (0%)        128Mi (0%)     53s\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%)   300m (3%)\n  memory             2849Mi (18%)  628Mi (4%)\n  ephemeral-storage  0 (0%)        0 (0%)\n  hugepages-1Gi      0 (0%)        0 (0%)\n  hugepages-2Mi      0 (0%)        0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-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 21:03:53 +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 21:03:38 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:03:38 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:03:38 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:03:38 +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:          (15 in total)\n  Namespace                   Name                                    CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                    ------------  ----------  ---------------  -------------  ---\n  boutique                    checkoutservice-8445f8b6cb-mltn4        100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     55s\n  boutique                    frontend-6778bd7b8b-s9mpz               100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    paymentservice-78c5996648-svlnl         100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    redis-cart-68db7b6f97-m5llh             70m (0%)      125m (1%)   200Mi (1%)       256Mi (1%)     53s\n  boutique                    shippingservice-7cbfcb6d68-484zj        100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     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%)   925m (11%)\n  memory             1323Mi (8%)  768Mi (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=cartservice\"}": "NAME                           READY   STATUS             RESTARTS   AGE\ncartservice-59798f66d6-87776   0/1     ImagePullBackOff   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-svlnl   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-484zj   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-s9mpz   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nadservice-84dbdf99d-7gzbs   1/1     Running   0          57s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-m5llh   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-r8zng   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-bpmwt   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-mltn4   1/1     Running   0          57s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-8rcbz   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-ck29j   1/1     Running   0          56s\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.73.105   <none>        7070/TCP   55s\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.124.240   <none>        50051/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.228.72   <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.245.224   <none>        80/TCP         56s\nfrontend-external   NodePort    10.68.56.163    <none>        80:30080/TCP   56s\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.207.56   <none>        9555/TCP   57s\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.181.227   <none>        6379/TCP   55s\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.246.81   <none>        3550/TCP   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.25.107   <none>        7000/TCP   57s\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.42.242   <none>        5050/TCP   58s\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.117.194   <none>        8080/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.185.28   <none>        5000/TCP   57s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   0/1     1            0           56s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME             READY   UP-TO-DATE   AVAILABLE   AGE\npaymentservice   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=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=adservice\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   1/1     1            1           58s\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=productcatalogservice\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nproductcatalogservice   1/1     1            1           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=checkoutservice\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncheckoutservice   1/1     1            1           58s\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=emailservice\"}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE\nemailservice   1/1     1            1           57s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "",
  "GetResources:{\"resource_type\":\"events\",\"name\":\"\",\"namespace\":\"boutique\"}": "LAST SEEN   TYPE      REASON              OBJECT                                        MESSAGE\n21m         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.\n19m         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.\n19m         Warning   FailedScheduling    pod/adservice-55f4bdbfc8-q5r4z                skip schedule deleting pod: boutique/adservice-55f4bdbfc8-q5r4z\n21m         Normal    SuccessfulCreate    replicaset/adservice-55f4bdbfc8               Created pod: adservice-55f4bdbfc8-q5r4z\n23m         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.\n21m         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.\n21m         Warning   FailedScheduling    pod/adservice-58dbccc5d-xktn6                 skip schedule deleting pod: boutique/adservice-58dbccc5d-xktn6\n23m         Normal    SuccessfulCreate    replicaset/adservice-58dbccc5d                Created pod: adservice-58dbccc5d-xktn6\n19m         Normal    Scheduled           pod/adservice-7b5ff9bbd7-r2s5r                Successfully assigned boutique/adservice-7b5ff9bbd7-r2s5r to worker-03\n17m         Normal    Pulling             pod/adservice-7b5ff9bbd7-r2s5r                Pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n17m         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\n17m         Warning   Failed              pod/adservice-7b5ff9bbd7-r2s5r                Error: ErrImagePull\n9m8s        Normal    BackOff             pod/adservice-7b5ff9bbd7-r2s5r                Back-off pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n17m         Warning   Failed              pod/adservice-7b5ff9bbd7-r2s5r                Error: ImagePullBackOff\n19m         Normal    SuccessfulCreate    replicaset/adservice-7b5ff9bbd7               Created pod: adservice-7b5ff9bbd7-r2s5r\n7m40s       Normal    SuccessfulDelete    replicaset/adservice-7b5ff9bbd7               Deleted pod: adservice-7b5ff9bbd7-r2s5r\n5m33s       Normal    Scheduled           pod/adservice-84dbdf99d-2fdqg                 Successfully assigned boutique/adservice-84dbdf99d-2fdqg to worker-01\n5m33s       Normal    Pulled              pod/adservice-84dbdf99d-2fdqg                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n5m33s       Normal    Created             pod/adservice-84dbdf99d-2fdqg                 Created container server\n5m33s       Normal    Started             pod/adservice-84dbdf99d-2fdqg                 Started container server\n5m27s       Warning   Unhealthy           pod/adservice-84dbdf99d-2fdqg                 Liveness probe failed: timeout: failed to connect service \"172.20.1.88:9555\" within 1s: context deadline exceeded\n5m27s       Warning   Unhealthy           pod/adservice-84dbdf99d-2fdqg                 Readiness probe failed: timeout: failed to connect service \"172.20.1.88:9555\" within 1s: context deadline exceeded\n3m59s       Normal    Killing             pod/adservice-84dbdf99d-2fdqg                 Stopping container server\n59s         Normal    Scheduled           pod/adservice-84dbdf99d-7gzbs                 Successfully assigned boutique/adservice-84dbdf99d-7gzbs to worker-01\n59s         Normal    Pulled              pod/adservice-84dbdf99d-7gzbs                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/adservice-84dbdf99d-7gzbs                 Created container server\n59s         Normal    Started             pod/adservice-84dbdf99d-7gzbs                 Started container server\n53s         Warning   Unhealthy           pod/adservice-84dbdf99d-7gzbs                 Readiness probe failed: timeout: failed to connect service \"172.20.1.101:9555\" within 1s: context deadline exceeded\n53s         Warning   Unhealthy           pod/adservice-84dbdf99d-7gzbs                 Liveness probe failed: timeout: failed to connect service \"172.20.1.101:9555\" within 1s: context deadline exceeded\n7m51s       Normal    Scheduled           pod/adservice-84dbdf99d-clrn4                 Successfully assigned boutique/adservice-84dbdf99d-clrn4 to worker-01\n7m51s       Normal    Pulled              pod/adservice-84dbdf99d-clrn4                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n7m51s       Normal    Created             pod/adservice-84dbdf99d-clrn4                 Created container server\n7m51s       Normal    Started             pod/adservice-84dbdf99d-clrn4                 Started container server\n7m45s       Warning   Unhealthy           pod/adservice-84dbdf99d-clrn4                 Liveness probe failed: timeout: failed to connect service \"172.20.1.81:9555\" within 1s: context deadline exceeded\n7m45s       Warning   Unhealthy           pod/adservice-84dbdf99d-clrn4                 Readiness probe failed: timeout: failed to connect service \"172.20.1.81:9555\" within 1s: context deadline exceeded\n7m17s       Normal    Killing             pod/adservice-84dbdf99d-clrn4                 Stopping container server\n33m         Normal    Killing             pod/adservice-84dbdf99d-f4hpt                 Stopping container server\n33m         Warning   Unhealthy           pod/adservice-84dbdf99d-f4hpt                 Readiness probe failed: timeout: failed to connect service \"172.20.1.35:9555\" within 1s: context deadline exceeded\n7m5s        Normal    Scheduled           pod/adservice-84dbdf99d-fjblb                 Successfully assigned boutique/adservice-84dbdf99d-fjblb to worker-01\n7m5s        Normal    Pulled              pod/adservice-84dbdf99d-fjblb                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n7m4s        Normal    Created             pod/adservice-84dbdf99d-fjblb                 Created container server\n7m4s        Normal    Started             pod/adservice-84dbdf99d-fjblb                 Started container server\n6m17s       Normal    Killing             pod/adservice-84dbdf99d-fjblb                 Stopping container server\n3m17s       Normal    Scheduled           pod/adservice-84dbdf99d-xfbwr                 Successfully assigned boutique/adservice-84dbdf99d-xfbwr to worker-01\n3m17s       Normal    Pulled              pod/adservice-84dbdf99d-xfbwr                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\" already present on machine\n3m17s       Normal    Created             pod/adservice-84dbdf99d-xfbwr                 Created container server\n3m17s       Normal    Started             pod/adservice-84dbdf99d-xfbwr                 Started container server\n3m11s       Warning   Unhealthy           pod/adservice-84dbdf99d-xfbwr                 Readiness probe failed: timeout: failed to connect service \"172.20.1.94:9555\" within 1s: context deadline exceeded\n3m11s       Warning   Unhealthy           pod/adservice-84dbdf99d-xfbwr                 Liveness probe failed: timeout: failed to connect service \"172.20.1.94:9555\" within 1s: context deadline exceeded\n102s        Normal    Killing             pod/adservice-84dbdf99d-xfbwr                 Stopping container server\n7m51s       Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-clrn4\n7m5s        Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n7m5s        Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-fjblb\n5m34s       Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n5m34s       Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-2fdqg\n3m17s       Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n3m17s       Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-xfbwr\n60s         Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n60s         Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-7gzbs\n23m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-58dbccc5d to 1\n21m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-55f4bdbfc8 to 1\n19m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-7b5ff9bbd7 to 1\n7m51s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n7m40s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled down replica set adservice-7b5ff9bbd7 to 0 from 1\n7m5s        Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n5m34s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n3m17s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n60s         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n57s         Normal    Scheduled           pod/cartservice-59798f66d6-87776              Successfully assigned boutique/cartservice-59798f66d6-87776 to worker-02\n16s         Normal    Pulling             pod/cartservice-59798f66d6-87776              Pulling image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\"\n16s         Warning   Failed              pod/cartservice-59798f66d6-87776              Failed to pull image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\": failed to pull and unpack image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\": failed to resolve reference \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\": failed to do request: Head \"https://ghost-registry.example.net/v2/google-samples/microservices-demo/cartservice/manifests/v0.10.3\": dial tcp: lookup ghost-registry.example.net on 127.0.0.53:53: no such host\n16s         Warning   Failed              pod/cartservice-59798f66d6-87776              Error: ErrImagePull\n1s          Normal    BackOff             pod/cartservice-59798f66d6-87776              Back-off pulling image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\"\n1s          Warning   Failed              pod/cartservice-59798f66d6-87776              Error: ImagePullBackOff\n58s         Normal    SuccessfulCreate    replicaset/cartservice-59798f66d6             Created pod: cartservice-59798f66d6-87776\n3m15s       Warning   FailedScheduling    pod/cartservice-5cddc7cc77-cxhfn              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.\n2m10s       Warning   FailedScheduling    pod/cartservice-5cddc7cc77-cxhfn              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.\n3m15s       Normal    SuccessfulCreate    replicaset/cartservice-5cddc7cc77             Created pod: cartservice-5cddc7cc77-cxhfn\n7m47s       Warning   FailedScheduling    pod/cartservice-6b9c55fd97-gd2b2              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.\n7m38s       Warning   FailedScheduling    pod/cartservice-6b9c55fd97-gd2b2              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.\n7m17s       Warning   FailedScheduling    pod/cartservice-6b9c55fd97-gd2b2              skip schedule deleting pod: boutique/cartservice-6b9c55fd97-gd2b2\n5m31s       Warning   FailedScheduling    pod/cartservice-6b9c55fd97-hxwnf              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.\n4m27s       Warning   FailedScheduling    pod/cartservice-6b9c55fd97-hxwnf              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.\n7m48s       Normal    SuccessfulCreate    replicaset/cartservice-6b9c55fd97             Created pod: cartservice-6b9c55fd97-gd2b2\n5m31s       Normal    SuccessfulCreate    replicaset/cartservice-6b9c55fd97             Created pod: cartservice-6b9c55fd97-hxwnf\n21m         Normal    Scheduled           pod/cartservice-79b49f5555-7nkdx              Successfully assigned boutique/cartservice-79b49f5555-7nkdx to worker-01\n21m         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\n21m         Normal    Created             pod/cartservice-79b49f5555-7nkdx              Created container server\n21m         Normal    Started             pod/cartservice-79b49f5555-7nkdx              Started container server\n19m         Normal    Killing             pod/cartservice-79b49f5555-7nkdx              Stopping container server\n7m4s        Normal    Scheduled           pod/cartservice-79b49f5555-d7gln              Successfully assigned boutique/cartservice-79b49f5555-d7gln to worker-03\n7m4s        Normal    Pulled              pod/cartservice-79b49f5555-d7gln              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n7m4s        Normal    Created             pod/cartservice-79b49f5555-d7gln              Created container server\n7m4s        Normal    Started             pod/cartservice-79b49f5555-d7gln              Started container server\n6m17s       Normal    Killing             pod/cartservice-79b49f5555-d7gln              Stopping container server\n19m         Normal    Scheduled           pod/cartservice-79b49f5555-fkr96              Successfully assigned boutique/cartservice-79b49f5555-fkr96 to worker-01\n19m         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\n19m         Normal    Created             pod/cartservice-79b49f5555-fkr96              Created container server\n19m         Normal    Started             pod/cartservice-79b49f5555-fkr96              Started container server\n7m17s       Normal    Killing             pod/cartservice-79b49f5555-fkr96              Stopping container server\n33m         Normal    Killing             pod/cartservice-79b49f5555-jsth4              Stopping container server\n23m         Normal    Scheduled           pod/cartservice-79b49f5555-xxzr8              Successfully assigned boutique/cartservice-79b49f5555-xxzr8 to worker-01\n23m         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\n23m         Normal    Created             pod/cartservice-79b49f5555-xxzr8              Created container server\n23m         Normal    Started             pod/cartservice-79b49f5555-xxzr8              Started container server\n21m         Normal    Killing             pod/cartservice-79b49f5555-xxzr8              Stopping container server\n23m         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n23m         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-xxzr8\n21m         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n21m         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-7nkdx\n19m         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n19m         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-fkr96\n7m5s        Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n7m5s        Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-d7gln\n23m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n21m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n19m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n7m48s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-6b9c55fd97 to 1\n7m5s        Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n5m32s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-6b9c55fd97 to 1\n3m15s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-5cddc7cc77 to 1\n58s         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-59798f66d6 to 1\n7m2s        Warning   FailedScheduling    pod/checkoutservice-78dd6d5b78-5cd6f          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.\n6m17s       Warning   FailedScheduling    pod/checkoutservice-78dd6d5b78-5cd6f          skip schedule deleting pod: boutique/checkoutservice-78dd6d5b78-5cd6f\n7m3s        Normal    SuccessfulCreate    replicaset/checkoutservice-78dd6d5b78         Created pod: checkoutservice-78dd6d5b78-5cd6f\n23m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-89n7j          Successfully assigned boutique/checkoutservice-8445f8b6cb-89n7j to worker-01\n23m         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\n23m         Normal    Created             pod/checkoutservice-8445f8b6cb-89n7j          Created container server\n23m         Normal    Started             pod/checkoutservice-8445f8b6cb-89n7j          Started container server\n21m         Normal    Killing             pod/checkoutservice-8445f8b6cb-89n7j          Stopping container server\n21m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-hgnhs          Successfully assigned boutique/checkoutservice-8445f8b6cb-hgnhs to worker-03\n21m         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\n21m         Normal    Created             pod/checkoutservice-8445f8b6cb-hgnhs          Created container server\n21m         Normal    Started             pod/checkoutservice-8445f8b6cb-hgnhs          Started container server\n19m         Normal    Killing             pod/checkoutservice-8445f8b6cb-hgnhs          Stopping container server\n5m33s       Normal    Scheduled           pod/checkoutservice-8445f8b6cb-kzcjm          Successfully assigned boutique/checkoutservice-8445f8b6cb-kzcjm to worker-03\n5m33s       Normal    Pulled              pod/checkoutservice-8445f8b6cb-kzcjm          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n5m33s       Normal    Created             pod/checkoutservice-8445f8b6cb-kzcjm          Created container server\n5m33s       Normal    Started             pod/checkoutservice-8445f8b6cb-kzcjm          Started container server\n3m59s       Normal    Killing             pod/checkoutservice-8445f8b6cb-kzcjm          Stopping container server\n33m         Normal    Killing             pod/checkoutservice-8445f8b6cb-lkjfq          Stopping container server\n19m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-llp8m          Successfully assigned boutique/checkoutservice-8445f8b6cb-llp8m to worker-03\n19m         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\n19m         Normal    Created             pod/checkoutservice-8445f8b6cb-llp8m          Created container server\n19m         Normal    Started             pod/checkoutservice-8445f8b6cb-llp8m          Started container server\n7m17s       Normal    Killing             pod/checkoutservice-8445f8b6cb-llp8m          Stopping container server\n59s         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-mltn4          Successfully assigned boutique/checkoutservice-8445f8b6cb-mltn4 to worker-03\n59s         Normal    Pulled              pod/checkoutservice-8445f8b6cb-mltn4          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-mltn4          Created container server\n59s         Normal    Started             pod/checkoutservice-8445f8b6cb-mltn4          Started container server\n3m17s       Normal    Scheduled           pod/checkoutservice-8445f8b6cb-z9l48          Successfully assigned boutique/checkoutservice-8445f8b6cb-z9l48 to worker-01\n3m16s       Normal    Pulled              pod/checkoutservice-8445f8b6cb-z9l48          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n3m16s       Normal    Created             pod/checkoutservice-8445f8b6cb-z9l48          Created container server\n3m16s       Normal    Started             pod/checkoutservice-8445f8b6cb-z9l48          Started container server\n101s        Normal    Killing             pod/checkoutservice-8445f8b6cb-z9l48          Stopping container server\n23m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n23m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-89n7j\n21m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n21m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-hgnhs\n19m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n19m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-llp8m\n5m33s       Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n5m33s       Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-kzcjm\n3m17s       Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n3m17s       Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-z9l48\n60s         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n60s         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-mltn4\n23m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n21m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n19m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n7m3s        Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-78dd6d5b78 to 1\n5m33s       Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n3m17s       Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n60s         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n46m         Normal    Killing             pod/cpu-consumer-4n7zm                        Stopping container consumer\n46m         Normal    Killing             pod/cpu-consumer-9sdz9                        Stopping container consumer\n46m         Normal    Killing             pod/cpu-consumer-b4vtc                        Stopping container consumer\n21m         Normal    Scheduled           pod/cpu-consumer-cj5mh                        Successfully assigned boutique/cpu-consumer-cj5mh to worker-03\n21m         Normal    Pulled              pod/cpu-consumer-cj5mh                        Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/cpu-consumer-cj5mh                        Created container consumer\n21m         Normal    Started             pod/cpu-consumer-cj5mh                        Started container consumer\n19m         Normal    Killing             pod/cpu-consumer-cj5mh                        Stopping container consumer\n46m         Normal    Killing             pod/cpu-consumer-gf728                        Stopping container consumer\n21m         Normal    Scheduled           pod/cpu-consumer-jvndr                        Successfully assigned boutique/cpu-consumer-jvndr to worker-02\n21m         Normal    Pulled              pod/cpu-consumer-jvndr                        Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/cpu-consumer-jvndr                        Created container consumer\n21m         Normal    Started             pod/cpu-consumer-jvndr                        Started container consumer\n19m         Normal    Killing             pod/cpu-consumer-jvndr                        Stopping container consumer\n21m         Normal    Scheduled           pod/cpu-consumer-l4w5g                        Successfully assigned boutique/cpu-consumer-l4w5g to master\n21m         Normal    Pulled              pod/cpu-consumer-l4w5g                        Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/cpu-consumer-l4w5g                        Created container consumer\n21m         Normal    Started             pod/cpu-consumer-l4w5g                        Started container consumer\n19m         Normal    Killing             pod/cpu-consumer-l4w5g                        Stopping container consumer\n21m         Normal    Scheduled           pod/cpu-consumer-r7wgr                        Successfully assigned boutique/cpu-consumer-r7wgr to worker-01\n21m         Normal    Pulled              pod/cpu-consumer-r7wgr                        Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/cpu-consumer-r7wgr                        Created container consumer\n21m         Normal    Started             pod/cpu-consumer-r7wgr                        Started container consumer\n19m         Normal    Killing             pod/cpu-consumer-r7wgr                        Stopping container consumer\n21m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-l4w5g\n21m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-jvndr\n21m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-r7wgr\n21m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-cj5mh\n3m15s       Normal    Scheduled           pod/cpu-hog-7ls72                             Successfully assigned boutique/cpu-hog-7ls72 to worker-01\n3m15s       Normal    Pulled              pod/cpu-hog-7ls72                             Container image \"busybox:1.35\" already present on machine\n3m15s       Normal    Created             pod/cpu-hog-7ls72                             Created container cpu-hog\n3m15s       Normal    Started             pod/cpu-hog-7ls72                             Started container cpu-hog\n100s        Normal    Killing             pod/cpu-hog-7ls72                             Stopping container cpu-hog\n3m15s       Normal    Scheduled           pod/cpu-hog-9vb5z                             Successfully assigned boutique/cpu-hog-9vb5z to worker-03\n3m15s       Normal    Pulled              pod/cpu-hog-9vb5z                             Container image \"busybox:1.35\" already present on machine\n3m15s       Normal    Created             pod/cpu-hog-9vb5z                             Created container cpu-hog\n3m15s       Normal    Started             pod/cpu-hog-9vb5z                             Started container cpu-hog\n100s        Normal    Killing             pod/cpu-hog-9vb5z                             Stopping container cpu-hog\n3m15s       Normal    Scheduled           pod/cpu-hog-d947w                             Successfully assigned boutique/cpu-hog-d947w to master\n3m15s       Normal    Pulled              pod/cpu-hog-d947w                             Container image \"busybox:1.35\" already present on machine\n3m15s       Normal    Created             pod/cpu-hog-d947w                             Created container cpu-hog\n3m15s       Normal    Started             pod/cpu-hog-d947w                             Started container cpu-hog\n100s        Normal    Killing             pod/cpu-hog-d947w                             Stopping container cpu-hog\n3m15s       Normal    Scheduled           pod/cpu-hog-n6tzf                             Successfully assigned boutique/cpu-hog-n6tzf to worker-02\n3m15s       Normal    Pulled              pod/cpu-hog-n6tzf                             Container image \"busybox:1.35\" already present on machine\n3m15s       Normal    Created             pod/cpu-hog-n6tzf                             Created container cpu-hog\n3m15s       Normal    Started             pod/cpu-hog-n6tzf                             Started container cpu-hog\n100s        Normal    Killing             pod/cpu-hog-n6tzf                             Stopping container cpu-hog\n3m15s       Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-n6tzf\n3m15s       Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-9vb5z\n3m15s       Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-d947w\n3m15s       Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-7ls72\n21m         Normal    Scheduled           pod/currencyservice-75686c9564-5qr45          Successfully assigned boutique/currencyservice-75686c9564-5qr45 to worker-01\n21m         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\n21m         Normal    Created             pod/currencyservice-75686c9564-5qr45          Created container server\n21m         Normal    Started             pod/currencyservice-75686c9564-5qr45          Started container server\n19m         Normal    Killing             pod/currencyservice-75686c9564-5qr45          Stopping container server\n59s         Normal    Scheduled           pod/currencyservice-75686c9564-bpmwt          Successfully assigned boutique/currencyservice-75686c9564-bpmwt to worker-01\n59s         Normal    Pulled              pod/currencyservice-75686c9564-bpmwt          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/currencyservice-75686c9564-bpmwt          Created container server\n59s         Normal    Started             pod/currencyservice-75686c9564-bpmwt          Started container server\n33m         Normal    Killing             pod/currencyservice-75686c9564-dfrsp          Stopping container server\n5m33s       Normal    Scheduled           pod/currencyservice-75686c9564-dxnv8          Successfully assigned boutique/currencyservice-75686c9564-dxnv8 to worker-01\n5m33s       Normal    Pulled              pod/currencyservice-75686c9564-dxnv8          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n5m33s       Normal    Created             pod/currencyservice-75686c9564-dxnv8          Created container server\n5m33s       Normal    Started             pod/currencyservice-75686c9564-dxnv8          Started container server\n3m59s       Normal    Killing             pod/currencyservice-75686c9564-dxnv8          Stopping container server\n7m4s        Normal    Scheduled           pod/currencyservice-75686c9564-lhlkp          Successfully assigned boutique/currencyservice-75686c9564-lhlkp to worker-01\n7m4s        Normal    Pulled              pod/currencyservice-75686c9564-lhlkp          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n7m4s        Normal    Created             pod/currencyservice-75686c9564-lhlkp          Created container server\n7m4s        Normal    Started             pod/currencyservice-75686c9564-lhlkp          Started container server\n6m17s       Normal    Killing             pod/currencyservice-75686c9564-lhlkp          Stopping container server\n23m         Normal    Scheduled           pod/currencyservice-75686c9564-qmlrr          Successfully assigned boutique/currencyservice-75686c9564-qmlrr to worker-03\n23m         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\n23m         Normal    Created             pod/currencyservice-75686c9564-qmlrr          Created container server\n23m         Normal    Started             pod/currencyservice-75686c9564-qmlrr          Started container server\n21m         Normal    Killing             pod/currencyservice-75686c9564-qmlrr          Stopping container server\n19m         Normal    Scheduled           pod/currencyservice-75686c9564-rcqhz          Successfully assigned boutique/currencyservice-75686c9564-rcqhz to worker-01\n19m         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\n19m         Normal    Created             pod/currencyservice-75686c9564-rcqhz          Created container server\n19m         Normal    Started             pod/currencyservice-75686c9564-rcqhz          Started container server\n7m17s       Normal    Killing             pod/currencyservice-75686c9564-rcqhz          Stopping container server\n3m16s       Normal    Scheduled           pod/currencyservice-75686c9564-th7z7          Successfully assigned boutique/currencyservice-75686c9564-th7z7 to worker-03\n3m16s       Normal    Pulled              pod/currencyservice-75686c9564-th7z7          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n3m16s       Normal    Created             pod/currencyservice-75686c9564-th7z7          Created container server\n3m16s       Normal    Started             pod/currencyservice-75686c9564-th7z7          Started container server\n101s        Normal    Killing             pod/currencyservice-75686c9564-th7z7          Stopping container server\n23m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n23m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-qmlrr\n21m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n21m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-5qr45\n19m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n19m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-rcqhz\n7m5s        Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n7m5s        Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-lhlkp\n5m33s       Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n5m33s       Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-dxnv8\n3m17s       Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n3m17s       Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-th7z7\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-bpmwt\n23m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n21m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n19m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n7m5s        Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n5m33s       Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n3m17s       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\n22m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n22m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n22m         Normal    Created             pod/debug-connect                             Created container debug-connect\n22m         Normal    Started             pod/debug-connect                             Started container debug-connect\n22m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n22m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n22m         Normal    Created             pod/debug-connect                             Created container debug-connect\n22m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n21m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n21m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n21m         Normal    Created             pod/debug-connect                             Created container debug-connect\n21m         Normal    Started             pod/debug-connect                             Started container debug-connect\n20m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n20m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n20m         Normal    Created             pod/debug-connect                             Created container debug-connect\n20m         Normal    Started             pod/debug-connect                             Started container debug-connect\n20m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n20m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n20m         Normal    Created             pod/debug-connect                             Created container debug-connect\n20m         Normal    Started             pod/debug-connect                             Started container debug-connect\n20m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n20m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n20m         Normal    Created             pod/debug-connect                             Created container debug-connect\n20m         Normal    Started             pod/debug-connect                             Started container debug-connect\n20m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n20m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n20m         Normal    Created             pod/debug-connect                             Created container debug-connect\n20m         Normal    Started             pod/debug-connect                             Started container debug-connect\n19m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n19m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n19m         Normal    Created             pod/debug-connect                             Created container debug-connect\n19m         Normal    Started             pod/debug-connect                             Started container debug-connect\n19m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n19m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n19m         Normal    Created             pod/debug-connect                             Created container debug-connect\n19m         Normal    Started             pod/debug-connect                             Started container debug-connect\n19m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n19m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n19m         Normal    Created             pod/debug-connect                             Created container debug-connect\n19m         Normal    Started             pod/debug-connect                             Started container debug-connect\n19m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n19m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n19m         Normal    Created             pod/debug-connect                             Created container debug-connect\n19m         Normal    Started             pod/debug-connect                             Started container debug-connect\n19m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n19m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n19m         Normal    Created             pod/debug-connect                             Created container debug-connect\n19m         Normal    Started             pod/debug-connect                             Started container debug-connect\n19m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n19m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n19m         Normal    Created             pod/debug-connect                             Created container debug-connect\n19m         Normal    Started             pod/debug-connect                             Started container debug-connect\n19m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n19m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n19m         Normal    Created             pod/debug-connect                             Created container debug-connect\n19m         Normal    Started             pod/debug-connect                             Started container debug-connect\n18m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n18m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n18m         Normal    Created             pod/debug-connect                             Created container debug-connect\n18m         Normal    Started             pod/debug-connect                             Started container debug-connect\n18m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n18m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n18m         Normal    Created             pod/debug-connect                             Created container debug-connect\n18m         Normal    Started             pod/debug-connect                             Started container debug-connect\n18m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n18m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n18m         Normal    Created             pod/debug-connect                             Created container debug-connect\n18m         Normal    Started             pod/debug-connect                             Started container debug-connect\n18m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n18m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n18m         Normal    Created             pod/debug-connect                             Created container debug-connect\n18m         Normal    Started             pod/debug-connect                             Started container debug-connect\n18m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n18m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n18m         Normal    Created             pod/debug-connect                             Created container debug-connect\n18m         Normal    Started             pod/debug-connect                             Started container debug-connect\n18m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n18m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n18m         Normal    Created             pod/debug-connect                             Created container debug-connect\n18m         Normal    Started             pod/debug-connect                             Started container debug-connect\n17m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n17m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n17m         Normal    Created             pod/debug-connect                             Created container debug-connect\n17m         Normal    Started             pod/debug-connect                             Started container debug-connect\n17m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n17m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n17m         Normal    Created             pod/debug-connect                             Created container debug-connect\n17m         Normal    Started             pod/debug-connect                             Started container debug-connect\n17m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n17m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n17m         Normal    Created             pod/debug-connect                             Created container debug-connect\n17m         Normal    Started             pod/debug-connect                             Started container debug-connect\n17m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n17m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n17m         Normal    Created             pod/debug-connect                             Created container debug-connect\n17m         Normal    Started             pod/debug-connect                             Started container debug-connect\n17m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n17m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n17m         Normal    Created             pod/debug-connect                             Created container debug-connect\n17m         Normal    Started             pod/debug-connect                             Started container debug-connect\n4m33s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m33s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m33s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m33s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m30s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m30s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m30s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m30s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m27s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m27s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m27s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m27s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m25s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m25s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m25s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m25s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m23s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m23s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m23s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m23s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m21s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m21s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m21s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m21s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m19s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m19s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m19s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m19s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m17s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m17s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m17s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m17s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m15s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m15s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m15s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m15s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m13s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m13s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m13s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m13s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m11s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n4m11s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m11s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m11s       Normal    Started             pod/debug-connect                             Started container debug-connect\n2m15s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n2m15s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m15s       Normal    Created             pod/debug-connect                             Created container debug-connect\n2m15s       Normal    Started             pod/debug-connect                             Started container debug-connect\n2m12s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n2m12s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m12s       Normal    Created             pod/debug-connect                             Created container debug-connect\n2m12s       Normal    Started             pod/debug-connect                             Started container debug-connect\n2m10s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n2m9s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m9s        Normal    Created             pod/debug-connect                             Created container debug-connect\n2m9s        Normal    Started             pod/debug-connect                             Started container debug-connect\n2m8s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n2m7s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m7s        Normal    Created             pod/debug-connect                             Created container debug-connect\n2m7s        Normal    Started             pod/debug-connect                             Started container debug-connect\n2m6s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n2m5s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m5s        Normal    Created             pod/debug-connect                             Created container debug-connect\n2m5s        Normal    Started             pod/debug-connect                             Started container debug-connect\n2m4s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n2m3s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m3s        Normal    Created             pod/debug-connect                             Created container debug-connect\n2m3s        Normal    Started             pod/debug-connect                             Started container debug-connect\n2m2s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n2m1s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m1s        Normal    Created             pod/debug-connect                             Created container debug-connect\n2m1s        Normal    Started             pod/debug-connect                             Started container debug-connect\n119s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n119s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n119s        Normal    Created             pod/debug-connect                             Created container debug-connect\n119s        Normal    Started             pod/debug-connect                             Started container debug-connect\n118s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n117s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n117s        Normal    Created             pod/debug-connect                             Created container debug-connect\n117s        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\n113s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n113s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n113s        Normal    Created             pod/debug-connect                             Created container debug-connect\n113s        Normal    Started             pod/debug-connect                             Started container debug-connect\n46m         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.\n45m         Normal    Scheduled           pod/emailservice-6cc965cc46-zpqrr             Successfully assigned boutique/emailservice-6cc965cc46-zpqrr to worker-02\n45m         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\n45m         Normal    Created             pod/emailservice-6cc965cc46-zpqrr             Created container server\n45m         Normal    Started             pod/emailservice-6cc965cc46-zpqrr             Started container server\n33m         Normal    Killing             pod/emailservice-6cc965cc46-zpqrr             Stopping container server\n3m16s       Normal    Scheduled           pod/emailservice-b78fc569b-4tvv5              Successfully assigned boutique/emailservice-b78fc569b-4tvv5 to worker-01\n3m16s       Normal    Pulled              pod/emailservice-b78fc569b-4tvv5              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n3m16s       Normal    Created             pod/emailservice-b78fc569b-4tvv5              Created container server\n3m16s       Normal    Started             pod/emailservice-b78fc569b-4tvv5              Started container server\n101s        Normal    Killing             pod/emailservice-b78fc569b-4tvv5              Stopping container server\n59s         Normal    Scheduled           pod/emailservice-b78fc569b-ck29j              Successfully assigned boutique/emailservice-b78fc569b-ck29j to worker-01\n59s         Normal    Pulled              pod/emailservice-b78fc569b-ck29j              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/emailservice-b78fc569b-ck29j              Created container server\n59s         Normal    Started             pod/emailservice-b78fc569b-ck29j              Started container server\n5m33s       Normal    Scheduled           pod/emailservice-b78fc569b-ctc6c              Successfully assigned boutique/emailservice-b78fc569b-ctc6c to worker-01\n5m33s       Normal    Pulled              pod/emailservice-b78fc569b-ctc6c              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n5m33s       Normal    Created             pod/emailservice-b78fc569b-ctc6c              Created container server\n5m32s       Normal    Started             pod/emailservice-b78fc569b-ctc6c              Started container server\n3m59s       Normal    Killing             pod/emailservice-b78fc569b-ctc6c              Stopping container server\n7m4s        Normal    Scheduled           pod/emailservice-b78fc569b-ffdfh              Successfully assigned boutique/emailservice-b78fc569b-ffdfh to worker-01\n7m4s        Normal    Pulled              pod/emailservice-b78fc569b-ffdfh              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n7m4s        Normal    Created             pod/emailservice-b78fc569b-ffdfh              Created container server\n7m4s        Normal    Started             pod/emailservice-b78fc569b-ffdfh              Started container server\n6m17s       Normal    Killing             pod/emailservice-b78fc569b-ffdfh              Stopping container server\n19m         Normal    Scheduled           pod/emailservice-b78fc569b-fpp7p              Successfully assigned boutique/emailservice-b78fc569b-fpp7p to worker-01\n19m         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\n19m         Normal    Created             pod/emailservice-b78fc569b-fpp7p              Created container server\n19m         Normal    Started             pod/emailservice-b78fc569b-fpp7p              Started container server\n7m17s       Normal    Killing             pod/emailservice-b78fc569b-fpp7p              Stopping container server\n23m         Normal    Scheduled           pod/emailservice-b78fc569b-tv8f4              Successfully assigned boutique/emailservice-b78fc569b-tv8f4 to worker-03\n23m         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\n23m         Normal    Created             pod/emailservice-b78fc569b-tv8f4              Created container server\n23m         Normal    Started             pod/emailservice-b78fc569b-tv8f4              Started container server\n21m         Normal    Killing             pod/emailservice-b78fc569b-tv8f4              Stopping container server\n21m         Normal    Scheduled           pod/emailservice-b78fc569b-zgt69              Successfully assigned boutique/emailservice-b78fc569b-zgt69 to worker-01\n21m         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\n21m         Normal    Created             pod/emailservice-b78fc569b-zgt69              Created container server\n21m         Normal    Started             pod/emailservice-b78fc569b-zgt69              Started container server\n19m         Normal    Killing             pod/emailservice-b78fc569b-zgt69              Stopping container server\n23m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n23m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-tv8f4\n21m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n21m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-zgt69\n19m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n19m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-fpp7p\n7m4s        Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n7m4s        Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-ffdfh\n5m33s       Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n5m33s       Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-ctc6c\n3m17s       Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n3m17s       Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-4tvv5\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-ck29j\n23m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n21m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n19m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n7m4s        Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n5m33s       Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n3m17s       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\n5m33s       Normal    Scheduled           pod/frontend-6778bd7b8b-2znwn                 Successfully assigned boutique/frontend-6778bd7b8b-2znwn to worker-03\n5m32s       Normal    Pulled              pod/frontend-6778bd7b8b-2znwn                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/frontend-6778bd7b8b-2znwn                 Created container server\n5m32s       Normal    Started             pod/frontend-6778bd7b8b-2znwn                 Started container server\n3m59s       Normal    Killing             pod/frontend-6778bd7b8b-2znwn                 Stopping container server\n19m         Normal    Scheduled           pod/frontend-6778bd7b8b-6rp94                 Successfully assigned boutique/frontend-6778bd7b8b-6rp94 to worker-01\n19m         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\n19m         Normal    Created             pod/frontend-6778bd7b8b-6rp94                 Created container server\n19m         Normal    Started             pod/frontend-6778bd7b8b-6rp94                 Started container server\n7m17s       Normal    Killing             pod/frontend-6778bd7b8b-6rp94                 Stopping container server\n21m         Normal    Scheduled           pod/frontend-6778bd7b8b-8vdjg                 Successfully assigned boutique/frontend-6778bd7b8b-8vdjg to worker-01\n21m         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\n21m         Normal    Created             pod/frontend-6778bd7b8b-8vdjg                 Created container server\n21m         Normal    Started             pod/frontend-6778bd7b8b-8vdjg                 Started container server\n19m         Normal    Killing             pod/frontend-6778bd7b8b-8vdjg                 Stopping container server\n7m4s        Normal    Scheduled           pod/frontend-6778bd7b8b-9sk7g                 Successfully assigned boutique/frontend-6778bd7b8b-9sk7g to worker-03\n7m4s        Normal    Pulled              pod/frontend-6778bd7b8b-9sk7g                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n7m4s        Normal    Created             pod/frontend-6778bd7b8b-9sk7g                 Created container server\n7m4s        Normal    Started             pod/frontend-6778bd7b8b-9sk7g                 Started container server\n6m17s       Normal    Killing             pod/frontend-6778bd7b8b-9sk7g                 Stopping container server\n23m         Normal    Scheduled           pod/frontend-6778bd7b8b-hqd2w                 Successfully assigned boutique/frontend-6778bd7b8b-hqd2w to worker-03\n23m         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\n23m         Normal    Created             pod/frontend-6778bd7b8b-hqd2w                 Created container server\n23m         Normal    Started             pod/frontend-6778bd7b8b-hqd2w                 Started container server\n21m         Normal    Killing             pod/frontend-6778bd7b8b-hqd2w                 Stopping container server\n33m         Normal    Killing             pod/frontend-6778bd7b8b-nwgn9                 Stopping container server\n3m16s       Normal    Scheduled           pod/frontend-6778bd7b8b-qn57b                 Successfully assigned boutique/frontend-6778bd7b8b-qn57b to worker-03\n3m16s       Normal    Pulled              pod/frontend-6778bd7b8b-qn57b                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n3m16s       Normal    Created             pod/frontend-6778bd7b8b-qn57b                 Created container server\n3m16s       Normal    Started             pod/frontend-6778bd7b8b-qn57b                 Started container server\n101s        Normal    Killing             pod/frontend-6778bd7b8b-qn57b                 Stopping container server\n59s         Normal    Scheduled           pod/frontend-6778bd7b8b-s9mpz                 Successfully assigned boutique/frontend-6778bd7b8b-s9mpz to worker-03\n58s         Normal    Pulled              pod/frontend-6778bd7b8b-s9mpz                 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-s9mpz                 Created container server\n58s         Normal    Started             pod/frontend-6778bd7b8b-s9mpz                 Started container server\n23m         Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n23m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-hqd2w\n21m         Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n21m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-8vdjg\n19m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-6rp94\n7m4s        Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-9sk7g\n5m33s       Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-2znwn\n3m16s       Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n3m16s       Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-qn57b\n59s         Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n59s         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-s9mpz\n23m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n21m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n19m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n7m4s        Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n5m33s       Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n3m16s       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\n5m32s       Normal    Scheduled           pod/paymentservice-78c5996648-42l4h           Successfully assigned boutique/paymentservice-78c5996648-42l4h to worker-03\n5m32s       Normal    Pulled              pod/paymentservice-78c5996648-42l4h           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/paymentservice-78c5996648-42l4h           Created container server\n5m32s       Normal    Started             pod/paymentservice-78c5996648-42l4h           Started container server\n3m59s       Normal    Killing             pod/paymentservice-78c5996648-42l4h           Stopping container server\n23m         Normal    Scheduled           pod/paymentservice-78c5996648-6xxp7           Successfully assigned boutique/paymentservice-78c5996648-6xxp7 to worker-01\n23m         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\n23m         Normal    Created             pod/paymentservice-78c5996648-6xxp7           Created container server\n23m         Normal    Started             pod/paymentservice-78c5996648-6xxp7           Started container server\n21m         Normal    Killing             pod/paymentservice-78c5996648-6xxp7           Stopping container server\n21m         Normal    Scheduled           pod/paymentservice-78c5996648-gd5nj           Successfully assigned boutique/paymentservice-78c5996648-gd5nj to worker-03\n21m         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\n21m         Normal    Created             pod/paymentservice-78c5996648-gd5nj           Created container server\n21m         Normal    Started             pod/paymentservice-78c5996648-gd5nj           Started container server\n19m         Normal    Killing             pod/paymentservice-78c5996648-gd5nj           Stopping container server\n58s         Normal    Scheduled           pod/paymentservice-78c5996648-svlnl           Successfully assigned boutique/paymentservice-78c5996648-svlnl to worker-03\n58s         Normal    Pulled              pod/paymentservice-78c5996648-svlnl           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-svlnl           Created container server\n58s         Normal    Started             pod/paymentservice-78c5996648-svlnl           Started container server\n3m16s       Normal    Scheduled           pod/paymentservice-78c5996648-tdx9b           Successfully assigned boutique/paymentservice-78c5996648-tdx9b to worker-03\n3m16s       Normal    Pulled              pod/paymentservice-78c5996648-tdx9b           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n3m16s       Normal    Created             pod/paymentservice-78c5996648-tdx9b           Created container server\n3m15s       Normal    Started             pod/paymentservice-78c5996648-tdx9b           Started container server\n101s        Normal    Killing             pod/paymentservice-78c5996648-tdx9b           Stopping container server\n33m         Normal    Killing             pod/paymentservice-78c5996648-tjf9x           Stopping container server\n19m         Normal    Scheduled           pod/paymentservice-78c5996648-vtf4d           Successfully assigned boutique/paymentservice-78c5996648-vtf4d to worker-02\n19m         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\n19m         Normal    Created             pod/paymentservice-78c5996648-vtf4d           Created container server\n19m         Normal    Started             pod/paymentservice-78c5996648-vtf4d           Started container server\n7m17s       Normal    Killing             pod/paymentservice-78c5996648-vtf4d           Stopping container server\n7m4s        Normal    Scheduled           pod/paymentservice-78c5996648-zml7f           Successfully assigned boutique/paymentservice-78c5996648-zml7f to worker-01\n7m3s        Normal    Pulled              pod/paymentservice-78c5996648-zml7f           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n7m3s        Normal    Created             pod/paymentservice-78c5996648-zml7f           Created container server\n7m3s        Normal    Started             pod/paymentservice-78c5996648-zml7f           Started container server\n6m17s       Normal    Killing             pod/paymentservice-78c5996648-zml7f           Stopping container server\n23m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-6xxp7\n21m         Warning   FailedCreate        replicaset/paymentservice-78c5996648          Error creating: pods \"paymentservice-78c5996648-\" is forbidden: error looking up service account boutique/paymentservice: serviceaccount \"paymentservice\" not found\n21m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-gd5nj\n19m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-vtf4d\n7m4s        Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-zml7f\n5m33s       Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-42l4h\n3m16s       Warning   FailedCreate        replicaset/paymentservice-78c5996648          Error creating: pods \"paymentservice-78c5996648-\" is forbidden: error looking up service account boutique/paymentservice: serviceaccount \"paymentservice\" not found\n3m16s       Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-tdx9b\n59s         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-svlnl\n23m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n21m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n19m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n7m4s        Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n5m33s       Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n3m16s       Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n59s         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n7m3s        Normal    Scheduled           pod/productcatalogservice-ddb46fc86-6zpjb     Successfully assigned boutique/productcatalogservice-ddb46fc86-6zpjb to worker-03\n7m3s        Normal    Pulled              pod/productcatalogservice-ddb46fc86-6zpjb     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n7m3s        Normal    Created             pod/productcatalogservice-ddb46fc86-6zpjb     Created container server\n7m3s        Normal    Started             pod/productcatalogservice-ddb46fc86-6zpjb     Started container server\n6m17s       Normal    Killing             pod/productcatalogservice-ddb46fc86-6zpjb     Stopping container server\n5m32s       Normal    Scheduled           pod/productcatalogservice-ddb46fc86-7t6dv     Successfully assigned boutique/productcatalogservice-ddb46fc86-7t6dv to worker-01\n5m32s       Normal    Pulled              pod/productcatalogservice-ddb46fc86-7t6dv     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/productcatalogservice-ddb46fc86-7t6dv     Created container server\n5m32s       Normal    Started             pod/productcatalogservice-ddb46fc86-7t6dv     Started container server\n3m59s       Normal    Killing             pod/productcatalogservice-ddb46fc86-7t6dv     Stopping container server\n3m16s       Normal    Scheduled           pod/productcatalogservice-ddb46fc86-9nrz2     Successfully assigned boutique/productcatalogservice-ddb46fc86-9nrz2 to worker-01\n3m15s       Normal    Pulled              pod/productcatalogservice-ddb46fc86-9nrz2     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n3m15s       Normal    Created             pod/productcatalogservice-ddb46fc86-9nrz2     Created container server\n3m15s       Normal    Started             pod/productcatalogservice-ddb46fc86-9nrz2     Started container server\n101s        Normal    Killing             pod/productcatalogservice-ddb46fc86-9nrz2     Stopping container server\n23m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-gk6ck     Successfully assigned boutique/productcatalogservice-ddb46fc86-gk6ck to worker-01\n23m         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\n23m         Normal    Created             pod/productcatalogservice-ddb46fc86-gk6ck     Created container server\n23m         Normal    Started             pod/productcatalogservice-ddb46fc86-gk6ck     Started container server\n21m         Normal    Killing             pod/productcatalogservice-ddb46fc86-gk6ck     Stopping container server\n19m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-glgt4     Successfully assigned boutique/productcatalogservice-ddb46fc86-glgt4 to worker-03\n19m         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\n19m         Normal    Created             pod/productcatalogservice-ddb46fc86-glgt4     Created container server\n19m         Normal    Started             pod/productcatalogservice-ddb46fc86-glgt4     Started container server\n7m17s       Normal    Killing             pod/productcatalogservice-ddb46fc86-glgt4     Stopping container server\n21m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-hr7nl     Successfully assigned boutique/productcatalogservice-ddb46fc86-hr7nl to worker-03\n21m         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\n21m         Normal    Created             pod/productcatalogservice-ddb46fc86-hr7nl     Created container server\n21m         Normal    Started             pod/productcatalogservice-ddb46fc86-hr7nl     Started container server\n19m         Normal    Killing             pod/productcatalogservice-ddb46fc86-hr7nl     Stopping container server\n33m         Normal    Killing             pod/productcatalogservice-ddb46fc86-p86wh     Stopping container server\n58s         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-r8zng     Successfully assigned boutique/productcatalogservice-ddb46fc86-r8zng to worker-01\n58s         Normal    Pulled              pod/productcatalogservice-ddb46fc86-r8zng     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-r8zng     Created container server\n58s         Normal    Started             pod/productcatalogservice-ddb46fc86-r8zng     Started container server\n23m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-gk6ck\n21m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-hr7nl\n19m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-glgt4\n7m4s        Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-6zpjb\n5m32s       Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-7t6dv\n3m16s       Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-9nrz2\n58s         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-r8zng\n23m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n21m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n19m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n7m4s        Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n5m32s       Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n3m16s       Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n59s         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n21m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-8fsbm    Successfully assigned boutique/recommendationservice-7df9c5b676-8fsbm to worker-01\n21m         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\n21m         Normal    Created             pod/recommendationservice-7df9c5b676-8fsbm    Created container server\n21m         Normal    Started             pod/recommendationservice-7df9c5b676-8fsbm    Started container server\n19m         Normal    Killing             pod/recommendationservice-7df9c5b676-8fsbm    Stopping container server\n58s         Normal    Scheduled           pod/recommendationservice-7df9c5b676-8rcbz    Successfully assigned boutique/recommendationservice-7df9c5b676-8rcbz to worker-01\n58s         Normal    Pulled              pod/recommendationservice-7df9c5b676-8rcbz    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n58s         Normal    Created             pod/recommendationservice-7df9c5b676-8rcbz    Created container server\n58s         Normal    Started             pod/recommendationservice-7df9c5b676-8rcbz    Started container server\n3m15s       Normal    Scheduled           pod/recommendationservice-7df9c5b676-crcv9    Successfully assigned boutique/recommendationservice-7df9c5b676-crcv9 to worker-03\n3m15s       Normal    Pulled              pod/recommendationservice-7df9c5b676-crcv9    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n3m15s       Normal    Created             pod/recommendationservice-7df9c5b676-crcv9    Created container server\n3m15s       Normal    Started             pod/recommendationservice-7df9c5b676-crcv9    Started container server\n101s        Normal    Killing             pod/recommendationservice-7df9c5b676-crcv9    Stopping container server\n33m         Normal    Killing             pod/recommendationservice-7df9c5b676-fztxk    Stopping container server\n7m3s        Normal    Scheduled           pod/recommendationservice-7df9c5b676-g42wg    Successfully assigned boutique/recommendationservice-7df9c5b676-g42wg to worker-01\n7m3s        Normal    Pulled              pod/recommendationservice-7df9c5b676-g42wg    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n7m3s        Normal    Created             pod/recommendationservice-7df9c5b676-g42wg    Created container server\n7m3s        Normal    Started             pod/recommendationservice-7df9c5b676-g42wg    Started container server\n6m17s       Normal    Killing             pod/recommendationservice-7df9c5b676-g42wg    Stopping container server\n19m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-k66cl    Successfully assigned boutique/recommendationservice-7df9c5b676-k66cl to worker-01\n19m         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\n19m         Normal    Created             pod/recommendationservice-7df9c5b676-k66cl    Created container server\n19m         Normal    Started             pod/recommendationservice-7df9c5b676-k66cl    Started container server\n7m17s       Normal    Killing             pod/recommendationservice-7df9c5b676-k66cl    Stopping container server\n23m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-l6dm2    Successfully assigned boutique/recommendationservice-7df9c5b676-l6dm2 to worker-01\n23m         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\n23m         Normal    Created             pod/recommendationservice-7df9c5b676-l6dm2    Created container server\n23m         Normal    Started             pod/recommendationservice-7df9c5b676-l6dm2    Started container server\n21m         Normal    Killing             pod/recommendationservice-7df9c5b676-l6dm2    Stopping container server\n5m32s       Normal    Scheduled           pod/recommendationservice-7df9c5b676-qngh4    Successfully assigned boutique/recommendationservice-7df9c5b676-qngh4 to worker-03\n5m32s       Normal    Pulled              pod/recommendationservice-7df9c5b676-qngh4    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/recommendationservice-7df9c5b676-qngh4    Created container server\n5m32s       Normal    Started             pod/recommendationservice-7df9c5b676-qngh4    Started container server\n3m59s       Normal    Killing             pod/recommendationservice-7df9c5b676-qngh4    Stopping container server\n23m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-l6dm2\n21m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-8fsbm\n19m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-k66cl\n7m3s        Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-g42wg\n5m32s       Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-qngh4\n3m16s       Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-crcv9\n58s         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-8rcbz\n23m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n21m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n19m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n7m4s        Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n5m32s       Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n3m16s       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\n3m15s       Normal    Scheduled           pod/redis-cart-68db7b6f97-259rf               Successfully assigned boutique/redis-cart-68db7b6f97-259rf to worker-01\n3m15s       Normal    Pulled              pod/redis-cart-68db7b6f97-259rf               Container image \"redis:alpine\" already present on machine\n3m15s       Normal    Created             pod/redis-cart-68db7b6f97-259rf               Created container redis\n3m15s       Normal    Started             pod/redis-cart-68db7b6f97-259rf               Started container redis\n101s        Normal    Killing             pod/redis-cart-68db7b6f97-259rf               Stopping container redis\n7m3s        Normal    Scheduled           pod/redis-cart-68db7b6f97-5h2g5               Successfully assigned boutique/redis-cart-68db7b6f97-5h2g5 to worker-01\n7m2s        Normal    Pulled              pod/redis-cart-68db7b6f97-5h2g5               Container image \"redis:alpine\" already present on machine\n7m2s        Normal    Created             pod/redis-cart-68db7b6f97-5h2g5               Created container redis\n7m2s        Normal    Started             pod/redis-cart-68db7b6f97-5h2g5               Started container redis\n6m16s       Normal    Killing             pod/redis-cart-68db7b6f97-5h2g5               Stopping container redis\n33m         Normal    Killing             pod/redis-cart-68db7b6f97-7qx9l               Stopping container redis\n5m32s       Normal    Scheduled           pod/redis-cart-68db7b6f97-8wl9d               Successfully assigned boutique/redis-cart-68db7b6f97-8wl9d to worker-01\n5m31s       Normal    Pulled              pod/redis-cart-68db7b6f97-8wl9d               Container image \"redis:alpine\" already present on machine\n5m31s       Normal    Created             pod/redis-cart-68db7b6f97-8wl9d               Created container redis\n5m31s       Normal    Started             pod/redis-cart-68db7b6f97-8wl9d               Started container redis\n3m59s       Normal    Killing             pod/redis-cart-68db7b6f97-8wl9d               Stopping container redis\n23m         Normal    Scheduled           pod/redis-cart-68db7b6f97-f8v8c               Successfully assigned boutique/redis-cart-68db7b6f97-f8v8c to worker-03\n23m         Normal    Pulled              pod/redis-cart-68db7b6f97-f8v8c               Container image \"redis:alpine\" already present on machine\n23m         Normal    Created             pod/redis-cart-68db7b6f97-f8v8c               Created container redis\n23m         Normal    Started             pod/redis-cart-68db7b6f97-f8v8c               Started container redis\n21m         Normal    Killing             pod/redis-cart-68db7b6f97-f8v8c               Stopping container redis\n19m         Normal    Scheduled           pod/redis-cart-68db7b6f97-l59zz               Successfully assigned boutique/redis-cart-68db7b6f97-l59zz to worker-03\n19m         Normal    Pulled              pod/redis-cart-68db7b6f97-l59zz               Container image \"redis:alpine\" already present on machine\n19m         Normal    Created             pod/redis-cart-68db7b6f97-l59zz               Created container redis\n19m         Normal    Started             pod/redis-cart-68db7b6f97-l59zz               Started container redis\n7m16s       Normal    Killing             pod/redis-cart-68db7b6f97-l59zz               Stopping container redis\n58s         Normal    Scheduled           pod/redis-cart-68db7b6f97-m5llh               Successfully assigned boutique/redis-cart-68db7b6f97-m5llh to worker-03\n57s         Normal    Pulled              pod/redis-cart-68db7b6f97-m5llh               Container image \"redis:alpine\" already present on machine\n57s         Normal    Created             pod/redis-cart-68db7b6f97-m5llh               Created container redis\n57s         Normal    Started             pod/redis-cart-68db7b6f97-m5llh               Started container redis\n21m         Normal    Scheduled           pod/redis-cart-68db7b6f97-qh87d               Successfully assigned boutique/redis-cart-68db7b6f97-qh87d to worker-03\n21m         Normal    Pulled              pod/redis-cart-68db7b6f97-qh87d               Container image \"redis:alpine\" already present on machine\n21m         Normal    Created             pod/redis-cart-68db7b6f97-qh87d               Created container redis\n21m         Normal    Started             pod/redis-cart-68db7b6f97-qh87d               Started container redis\n19m         Normal    Killing             pod/redis-cart-68db7b6f97-qh87d               Stopping container redis\n23m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-f8v8c\n21m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-qh87d\n19m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-l59zz\n7m3s        Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-5h2g5\n5m32s       Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-8wl9d\n3m15s       Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-259rf\n58s         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-m5llh\n23m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n21m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n19m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n7m3s        Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n5m32s       Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n3m16s       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\n58s         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-484zj          Successfully assigned boutique/shippingservice-7cbfcb6d68-484zj to worker-03\n57s         Normal    Pulled              pod/shippingservice-7cbfcb6d68-484zj          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-484zj          Created container server\n57s         Normal    Started             pod/shippingservice-7cbfcb6d68-484zj          Started container server\n21m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-64g4k          Successfully assigned boutique/shippingservice-7cbfcb6d68-64g4k to worker-02\n21m         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\n21m         Normal    Created             pod/shippingservice-7cbfcb6d68-64g4k          Created container server\n21m         Normal    Started             pod/shippingservice-7cbfcb6d68-64g4k          Started container server\n19m         Normal    Killing             pod/shippingservice-7cbfcb6d68-64g4k          Stopping container server\n23m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-8f55l          Successfully assigned boutique/shippingservice-7cbfcb6d68-8f55l to worker-03\n23m         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\n23m         Normal    Created             pod/shippingservice-7cbfcb6d68-8f55l          Created container server\n23m         Normal    Started             pod/shippingservice-7cbfcb6d68-8f55l          Started container server\n21m         Normal    Killing             pod/shippingservice-7cbfcb6d68-8f55l          Stopping container server\n5m31s       Normal    Scheduled           pod/shippingservice-7cbfcb6d68-c864t          Successfully assigned boutique/shippingservice-7cbfcb6d68-c864t to worker-01\n5m31s       Normal    Pulled              pod/shippingservice-7cbfcb6d68-c864t          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n5m31s       Normal    Created             pod/shippingservice-7cbfcb6d68-c864t          Created container server\n5m31s       Normal    Started             pod/shippingservice-7cbfcb6d68-c864t          Started container server\n3m57s       Normal    Killing             pod/shippingservice-7cbfcb6d68-c864t          Stopping container server\n3m15s       Normal    Scheduled           pod/shippingservice-7cbfcb6d68-d8jl2          Successfully assigned boutique/shippingservice-7cbfcb6d68-d8jl2 to worker-01\n3m15s       Normal    Pulled              pod/shippingservice-7cbfcb6d68-d8jl2          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n3m15s       Normal    Created             pod/shippingservice-7cbfcb6d68-d8jl2          Created container server\n3m15s       Normal    Started             pod/shippingservice-7cbfcb6d68-d8jl2          Started container server\n100s        Normal    Killing             pod/shippingservice-7cbfcb6d68-d8jl2          Stopping container server\n99s         Warning   Unhealthy           pod/shippingservice-7cbfcb6d68-d8jl2          Readiness probe failed: timeout: failed to connect service \"172.20.1.99:50051\" within 1s: context deadline exceeded\n19m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-hdhtg          Successfully assigned boutique/shippingservice-7cbfcb6d68-hdhtg to worker-02\n19m         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\n19m         Normal    Created             pod/shippingservice-7cbfcb6d68-hdhtg          Created container server\n19m         Normal    Started             pod/shippingservice-7cbfcb6d68-hdhtg          Started container server\n7m15s       Normal    Killing             pod/shippingservice-7cbfcb6d68-hdhtg          Stopping container server\n7m14s       Warning   Unhealthy           pod/shippingservice-7cbfcb6d68-hdhtg          Readiness probe failed: timeout: failed to connect service \"172.20.2.41:50051\" within 1s: context deadline exceeded\n7m3s        Normal    Scheduled           pod/shippingservice-7cbfcb6d68-rh7b2          Successfully assigned boutique/shippingservice-7cbfcb6d68-rh7b2 to worker-03\n7m2s        Normal    Pulled              pod/shippingservice-7cbfcb6d68-rh7b2          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n7m2s        Normal    Created             pod/shippingservice-7cbfcb6d68-rh7b2          Created container server\n7m2s        Normal    Started             pod/shippingservice-7cbfcb6d68-rh7b2          Started container server\n6m16s       Normal    Killing             pod/shippingservice-7cbfcb6d68-rh7b2          Stopping container server\n33m         Normal    Killing             pod/shippingservice-7cbfcb6d68-v8hbf          Stopping container server\n23m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-8f55l\n21m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-64g4k\n19m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-hdhtg\n7m3s        Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-rh7b2\n5m32s       Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-c864t\n3m15s       Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-d8jl2\n58s         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-484zj\n23m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n21m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n19m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n7m3s        Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n5m32s       Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n3m15s       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}": "adservice (10.68.207.56:9555) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"adservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: adservice\n  namespace: boutique \n  labels:\n    app: adservice\nspec:\n  selector:\n    matchLabels:\n      app: adservice\n  template:\n    metadata:\n      labels:\n        app: adservice\n    spec:\n      serviceAccountName: adservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/adservice:v0.10.3\n        ports:\n        - containerPort: 9555\n        env:\n        - name: PORT\n          value: \"9555\"\n        resources:\n          requests:\n            cpu: 200m\n            memory: 180Mi\n          limits:\n            cpu: 300m\n            memory: 300Mi\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: adservice\n  namespace: boutique\n  labels:\n    app: adservice\nspec:\n  type: ClusterIP\n  selector:\n    app: adservice\n  ports:\n  - name: grpc\n    port: 9555\n    targetPort: 9555\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: adservice\n  namespace: boutique\n# [END gke_release_kubernetes_manifests_microservices_demo]",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\",\"port\":7070}": "Connection Failed",
  "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: ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3  # Modified: Referencing fictional domain\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.42.242: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.25.107: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.185.28: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.245.224: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.124.240: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.246.81: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.117.194: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.181.227: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.228.72:50051) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"shippingservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  selector:\n    matchLabels:\n      app: shippingservice\n  template:\n    metadata:\n      labels:\n        app: shippingservice\n    spec:\n      serviceAccountName: shippingservice\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\n        ports:\n        - containerPort: 50051\n        env:\n        - name: PORT\n          value: \"50051\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 50051\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  type: ClusterIP\n  selector:\n    app: shippingservice\n  ports:\n  - name: grpc\n    port: 50051\n    targetPort: 50051\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: shippingservice\n  namespace: boutique",
  "GetClusterConfiguration:{}": {
    "node_count": 4,
    "nodes": [
      {
        "name": "master",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [
          "node.kubernetes.io/unschedulable:NoSchedule"
        ],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "master",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "master"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      },
      {
        "name": "worker-01",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-01",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-02",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-02",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-03",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-03",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      }
    ]
  },
  "GetAlerts:{}": {},
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"adservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\"}": "{\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 \\\"cartservice-59798f66d6-87776\\\" is waiting to start: trying and failing to pull image\"\n    }\n  ]\n}",
  "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-10T13:03:09.226831257Z\\\"}\"\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-10T13:03:09.240720665Z\\\"}\"\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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1790 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1791 (kubelet)\n      Tasks: 17 (limit: 18592)\n     Memory: 68.6M\n        CPU: 2min 22.354s\n     CGroup: /system.slice/kubelet.service\n             └─1791 /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 21:05:01 master kubelet[1791]: I1110 21:05:01.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:05:02 master kubelet[1791]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:02 master kubelet[1791]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:03 master kubelet[1791]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:03 master kubelet[1791]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:12 master kubelet[1791]: I1110 21:05:12.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:05:14 master kubelet[1791]: I1110 21:05:14.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:08:43 master kubelet[1791]: I1110 21:08:43.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 21:04:33 CST; 1h 31min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 914 (containerd)\n      Tasks: 205 (limit: 18592)\n     Memory: 214.8M\n        CPU: 1min 51.732s\n     CGroup: /system.slice/containerd.service\n             ├─ 914 /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             ├─ 3388 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113088 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113581 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113892 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114314 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114780 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115171 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 00:34:33 master containerd[914]: time=\"2025-11-11T00:34:33.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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 605 (kube-proxy)\n      Tasks: 10 (limit: 18592)\n     Memory: 67.4M\n        CPU: 42.753s\n     CGroup: /system.slice/kube-proxy.service\n             └─605 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:04:45 master kube-proxy[605]: I1110 21:04:45.000     605 config.go:199] \"Starting service config controller\"\nNov 10 21:04:45 master kube-proxy[605]: I1110 21:04:45.000     605 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:04:45 master kube-proxy[605]: I1110 21:04:45.000     605 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:04:45 master kube-proxy[605]: I1110 21:04:45.000     605 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:04:45 master kube-proxy[605]: I1110 21:04:45.000     605 config.go:328] \"Starting node config controller\"\nNov 10 21:04:45 master kube-proxy[605]: I1110 21:04:45.000     605 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:04:46 master kube-proxy[605]: I1110 21:04:46.000     605 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:04:46 master kube-proxy[605]: I1110 21:04:46.000     605 shared_informer.go:320] Caches are synced for service config\nNov 10 21:04:46 master kube-proxy[605]: I1110 21:04:46.000     605 shared_informer.go:320] Caches are synced for node config\nNov 10 21:06:43 master kube-proxy[605]: I1110 21:06:43.000     605 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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 713 (kube-scheduler)\n      Tasks: 17 (limit: 18592)\n     Memory: 65.7M\n        CPU: 6.048s\n     CGroup: /system.slice/kube-scheduler.service\n             └─713 /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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 3157 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 3158 (kubelet)\n      Tasks: 15 (limit: 18592)\n     Memory: 57.6M\n        CPU: 3min 31.665s\n     CGroup: /system.slice/kubelet.service\n             └─3158 /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 21:05:01 worker-01 kubelet[3158]: I1110 21:05:01.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:05:02 worker-01 kubelet[3158]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:02 worker-01 kubelet[3158]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:03 worker-01 kubelet[3158]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:03 worker-01 kubelet[3158]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:12 worker-01 kubelet[3158]: I1110 21:05:12.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:05:14 worker-01 kubelet[3158]: I1110 21:05:14.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:08:43 worker-01 kubelet[3158]: I1110 21:08:43.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 21:04:33 CST; 1h 31min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 910 (containerd)\n      Tasks: 220 (limit: 18592)\n     Memory: 206.4M\n        CPU: 1min 6.456s\n     CGroup: /system.slice/containerd.service\n             ├─ 910 /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             ├─ 3316 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113086 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113532 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113895 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114254 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114837 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115147 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 22:06:33 worker-01 containerd[910]: time=\"2025-11-10T22:06:33.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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 773 (kube-proxy)\n      Tasks: 8 (limit: 18592)\n     Memory: 62.3M\n        CPU: 53.662s\n     CGroup: /system.slice/kube-proxy.service\n             └─773 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:04:45 worker-01 kube-proxy[773]: I1110 21:04:45.000     773 config.go:199] \"Starting service config controller\"\nNov 10 21:04:45 worker-01 kube-proxy[773]: I1110 21:04:45.000     773 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:04:45 worker-01 kube-proxy[773]: I1110 21:04:45.000     773 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:04:45 worker-01 kube-proxy[773]: I1110 21:04:45.000     773 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:04:45 worker-01 kube-proxy[773]: I1110 21:04:45.000     773 config.go:328] \"Starting node config controller\"\nNov 10 21:04:45 worker-01 kube-proxy[773]: I1110 21:04:45.000     773 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:04:46 worker-01 kube-proxy[773]: I1110 21:04:46.000     773 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:04:46 worker-01 kube-proxy[773]: I1110 21:04:46.000     773 shared_informer.go:320] Caches are synced for service config\nNov 10 21:04:46 worker-01 kube-proxy[773]: I1110 21:04:46.000     773 shared_informer.go:320] Caches are synced for node config\nNov 10 21:06:43 worker-01 kube-proxy[773]: I1110 21:06:43.000     773 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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 2272 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 2273 (kubelet)\n      Tasks: 15 (limit: 18592)\n     Memory: 56.4M\n        CPU: 1min 11.748s\n     CGroup: /system.slice/kubelet.service\n             └─2273 /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 21:05:01 worker-02 kubelet[2273]: I1110 21:05:01.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:05:02 worker-02 kubelet[2273]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:02 worker-02 kubelet[2273]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:03 worker-02 kubelet[2273]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:03 worker-02 kubelet[2273]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:12 worker-02 kubelet[2273]: I1110 21:05:12.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:05:14 worker-02 kubelet[2273]: I1110 21:05:14.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:08:43 worker-02 kubelet[2273]: I1110 21:08:43.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 21:04:33 CST; 1h 31min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 979 (containerd)\n      Tasks: 197 (limit: 18592)\n     Memory: 207.6M\n        CPU: 1min 31.875s\n     CGroup: /system.slice/containerd.service\n             ├─ 979 /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             ├─ 3384 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113132 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113615 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113925 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114278 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114793 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115204 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:52:33 worker-02 containerd[979]: time=\"2025-11-10T23:52:33.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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 102 (kube-proxy)\n      Tasks: 15 (limit: 18592)\n     Memory: 66.5M\n        CPU: 48.526s\n     CGroup: /system.slice/kube-proxy.service\n             └─102 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:04:45 worker-02 kube-proxy[102]: I1110 21:04:45.000     102 config.go:199] \"Starting service config controller\"\nNov 10 21:04:45 worker-02 kube-proxy[102]: I1110 21:04:45.000     102 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:04:45 worker-02 kube-proxy[102]: I1110 21:04:45.000     102 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:04:45 worker-02 kube-proxy[102]: I1110 21:04:45.000     102 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:04:45 worker-02 kube-proxy[102]: I1110 21:04:45.000     102 config.go:328] \"Starting node config controller\"\nNov 10 21:04:45 worker-02 kube-proxy[102]: I1110 21:04:45.000     102 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:04:46 worker-02 kube-proxy[102]: I1110 21:04:46.000     102 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:04:46 worker-02 kube-proxy[102]: I1110 21:04:46.000     102 shared_informer.go:320] Caches are synced for service config\nNov 10 21:04:46 worker-02 kube-proxy[102]: I1110 21:04:46.000     102 shared_informer.go:320] Caches are synced for node config\nNov 10 21:06:43 worker-02 kube-proxy[102]: I1110 21:06:43.000     102 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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1340 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1341 (kubelet)\n      Tasks: 19 (limit: 18592)\n     Memory: 72.8M\n        CPU: 1min 18.386s\n     CGroup: /system.slice/kubelet.service\n             └─1341 /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 21:05:01 worker-03 kubelet[1341]: I1110 21:05:01.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:05:02 worker-03 kubelet[1341]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:02 worker-03 kubelet[1341]: I1110 21:05:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:05:03 worker-03 kubelet[1341]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:03 worker-03 kubelet[1341]: I1110 21:05:03.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:05:12 worker-03 kubelet[1341]: I1110 21:05:12.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:05:14 worker-03 kubelet[1341]: I1110 21:05:14.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:08:43 worker-03 kubelet[1341]: I1110 21:08:43.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 21:04:33 CST; 1h 31min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 922 (containerd)\n      Tasks: 195 (limit: 18592)\n     Memory: 206.0M\n        CPU: 1min 40.587s\n     CGroup: /system.slice/containerd.service\n             ├─ 922 /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             ├─ 3370 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113041 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113614 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113926 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114232 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114749 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115128 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 21:36:33 worker-03 containerd[922]: time=\"2025-11-10T21:36:33.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 21:04:33 CST; 1h 31min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 324 (kube-proxy)\n      Tasks: 8 (limit: 18592)\n     Memory: 63.0M\n        CPU: 38.236s\n     CGroup: /system.slice/kube-proxy.service\n             └─324 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:04:45 worker-03 kube-proxy[324]: I1110 21:04:45.000     324 config.go:199] \"Starting service config controller\"\nNov 10 21:04:45 worker-03 kube-proxy[324]: I1110 21:04:45.000     324 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:04:45 worker-03 kube-proxy[324]: I1110 21:04:45.000     324 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:04:45 worker-03 kube-proxy[324]: I1110 21:04:45.000     324 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:04:45 worker-03 kube-proxy[324]: I1110 21:04:45.000     324 config.go:328] \"Starting node config controller\"\nNov 10 21:04:45 worker-03 kube-proxy[324]: I1110 21:04:45.000     324 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:04:46 worker-03 kube-proxy[324]: I1110 21:04:46.000     324 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:04:46 worker-03 kube-proxy[324]: I1110 21:04:46.000     324 shared_informer.go:320] Caches are synced for service config\nNov 10 21:04:46 worker-03 kube-proxy[324]: I1110 21:04:46.000     324 shared_informer.go:320] Caches are synced for node config\nNov 10 21:06:43 worker-03 kube-proxy[324]: I1110 21:06:43.000     324 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"
}