File size: 493,941 Bytes
ce0ded4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
{
  "collection_timestamp": "2025-11-10T21:11:21.533959",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS             RESTARTS   AGE\nadservice-57758fbfbc-pc7rt               0/1     ImagePullBackOff   0          30s\ncartservice-79b49f5555-6w5zl             1/1     Running            0          32s\ncheckoutservice-8445f8b6cb-9zv82         1/1     Running            0          32s\ncurrencyservice-75686c9564-btg9b         1/1     Running            0          32s\nemailservice-b78fc569b-pdg77             1/1     Running            0          31s\nfrontend-6778bd7b8b-f5b82                1/1     Running            0          31s\npaymentservice-78c5996648-6c99x          1/1     Running            0          31s\nproductcatalogservice-ddb46fc86-nrp9c    1/1     Running            0          31s\nrecommendationservice-7df9c5b676-dht7b   1/1     Running            0          30s\nredis-cart-68db7b6f97-b7tmn              1/1     Running            0          30s\nshippingservice-7cbfcb6d68-788hl         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-57758fbfbc-pc7rt               0/1     ImagePullBackOff   0          30s   172.20.1.141   worker-01   <none>           <none>\ncartservice-79b49f5555-6w5zl             1/1     Running            0          32s   172.20.1.135   worker-01   <none>           <none>\ncheckoutservice-8445f8b6cb-9zv82         1/1     Running            0          32s   172.20.3.248   worker-03   <none>           <none>\ncurrencyservice-75686c9564-btg9b         1/1     Running            0          32s   172.20.1.136   worker-01   <none>           <none>\nemailservice-b78fc569b-pdg77             1/1     Running            0          31s   172.20.1.137   worker-01   <none>           <none>\nfrontend-6778bd7b8b-f5b82                1/1     Running            0          31s   172.20.3.249   worker-03   <none>           <none>\npaymentservice-78c5996648-6c99x          1/1     Running            0          31s   172.20.1.138   worker-01   <none>           <none>\nproductcatalogservice-ddb46fc86-nrp9c    1/1     Running            0          31s   172.20.3.250   worker-03   <none>           <none>\nrecommendationservice-7df9c5b676-dht7b   1/1     Running            0          30s   172.20.3.251   worker-03   <none>           <none>\nredis-cart-68db7b6f97-b7tmn              1/1     Running            0          30s   172.20.1.139   worker-01   <none>           <none>\nshippingservice-7cbfcb6d68-788hl         1/1     Running            0          30s   172.20.1.140   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS             RESTARTS   AGE   LABELS\nadservice-57758fbfbc-pc7rt               0/1     ImagePullBackOff   0          30s   app=adservice,pod-template-hash=57758fbfbc\ncartservice-79b49f5555-6w5zl             1/1     Running            0          32s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb-9zv82         1/1     Running            0          32s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564-btg9b         1/1     Running            0          32s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b-pdg77             1/1     Running            0          31s   app=emailservice,pod-template-hash=b78fc569b\nfrontend-6778bd7b8b-f5b82                1/1     Running            0          31s   app=frontend,pod-template-hash=6778bd7b8b\npaymentservice-78c5996648-6c99x          1/1     Running            0          31s   app=paymentservice,pod-template-hash=78c5996648\nproductcatalogservice-ddb46fc86-nrp9c    1/1     Running            0          31s   app=productcatalogservice,pod-template-hash=ddb46fc86\nrecommendationservice-7df9c5b676-dht7b   1/1     Running            0          30s   app=recommendationservice,pod-template-hash=7df9c5b676\nredis-cart-68db7b6f97-b7tmn              1/1     Running            0          30s   app=redis-cart,pod-template-hash=68db7b6f97\nshippingservice-7cbfcb6d68-788hl         1/1     Running            0          30s   app=shippingservice,pod-template-hash=7cbfcb6d68\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"adservice-57758fbfbc-pc7rt\",\"namespace\":\"boutique\"}": "Name:             adservice-57758fbfbc-pc7rt\nNamespace:        boutique\nPriority:         0\nService Account:  adservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:09:59 +0800\nLabels:           app=adservice\n                  pod-template-hash=57758fbfbc\nAnnotations:      <none>\nStatus:           Pending\nIP:               172.20.1.141\nIPs:\n  IP:           172.20.1.141\nControlled By:  ReplicaSet/adservice-57758fbfbc\nContainers:\n  server:\n    Container ID:   \n    Image:          ghcr.io/testuser177/adservice:v0.10.3\n    Image ID:       \n    Port:           9555/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:  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-58znl (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-58znl:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type     Reason     Age                From               Message\n  ----     ------     ----               ----               -------\n  Normal   Scheduled  30s                default-scheduler  Successfully assigned boutique/adservice-57758fbfbc-pc7rt to worker-01\n  Normal   BackOff    27s                kubelet            Back-off pulling image \"ghcr.io/testuser177/adservice:v0.10.3\"\n  Warning  Failed     27s                kubelet            Error: ImagePullBackOff\n  Normal   Pulling    13s (x2 over 29s)  kubelet            Pulling image \"ghcr.io/testuser177/adservice:v0.10.3\"\n  Warning  Failed     12s (x2 over 28s)  kubelet            Failed to pull image \"ghcr.io/testuser177/adservice:v0.10.3\": failed to pull and unpack image \"ghcr.io/testuser177/adservice:v0.10.3\": failed to resolve reference \"ghcr.io/testuser177/adservice:v0.10.3\": failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://ghcr.io/token?scope=repository%3Atestuser177%2Fadservice%3Apull&service=ghcr.io: 403 Forbidden\n  Warning  Failed     12s (x2 over 28s)  kubelet            Error: ErrImagePull\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-57758fbfbc-pc7rt\",\"namespace\":\"boutique\"}": "NAME                         READY   STATUS             RESTARTS   AGE\nadservice-57758fbfbc-pc7rt   0/1     ImagePullBackOff   0          31s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-57758fbfbc-pc7rt\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                         READY   STATUS             RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nadservice-57758fbfbc-pc7rt   0/1     ImagePullBackOff   0          31s   172.20.1.141   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"adservice-57758fbfbc-pc7rt\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                         READY   STATUS             RESTARTS   AGE   LABELS\nadservice-57758fbfbc-pc7rt   0/1     ImagePullBackOff   0          31s   app=adservice,pod-template-hash=57758fbfbc\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-6w5zl\",\"namespace\":\"boutique\"}": "Name:             cartservice-79b49f5555-6w5zl\nNamespace:        boutique\nPriority:         0\nService Account:  cartservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:09:57 +0800\nLabels:           app=cartservice\n                  pod-template-hash=79b49f5555\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.135\nIPs:\n  IP:           172.20.1.135\nControlled By:  ReplicaSet/cartservice-79b49f5555\nContainers:\n  server:\n    Container ID:   containerd://1ffbe2e052533ebb7782d0a0887688c755a25cee0edce017f47d831d888ca37c\n    Image:          us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n    Image ID:       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice@sha256:598efe871d0251cbd35729972acb23c0723cb7aca451503ba10fb8116aecb958\n    Port:           7070/TCP\n    Host Port:      0/TCP\n    State:          Running\n      Started:      Mon, 10 Nov 2025 21:09:58 +0800\n    Ready:          True\n    Restart Count:  0\n    Limits:\n      cpu:     300m\n      memory:  128Mi\n    Requests:\n      cpu:     200m\n      memory:  64Mi\n    Environment:\n      REDIS_ADDR:  redis-cart:6379\n    Mounts:\n      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-krcpb (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-krcpb:\n    Type:                    Projected (a volume that contains injected data from multiple sources)\n    TokenExpirationSeconds:  3607\n    ConfigMapName:           kube-root-ca.crt\n    ConfigMapOptional:       <nil>\n    DownwardAPI:             true\nQoS Class:                   Burstable\nNode-Selectors:              <none>\nTolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s\n                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s\nEvents:\n  Type    Reason     Age   From               Message\n  ----    ------     ----  ----               -------\n  Normal  Scheduled  32s   default-scheduler  Successfully assigned boutique/cartservice-79b49f5555-6w5zl to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-6w5zl\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\ncartservice-79b49f5555-6w5zl   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-6w5zl\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncartservice-79b49f5555-6w5zl   1/1     Running   0          33s   172.20.1.135   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"cartservice-79b49f5555-6w5zl\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\ncartservice-79b49f5555-6w5zl   1/1     Running   0          33s   app=cartservice,pod-template-hash=79b49f5555\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-9zv82\",\"namespace\":\"boutique\"}": "Name:             checkoutservice-8445f8b6cb-9zv82\nNamespace:        boutique\nPriority:         0\nService Account:  checkoutservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:09:57 +0800\nLabels:           app=checkoutservice\n                  pod-template-hash=8445f8b6cb\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.248\nIPs:\n  IP:           172.20.3.248\nControlled By:  ReplicaSet/checkoutservice-8445f8b6cb\nContainers:\n  server:\n    Container ID:   containerd://337e561e8a4a36e5b087e5577f1b9edfed1ba8910b25b22865cbf2e3b68de053\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:09:58 +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-p5m6t (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-p5m6t:\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-9zv82 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-9zv82\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-9zv82   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-9zv82\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncheckoutservice-8445f8b6cb-9zv82   1/1     Running   0          33s   172.20.3.248   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"checkoutservice-8445f8b6cb-9zv82\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncheckoutservice-8445f8b6cb-9zv82   1/1     Running   0          33s   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-btg9b\",\"namespace\":\"boutique\"}": "Name:             currencyservice-75686c9564-btg9b\nNamespace:        boutique\nPriority:         0\nService Account:  currencyservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:09:57 +0800\nLabels:           app=currencyservice\n                  pod-template-hash=75686c9564\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.136\nIPs:\n  IP:           172.20.1.136\nControlled By:  ReplicaSet/currencyservice-75686c9564\nContainers:\n  server:\n    Container ID:   containerd://48afa4f2c9d5cfd69d5c59ed0959d328f793e4844d0524ed8ff378d1f54c4a21\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:09:58 +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-tg7wn (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-tg7wn:\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-btg9b 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-btg9b\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-btg9b   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-btg9b\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\ncurrencyservice-75686c9564-btg9b   1/1     Running   0          33s   172.20.1.136   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"currencyservice-75686c9564-btg9b\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\ncurrencyservice-75686c9564-btg9b   1/1     Running   0          33s   app=currencyservice,pod-template-hash=75686c9564\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-pdg77\",\"namespace\":\"boutique\"}": "Name:             emailservice-b78fc569b-pdg77\nNamespace:        boutique\nPriority:         0\nService Account:  emailservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:09:58 +0800\nLabels:           app=emailservice\n                  pod-template-hash=b78fc569b\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.137\nIPs:\n  IP:           172.20.1.137\nControlled By:  ReplicaSet/emailservice-b78fc569b\nContainers:\n  server:\n    Container ID:   containerd://d41310f34f53b3f1490202ef23e576d4c3f6e841ef47af44fca5fc78b197ce37\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:09:58 +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-dm5lq (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-dm5lq:\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-pdg77 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-pdg77\",\"namespace\":\"boutique\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-pdg77   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-pdg77\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nemailservice-b78fc569b-pdg77   1/1     Running   0          32s   172.20.1.137   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"emailservice-b78fc569b-pdg77\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                           READY   STATUS    RESTARTS   AGE   LABELS\nemailservice-b78fc569b-pdg77   1/1     Running   0          33s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-f5b82\",\"namespace\":\"boutique\"}": "Name:             frontend-6778bd7b8b-f5b82\nNamespace:        boutique\nPriority:         0\nService Account:  frontend\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:09:58 +0800\nLabels:           app=frontend\n                  pod-template-hash=6778bd7b8b\nAnnotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\nStatus:           Running\nIP:               172.20.3.249\nIPs:\n  IP:           172.20.3.249\nControlled By:  ReplicaSet/frontend-6778bd7b8b\nContainers:\n  server:\n    Container ID:   containerd://214c7d3689d9f5372038aa17330fdef761206e581ea4288dbcbc57e928261925\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:09:59 +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-zxd26 (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-zxd26:\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-f5b82 to worker-03\n  Normal  Pulled     33s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n  Normal  Created    33s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-f5b82\",\"namespace\":\"boutique\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-f5b82   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-f5b82\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nfrontend-6778bd7b8b-f5b82   1/1     Running   0          33s   172.20.3.249   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"frontend-6778bd7b8b-f5b82\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                        READY   STATUS    RESTARTS   AGE   LABELS\nfrontend-6778bd7b8b-f5b82   1/1     Running   0          33s   app=frontend,pod-template-hash=6778bd7b8b\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-6c99x\",\"namespace\":\"boutique\"}": "Name:             paymentservice-78c5996648-6c99x\nNamespace:        boutique\nPriority:         0\nService Account:  paymentservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:09:58 +0800\nLabels:           app=paymentservice\n                  pod-template-hash=78c5996648\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.138\nIPs:\n  IP:           172.20.1.138\nControlled By:  ReplicaSet/paymentservice-78c5996648\nContainers:\n  server:\n    Container ID:   containerd://4daf0b92b89173ead44556b55055f83072080e19d943407f6883ce75a35170fc\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:09:59 +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-6bwfb (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-6bwfb:\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-6c99x to worker-01\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-6c99x\",\"namespace\":\"boutique\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-6c99x   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-6c99x\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\npaymentservice-78c5996648-6c99x   1/1     Running   0          33s   172.20.1.138   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"paymentservice-78c5996648-6c99x\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              READY   STATUS    RESTARTS   AGE   LABELS\npaymentservice-78c5996648-6c99x   1/1     Running   0          33s   app=paymentservice,pod-template-hash=78c5996648\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-nrp9c\",\"namespace\":\"boutique\"}": "Name:             productcatalogservice-ddb46fc86-nrp9c\nNamespace:        boutique\nPriority:         0\nService Account:  productcatalogservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:09:58 +0800\nLabels:           app=productcatalogservice\n                  pod-template-hash=ddb46fc86\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.250\nIPs:\n  IP:           172.20.3.250\nControlled By:  ReplicaSet/productcatalogservice-ddb46fc86\nContainers:\n  server:\n    Container ID:   containerd://f3657836cdc7192c6a98a9483d54338b75d1ee7197e2282857957e0a59196c8b\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:09:59 +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-9rxms (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-9rxms:\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-nrp9c to worker-03\n  Normal  Pulled     32s   kubelet            Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n  Normal  Created    32s   kubelet            Created container server\n  Normal  Started    32s   kubelet            Started container server\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-nrp9c\",\"namespace\":\"boutique\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-nrp9c   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-nrp9c\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nproductcatalogservice-ddb46fc86-nrp9c   1/1     Running   0          33s   172.20.3.250   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"productcatalogservice-ddb46fc86-nrp9c\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                    READY   STATUS    RESTARTS   AGE   LABELS\nproductcatalogservice-ddb46fc86-nrp9c   1/1     Running   0          33s   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-dht7b\",\"namespace\":\"boutique\"}": "Name:             recommendationservice-7df9c5b676-dht7b\nNamespace:        boutique\nPriority:         0\nService Account:  recommendationservice\nNode:             worker-03/192.168.0.174\nStart Time:       Mon, 10 Nov 2025 21:09:59 +0800\nLabels:           app=recommendationservice\n                  pod-template-hash=7df9c5b676\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.3.251\nIPs:\n  IP:           172.20.3.251\nControlled By:  ReplicaSet/recommendationservice-7df9c5b676\nContainers:\n  server:\n    Container ID:   containerd://819481a5859efa20da946b890facd04f467a76551c77e5976e63e7e270cb607c\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:09:59 +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-f8tz6 (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-f8tz6:\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-dht7b to worker-03\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-dht7b\",\"namespace\":\"boutique\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-dht7b   1/1     Running   0          32s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-dht7b\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nrecommendationservice-7df9c5b676-dht7b   1/1     Running   0          32s   172.20.3.251   worker-03   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"recommendationservice-7df9c5b676-dht7b\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                                     READY   STATUS    RESTARTS   AGE   LABELS\nrecommendationservice-7df9c5b676-dht7b   1/1     Running   0          32s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-b7tmn\",\"namespace\":\"boutique\"}": "Name:             redis-cart-68db7b6f97-b7tmn\nNamespace:        boutique\nPriority:         0\nService Account:  default\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:09:59 +0800\nLabels:           app=redis-cart\n                  pod-template-hash=68db7b6f97\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.139\nIPs:\n  IP:           172.20.1.139\nControlled By:  ReplicaSet/redis-cart-68db7b6f97\nContainers:\n  redis:\n    Container ID:   containerd://c33a50d63f9b61e82c702cf369966196106487e1fe2a4babb30146fc55b4135f\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:09:59 +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-hqtnr (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-hqtnr:\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-b7tmn to worker-01\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-b7tmn\",\"namespace\":\"boutique\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-b7tmn   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-b7tmn\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nredis-cart-68db7b6f97-b7tmn   1/1     Running   0          33s   172.20.1.139   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"redis-cart-68db7b6f97-b7tmn\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                          READY   STATUS    RESTARTS   AGE   LABELS\nredis-cart-68db7b6f97-b7tmn   1/1     Running   0          33s   app=redis-cart,pod-template-hash=68db7b6f97\n",
  "DescribeResource:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-788hl\",\"namespace\":\"boutique\"}": "Name:             shippingservice-7cbfcb6d68-788hl\nNamespace:        boutique\nPriority:         0\nService Account:  shippingservice\nNode:             worker-01/192.168.0.222\nStart Time:       Mon, 10 Nov 2025 21:09:59 +0800\nLabels:           app=shippingservice\n                  pod-template-hash=7cbfcb6d68\nAnnotations:      <none>\nStatus:           Running\nIP:               172.20.1.140\nIPs:\n  IP:           172.20.1.140\nControlled By:  ReplicaSet/shippingservice-7cbfcb6d68\nContainers:\n  server:\n    Container ID:   containerd://e069da6d5d8300d3734c0dc027eca2e669116123cda465a32bb2881d73571771\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:10:00 +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-mhgms (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-mhgms:\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-788hl to worker-01\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-788hl\",\"namespace\":\"boutique\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-788hl   1/1     Running   0          33s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-788hl\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   IP             NODE        NOMINATED NODE   READINESS GATES\nshippingservice-7cbfcb6d68-788hl   1/1     Running   0          33s   172.20.1.140   worker-01   <none>           <none>\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"shippingservice-7cbfcb6d68-788hl\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               READY   STATUS    RESTARTS   AGE   LABELS\nshippingservice-7cbfcb6d68-788hl   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.191.121   <none>        9555/TCP       33s\ncartservice             ClusterIP   10.68.122.24    <none>        7070/TCP       35s\ncheckoutservice         ClusterIP   10.68.131.34    <none>        5050/TCP       35s\ncurrencyservice         ClusterIP   10.68.109.157   <none>        7000/TCP       35s\nemailservice            ClusterIP   10.68.127.192   <none>        5000/TCP       34s\nfrontend                ClusterIP   10.68.87.108    <none>        80/TCP         34s\nfrontend-external       NodePort    10.68.147.4     <none>        80:30080/TCP   34s\npaymentservice          ClusterIP   10.68.183.14    <none>        50051/TCP      34s\nproductcatalogservice   ClusterIP   10.68.3.29      <none>        3550/TCP       34s\nrecommendationservice   ClusterIP   10.68.216.79    <none>        8080/TCP       34s\nredis-cart              ClusterIP   10.68.47.143    <none>        6379/TCP       33s\nshippingservice         ClusterIP   10.68.51.90     <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.191.121   <none>        9555/TCP       33s   app=adservice\ncartservice             ClusterIP   10.68.122.24    <none>        7070/TCP       35s   app=cartservice\ncheckoutservice         ClusterIP   10.68.131.34    <none>        5050/TCP       35s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.109.157   <none>        7000/TCP       35s   app=currencyservice\nemailservice            ClusterIP   10.68.127.192   <none>        5000/TCP       34s   app=emailservice\nfrontend                ClusterIP   10.68.87.108    <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.147.4     <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.183.14    <none>        50051/TCP      34s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.3.29      <none>        3550/TCP       34s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.216.79    <none>        8080/TCP       34s   app=recommendationservice\nredis-cart              ClusterIP   10.68.47.143    <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.51.90     <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.191.121   <none>        9555/TCP       33s   app=adservice\ncartservice             ClusterIP   10.68.122.24    <none>        7070/TCP       35s   app=cartservice\ncheckoutservice         ClusterIP   10.68.131.34    <none>        5050/TCP       35s   app=checkoutservice\ncurrencyservice         ClusterIP   10.68.109.157   <none>        7000/TCP       35s   app=currencyservice\nemailservice            ClusterIP   10.68.127.192   <none>        5000/TCP       34s   app=emailservice\nfrontend                ClusterIP   10.68.87.108    <none>        80/TCP         34s   app=frontend\nfrontend-external       NodePort    10.68.147.4     <none>        80:30080/TCP   34s   app=frontend\npaymentservice          ClusterIP   10.68.183.14    <none>        50051/TCP      34s   app=paymentservice\nproductcatalogservice   ClusterIP   10.68.3.29      <none>        3550/TCP       34s   app=productcatalogservice\nrecommendationservice   ClusterIP   10.68.216.79    <none>        8080/TCP       34s   app=recommendationservice\nredis-cart              ClusterIP   10.68.47.143    <none>        6379/TCP       33s   app=redis-cart\nshippingservice         ClusterIP   10.68.51.90     <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.191.121\nIPs:                      10.68.191.121\nPort:                     grpc  9555/TCP\nTargetPort:               9555/TCP\nEndpoints:                172.20.1.141: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.191.121   <none>        9555/TCP   33s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nadservice   ClusterIP   10.68.191.121   <none>        9555/TCP   33s   app=adservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   LABELS\nadservice   ClusterIP   10.68.191.121   <none>        9555/TCP   33s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                     cartservice\nNamespace:                boutique\nLabels:                   app=cartservice\nAnnotations:              <none>\nSelector:                 app=cartservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.122.24\nIPs:                      10.68.122.24\nPort:                     grpc  7070/TCP\nTargetPort:               7070/TCP\nEndpoints:                172.20.1.135: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.122.24   <none>        7070/TCP   35s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   SELECTOR\ncartservice   ClusterIP   10.68.122.24   <none>        7070/TCP   35s   app=cartservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\ncartservice   ClusterIP   10.68.122.24   <none>        7070/TCP   36s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                     checkoutservice\nNamespace:                boutique\nLabels:                   app=checkoutservice\nAnnotations:              <none>\nSelector:                 app=checkoutservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.131.34\nIPs:                      10.68.131.34\nPort:                     grpc  5050/TCP\nTargetPort:               5050/TCP\nEndpoints:                172.20.3.248: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.131.34   <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.131.34   <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.131.34   <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.109.157\nIPs:                      10.68.109.157\nPort:                     grpc  7000/TCP\nTargetPort:               7000/TCP\nEndpoints:                172.20.1.136: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.109.157   <none>        7000/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   SELECTOR\ncurrencyservice   ClusterIP   10.68.109.157   <none>        7000/TCP   36s   app=currencyservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE   LABELS\ncurrencyservice   ClusterIP   10.68.109.157   <none>        7000/TCP   36s   app=currencyservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                     emailservice\nNamespace:                boutique\nLabels:                   app=emailservice\nAnnotations:              <none>\nSelector:                 app=emailservice\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.127.192\nIPs:                      10.68.127.192\nPort:                     grpc  5000/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.1.137: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.127.192   <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.127.192   <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.127.192   <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.87.108\nIPs:                      10.68.87.108\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.3.249: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.87.108   <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.87.108   <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.87.108   <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.147.4\nIPs:                      10.68.147.4\nPort:                     http  80/TCP\nTargetPort:               8080/TCP\nNodePort:                 http  30080/TCP\nEndpoints:                172.20.3.249: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.147.4   <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.147.4   <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.147.4   <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.183.14\nIPs:                      10.68.183.14\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.1.138: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.183.14   <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.183.14   <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.183.14   <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.3.29\nIPs:                      10.68.3.29\nPort:                     grpc  3550/TCP\nTargetPort:               3550/TCP\nEndpoints:                172.20.3.250: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.3.29   <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.3.29   <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.3.29   <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.216.79\nIPs:                      10.68.216.79\nPort:                     grpc  8080/TCP\nTargetPort:               8080/TCP\nEndpoints:                172.20.3.251: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.216.79   <none>        8080/TCP   36s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   SELECTOR\nrecommendationservice   ClusterIP   10.68.216.79   <none>        8080/TCP   36s   app=recommendationservice\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE   LABELS\nrecommendationservice   ClusterIP   10.68.216.79   <none>        8080/TCP   36s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"services\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:                     redis-cart\nNamespace:                boutique\nLabels:                   app=redis-cart\nAnnotations:              <none>\nSelector:                 app=redis-cart\nType:                     ClusterIP\nIP Family Policy:         SingleStack\nIP Families:              IPv4\nIP:                       10.68.47.143\nIPs:                      10.68.47.143\nPort:                     tcp-redis  6379/TCP\nTargetPort:               6379/TCP\nEndpoints:                172.20.1.139: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.47.143   <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.47.143   <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.47.143   <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.51.90\nIPs:                      10.68.51.90\nPort:                     grpc  50051/TCP\nTargetPort:               50051/TCP\nEndpoints:                172.20.1.140: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.51.90   <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.51.90   <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.51.90   <none>        50051/TCP   36s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nadservice               0/1     1            0           36s\ncartservice             1/1     1            1           38s\ncheckoutservice         1/1     1            1           38s\ncurrencyservice         1/1     1            1           38s\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           37s\nredis-cart              1/1     1            1           36s\nshippingservice         1/1     1            1           36s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice               0/1     1            0           36s   server       ghcr.io/testuser177/adservice:v0.10.3                                                        app=adservice\ncartservice             1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice\ncheckoutservice         1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice\ncurrencyservice         1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3         app=currencyservice\nemailservice            1/1     1            1           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           37s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice\nredis-cart              1/1     1            1           36s   redis        redis:alpine                                                                                 app=redis-cart\nshippingservice         1/1     1            1           36s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3         app=shippingservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nadservice               0/1     1            0           36s   app=adservice\ncartservice             1/1     1            1           38s   app=cartservice\ncheckoutservice         1/1     1            1           38s   app=checkoutservice\ncurrencyservice         1/1     1            1           38s   app=currencyservice\nemailservice            1/1     1            1           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           37s   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:09:59 +0800\nLabels:                 app=adservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=adservice\nReplicas:               1 desired | 1 updated | 1 total | 0 available | 1 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=adservice\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      ghcr.io/testuser177/adservice:v0.10.3\n    Port:       9555/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:        9555\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      False   MinimumReplicasUnavailable\n  Progressing    True    ReplicaSetUpdated\nOldReplicaSets:  <none>\nNewReplicaSet:   adservice-57758fbfbc (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  36s   deployment-controller  Scaled up replica set adservice-57758fbfbc to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\"}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE\nadservice   0/1     1            0           36s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                  SELECTOR\nadservice   0/1     1            0           36s   server       ghcr.io/testuser177/adservice:v0.10.3   app=adservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nadservice   0/1     1            0           36s   app=adservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "Name:                   cartservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:09:57 +0800\nLabels:                 app=cartservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=cartservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=cartservice\n  Service Account:  cartservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n    Port:       7070/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  128Mi\n    Requests:\n      cpu:     200m\n      memory:  64Mi\n    Environment:\n      REDIS_ADDR:  redis-cart:6379\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   cartservice-79b49f5555 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  38s   deployment-controller  Scaled up replica set cartservice-79b49f5555 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   1/1     1            1           38s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                             SELECTOR\ncartservice   1/1     1            1           38s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3   app=cartservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\ncartservice   1/1     1            1           38s   app=cartservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                   checkoutservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:09:57 +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:09:57 +0800\nLabels:                 app=currencyservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=currencyservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=currencyservice\n  Service Account:  currencyservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\n    Port:       7000/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  1280Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              7000\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   currencyservice-75686c9564 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set currencyservice-75686c9564 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE\ncurrencyservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncurrencyservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3   app=currencyservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\ncurrencyservice   1/1     1            1           39s   app=currencyservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                   emailservice\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:09:58 +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:09:58 +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:09:58 +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:09:58 +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:09:58 +0800\nLabels:                 app=recommendationservice\nAnnotations:            deployment.kubernetes.io/revision: 1\nSelector:               app=recommendationservice\nReplicas:               1 desired | 1 updated | 1 total | 1 available | 0 unavailable\nStrategyType:           RollingUpdate\nMinReadySeconds:        0\nRollingUpdateStrategy:  25% max unavailable, 25% max surge\nPod Template:\n  Labels:           app=recommendationservice\n  Service Account:  recommendationservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  450Mi\n    Requests:\n      cpu:      100m\n      memory:   220Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:                          8080\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      DISABLE_PROFILER:              1\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nConditions:\n  Type           Status  Reason\n  ----           ------  ------\n  Available      True    MinimumReplicasAvailable\n  Progressing    True    NewReplicaSetAvailable\nOldReplicaSets:  <none>\nNewReplicaSet:   recommendationservice-7df9c5b676 (1/1 replicas created)\nEvents:\n  Type    Reason             Age   From                   Message\n  ----    ------             ----  ----                   -------\n  Normal  ScalingReplicaSet  39s   deployment-controller  Scaled up replica set recommendationservice-7df9c5b676 to 1\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\"}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE\nrecommendationservice   1/1     1            1           39s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nrecommendationservice   1/1     1            1           39s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    READY   UP-TO-DATE   AVAILABLE   AGE   LABELS\nrecommendationservice   1/1     1            1           39s   app=recommendationservice\n",
  "DescribeResource:{\"resource_type\":\"deployments\",\"name\":\"redis-cart\",\"namespace\":\"boutique\"}": "Name:                   redis-cart\nNamespace:              boutique\nCreationTimestamp:      Mon, 10 Nov 2025 21:09:59 +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:09:59 +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\"}": "NAME          TYPE                             DATA   AGE\nghcr-secret   kubernetes.io/dockerconfigjson   1      40s\n",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          TYPE                             DATA   AGE\nghcr-secret   kubernetes.io/dockerconfigjson   1      40s\n",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          TYPE                             DATA   AGE   LABELS\nghcr-secret   kubernetes.io/dockerconfigjson   1      40s   <none>\n",
  "DescribeResource:{\"resource_type\":\"secrets\",\"name\":\"ghcr-secret\",\"namespace\":\"boutique\"}": "Name:         ghcr-secret\nNamespace:    boutique\nLabels:       <none>\nAnnotations:  <none>\n\nType:  kubernetes.io/dockerconfigjson\n\nData\n====\n.dockerconfigjson:  102 bytes\n",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"ghcr-secret\",\"namespace\":\"boutique\"}": "NAME          TYPE                             DATA   AGE\nghcr-secret   kubernetes.io/dockerconfigjson   1      40s\n",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"ghcr-secret\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          TYPE                             DATA   AGE\nghcr-secret   kubernetes.io/dockerconfigjson   1      40s\n",
  "GetResources:{\"resource_type\":\"secrets\",\"name\":\"ghcr-secret\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          TYPE                             DATA   AGE   LABELS\nghcr-secret   kubernetes.io/dockerconfigjson   1      40s   <none>\n",
  "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-b7tmn\nEvents:        <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\"}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   VOLUMEMODE\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumeclaims\",\"name\":\"redis-cart-pvc\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             STATUS   VOLUME          CAPACITY   ACCESS MODES   STORAGECLASS   VOLUMEATTRIBUTESCLASS   AGE   LABELS\nredis-cart-pvc   Bound    redis-cart-pv   1Gi        RWO                           <unset>                 41s   <none>\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nadservice-57758fbfbc               1         1         0       41s\ncartservice-79b49f5555             1         1         1       43s\ncheckoutservice-8445f8b6cb         1         1         1       43s\ncurrencyservice-75686c9564         1         1         1       43s\nemailservice-b78fc569b             1         1         1       42s\nfrontend-6778bd7b8b                1         1         1       42s\npaymentservice-78c5996648          1         1         1       42s\nproductcatalogservice-ddb46fc86    1         1         1       42s\nrecommendationservice-7df9c5b676   1         1         1       42s\nredis-cart-68db7b6f97              1         1         1       41s\nshippingservice-7cbfcb6d68         1         1         1       41s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nadservice-57758fbfbc               1         1         0       41s   server       ghcr.io/testuser177/adservice:v0.10.3                                                        app=adservice,pod-template-hash=57758fbfbc\ncartservice-79b49f5555             1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3             app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb         1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3         app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564         1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3         app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b             1         1         1       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       42s   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-57758fbfbc               1         1         0       41s   app=adservice,pod-template-hash=57758fbfbc\ncartservice-79b49f5555             1         1         1       43s   app=cartservice,pod-template-hash=79b49f5555\ncheckoutservice-8445f8b6cb         1         1         1       43s   app=checkoutservice,pod-template-hash=8445f8b6cb\ncurrencyservice-75686c9564         1         1         1       43s   app=currencyservice,pod-template-hash=75686c9564\nemailservice-b78fc569b             1         1         1       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       42s   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-57758fbfbc\",\"namespace\":\"boutique\"}": "Name:           adservice-57758fbfbc\nNamespace:      boutique\nSelector:       app=adservice,pod-template-hash=57758fbfbc\nLabels:         app=adservice\n                pod-template-hash=57758fbfbc\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/adservice\nReplicas:       1 current / 1 desired\nPods Status:    0 Running / 1 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=adservice\n                    pod-template-hash=57758fbfbc\n  Service Account:  adservice\n  Containers:\n   server:\n    Image:      ghcr.io/testuser177/adservice:v0.10.3\n    Port:       9555/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  300Mi\n    Requests:\n      cpu:      200m\n      memory:   180Mi\n    Liveness:   grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:9555  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:        9555\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  41s   replicaset-controller  Created pod: adservice-57758fbfbc-pc7rt\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-57758fbfbc\",\"namespace\":\"boutique\"}": "NAME                   DESIRED   CURRENT   READY   AGE\nadservice-57758fbfbc   1         1         0       41s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-57758fbfbc\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                   DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                  SELECTOR\nadservice-57758fbfbc   1         1         0       41s   server       ghcr.io/testuser177/adservice:v0.10.3   app=adservice,pod-template-hash=57758fbfbc\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"adservice-57758fbfbc\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                   DESIRED   CURRENT   READY   AGE   LABELS\nadservice-57758fbfbc   1         1         0       41s   app=adservice,pod-template-hash=57758fbfbc\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\"}": "Name:           cartservice-79b49f5555\nNamespace:      boutique\nSelector:       app=cartservice,pod-template-hash=79b49f5555\nLabels:         app=cartservice\n                pod-template-hash=79b49f5555\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/cartservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=cartservice\n                    pod-template-hash=79b49f5555\n  Service Account:  cartservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n    Port:       7070/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     300m\n      memory:  128Mi\n    Requests:\n      cpu:     200m\n      memory:  64Mi\n    Environment:\n      REDIS_ADDR:  redis-cart:6379\n    Mounts:        <none>\n  Volumes:         <none>\n  Node-Selectors:  <none>\n  Tolerations:     <none>\nEvents:\n  Type     Reason            Age   From                   Message\n  ----     ------            ----  ----                   -------\n  Warning  FailedCreate      43s   replicaset-controller  Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n  Normal   SuccessfulCreate  43s   replicaset-controller  Created pod: cartservice-79b49f5555-6w5zl\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\ncartservice-79b49f5555   1         1         1       43s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                             SELECTOR\ncartservice-79b49f5555   1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3   app=cartservice,pod-template-hash=79b49f5555\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"cartservice-79b49f5555\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   LABELS\ncartservice-79b49f5555   1         1         1       43s   app=cartservice,pod-template-hash=79b49f5555\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\"}": "Name:           checkoutservice-8445f8b6cb\nNamespace:      boutique\nSelector:       app=checkoutservice,pod-template-hash=8445f8b6cb\nLabels:         app=checkoutservice\n                pod-template-hash=8445f8b6cb\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/checkoutservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=checkoutservice\n                    pod-template-hash=8445f8b6cb\n  Service Account:  checkoutservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\n    Port:       5050/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:5050  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:                          5050\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      SHIPPING_SERVICE_ADDR:         shippingservice:50051\n      PAYMENT_SERVICE_ADDR:          paymentservice:50051\n      EMAIL_SERVICE_ADDR:            emailservice:5000\n      CURRENCY_SERVICE_ADDR:         currencyservice:7000\n      CART_SERVICE_ADDR:             cartservice:7070\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nEvents:\n  Type     Reason            Age                From                   Message\n  ----     ------            ----               ----                   -------\n  Warning  FailedCreate      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-9zv82\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncheckoutservice-8445f8b6cb   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncheckoutservice-8445f8b6cb   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"checkoutservice-8445f8b6cb\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   LABELS\ncheckoutservice-8445f8b6cb   1         1         1       44s   app=checkoutservice,pod-template-hash=8445f8b6cb\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\"}": "Name:           currencyservice-75686c9564\nNamespace:      boutique\nSelector:       app=currencyservice,pod-template-hash=75686c9564\nLabels:         app=currencyservice\n                pod-template-hash=75686c9564\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/currencyservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=currencyservice\n                    pod-template-hash=75686c9564\n  Service Account:  currencyservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\n    Port:       7000/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  1280Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:7000  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              7000\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type     Reason            Age   From                   Message\n  ----     ------            ----  ----                   -------\n  Warning  FailedCreate      44s   replicaset-controller  Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n  Normal   SuccessfulCreate  44s   replicaset-controller  Created pod: currencyservice-75686c9564-btg9b\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\"}": "NAME                         DESIRED   CURRENT   READY   AGE\ncurrencyservice-75686c9564   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                 SELECTOR\ncurrencyservice-75686c9564   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3   app=currencyservice,pod-template-hash=75686c9564\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"currencyservice-75686c9564\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                         DESIRED   CURRENT   READY   AGE   LABELS\ncurrencyservice-75686c9564   1         1         1       44s   app=currencyservice,pod-template-hash=75686c9564\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\"}": "Name:           emailservice-b78fc569b\nNamespace:      boutique\nSelector:       app=emailservice,pod-template-hash=b78fc569b\nLabels:         app=emailservice\n                pod-template-hash=b78fc569b\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/emailservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=emailservice\n                    pod-template-hash=b78fc569b\n  Service Account:  emailservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:              8080\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type     Reason            Age                From                   Message\n  ----     ------            ----               ----                   -------\n  Warning  FailedCreate      43s (x2 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-pdg77\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\"}": "NAME                     DESIRED   CURRENT   READY   AGE\nemailservice-b78fc569b   1         1         1       43s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                              SELECTOR\nemailservice-b78fc569b   1         1         1       43s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3   app=emailservice,pod-template-hash=b78fc569b\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"emailservice-b78fc569b\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                     DESIRED   CURRENT   READY   AGE   LABELS\nemailservice-b78fc569b   1         1         1       43s   app=emailservice,pod-template-hash=b78fc569b\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"frontend-6778bd7b8b\",\"namespace\":\"boutique\"}": "Name:           frontend-6778bd7b8b\nNamespace:      boutique\nSelector:       app=frontend,pod-template-hash=6778bd7b8b\nLabels:         app=frontend\n                pod-template-hash=6778bd7b8b\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/frontend\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=frontend\n                    pod-template-hash=6778bd7b8b\n  Annotations:      sidecar.istio.io/rewriteAppHTTPProbers: true\n  Service Account:  frontend\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:     100m\n      memory:  64Mi\n    Environment:\n      PORT:                             8080\n      PRODUCT_CATALOG_SERVICE_ADDR:     productcatalogservice:3550\n      CURRENCY_SERVICE_ADDR:            currencyservice:7000\n      CART_SERVICE_ADDR:                cartservice:7070\n      RECOMMENDATION_SERVICE_ADDR:      recommendationservice:8080\n      SHIPPING_SERVICE_ADDR:            shippingservice:50051\n      CHECKOUT_SERVICE_ADDR:            checkoutservice:5050\n      AD_SERVICE_ADDR:                  adservice:9555\n      SHOPPING_ASSISTANT_SERVICE_ADDR:  shoppingassistantservice:80\n      ENABLE_PROFILER:                  0\n    Mounts:                             <none>\n  Volumes:                              <none>\n  Node-Selectors:                       <none>\n  Tolerations:                          <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  43s   replicaset-controller  Created pod: frontend-6778bd7b8b-f5b82\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-6c99x\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       44s   app=paymentservice,pod-template-hash=78c5996648\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\"}": "Name:           productcatalogservice-ddb46fc86\nNamespace:      boutique\nSelector:       app=productcatalogservice,pod-template-hash=ddb46fc86\nLabels:         app=productcatalogservice\n                pod-template-hash=ddb46fc86\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/productcatalogservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=productcatalogservice\n                    pod-template-hash=ddb46fc86\n  Service Account:  productcatalogservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\n    Port:       3550/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  128Mi\n    Requests:\n      cpu:      100m\n      memory:   64Mi\n    Liveness:   grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Readiness:  grpc <pod>:3550  delay=5s timeout=1s period=10s #success=1 #failure=3\n    Environment:\n      PORT:              3550\n      DISABLE_PROFILER:  1\n    Mounts:              <none>\n  Volumes:               <none>\n  Node-Selectors:        <none>\n  Tolerations:           <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  44s   replicaset-controller  Created pod: productcatalogservice-ddb46fc86-nrp9c\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\"}": "NAME                              DESIRED   CURRENT   READY   AGE\nproductcatalogservice-ddb46fc86   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                              DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nproductcatalogservice-ddb46fc86   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"productcatalogservice-ddb46fc86\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                              DESIRED   CURRENT   READY   AGE   LABELS\nproductcatalogservice-ddb46fc86   1         1         1       44s   app=productcatalogservice,pod-template-hash=ddb46fc86\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\"}": "Name:           recommendationservice-7df9c5b676\nNamespace:      boutique\nSelector:       app=recommendationservice,pod-template-hash=7df9c5b676\nLabels:         app=recommendationservice\n                pod-template-hash=7df9c5b676\nAnnotations:    deployment.kubernetes.io/desired-replicas: 1\n                deployment.kubernetes.io/max-replicas: 2\n                deployment.kubernetes.io/revision: 1\nControlled By:  Deployment/recommendationservice\nReplicas:       1 current / 1 desired\nPods Status:    1 Running / 0 Waiting / 0 Succeeded / 0 Failed\nPod Template:\n  Labels:           app=recommendationservice\n                    pod-template-hash=7df9c5b676\n  Service Account:  recommendationservice\n  Containers:\n   server:\n    Image:      us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\n    Port:       8080/TCP\n    Host Port:  0/TCP\n    Limits:\n      cpu:     200m\n      memory:  450Mi\n    Requests:\n      cpu:      100m\n      memory:   220Mi\n    Liveness:   grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Readiness:  grpc <pod>:8080  delay=5s timeout=1s period=5s #success=1 #failure=3\n    Environment:\n      PORT:                          8080\n      PRODUCT_CATALOG_SERVICE_ADDR:  productcatalogservice:3550\n      DISABLE_PROFILER:              1\n    Mounts:                          <none>\n  Volumes:                           <none>\n  Node-Selectors:                    <none>\n  Tolerations:                       <none>\nEvents:\n  Type    Reason            Age   From                   Message\n  ----    ------            ----  ----                   -------\n  Normal  SuccessfulCreate  43s   replicaset-controller  Created pod: recommendationservice-7df9c5b676-dht7b\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\"}": "NAME                               DESIRED   CURRENT   READY   AGE\nrecommendationservice-7df9c5b676   1         1         1       44s\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   CONTAINERS   IMAGES                                                                                       SELECTOR\nrecommendationservice-7df9c5b676   1         1         1       44s   server       us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "GetResources:{\"resource_type\":\"replicasets\",\"name\":\"recommendationservice-7df9c5b676\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                               DESIRED   CURRENT   READY   AGE   LABELS\nrecommendationservice-7df9c5b676   1         1         1       44s   app=recommendationservice,pod-template-hash=7df9c5b676\n",
  "DescribeResource:{\"resource_type\":\"replicasets\",\"name\":\"redis-cart-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-b7tmn\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-788hl\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         44s\ncartservice             0         46s\ncheckoutservice         0         46s\ncurrencyservice         0         46s\ndefault                 0         14d\nemailservice            0         45s\nfrontend                0         45s\npaymentservice          0         45s\nproductcatalogservice   0         45s\nrecommendationservice   0         45s\nshippingservice         0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nadservice               0         44s\ncartservice             0         46s\ncheckoutservice         0         46s\ncurrencyservice         0         46s\ndefault                 0         14d\nemailservice            0         45s\nfrontend                0         45s\npaymentservice          0         45s\nproductcatalogservice   0         45s\nrecommendationservice   0         45s\nshippingservice         0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nadservice               0         44s   <none>\ncartservice             0         46s   <none>\ncheckoutservice         0         46s   <none>\ncurrencyservice         0         46s   <none>\ndefault                 0         14d   <none>\nemailservice            0         45s   <none>\nfrontend                0         45s   <none>\npaymentservice          0         45s   <none>\nproductcatalogservice   0         45s   <none>\nrecommendationservice   0         45s   <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         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        SECRETS   AGE\nadservice   0         44s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        SECRETS   AGE   LABELS\nadservice   0         44s   <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         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          SECRETS   AGE\ncartservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          SECRETS   AGE   LABELS\ncartservice   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "Name:                checkoutservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\"}": "NAME              SECRETS   AGE\ncheckoutservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncheckoutservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncheckoutservice   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "Name:                currencyservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\"}": "NAME              SECRETS   AGE\ncurrencyservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              SECRETS   AGE\ncurrencyservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              SECRETS   AGE   LABELS\ncurrencyservice   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\"}": "Name:                default\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\"}": "NAME      SECRETS   AGE\ndefault   0         14d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME      SECRETS   AGE\ndefault   0         14d\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"default\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME      SECRETS   AGE   LABELS\ndefault   0         14d   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "Name:                emailservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\"}": "NAME           SECRETS   AGE\nemailservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           SECRETS   AGE\nemailservice   0         46s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           SECRETS   AGE   LABELS\nemailservice   0         46s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "Name:                frontend\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\"}": "NAME       SECRETS   AGE\nfrontend   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       SECRETS   AGE\nfrontend   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       SECRETS   AGE   LABELS\nfrontend   0         47s   <none>\n",
  "DescribeResource:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:                paymentservice\nNamespace:           boutique\nLabels:              <none>\nAnnotations:         <none>\nImage pull secrets:  <none>\nMountable secrets:   <none>\nTokens:              <none>\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             SECRETS   AGE\npaymentservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             SECRETS   AGE\npaymentservice   0         47s\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         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    SECRETS   AGE\nrecommendationservice   0         47s\n",
  "GetResources:{\"resource_type\":\"serviceaccounts\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    SECRETS   AGE   LABELS\nrecommendationservice   0         47s   <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         47s   <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                                    47s\ncartservice             172.20.1.135:7070    49s\ncheckoutservice         172.20.3.248:5050    49s\ncurrencyservice         172.20.1.136:7000    49s\nemailservice            172.20.1.137:8080    48s\nfrontend                172.20.3.249:8080    48s\nfrontend-external       172.20.3.249:8080    48s\npaymentservice          172.20.1.138:50051   48s\nproductcatalogservice   172.20.3.250:3550    48s\nrecommendationservice   172.20.3.251:8080    48s\nredis-cart              172.20.1.139:6379    47s\nshippingservice         172.20.1.140:50051   47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS            AGE\nadservice                                    47s\ncartservice             172.20.1.135:7070    49s\ncheckoutservice         172.20.3.248:5050    49s\ncurrencyservice         172.20.1.136:7000    49s\nemailservice            172.20.1.137:8080    48s\nfrontend                172.20.3.249:8080    48s\nfrontend-external       172.20.3.249:8080    48s\npaymentservice          172.20.1.138:50051   48s\nproductcatalogservice   172.20.3.250:3550    48s\nrecommendationservice   172.20.3.251:8080    48s\nredis-cart              172.20.1.139:6379    47s\nshippingservice         172.20.1.140:50051   47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS            AGE   LABELS\nadservice                                    47s   app=adservice\ncartservice             172.20.1.135:7070    49s   app=cartservice\ncheckoutservice         172.20.3.248:5050    49s   app=checkoutservice\ncurrencyservice         172.20.1.136:7000    49s   app=currencyservice\nemailservice            172.20.1.137:8080    48s   app=emailservice\nfrontend                172.20.3.249:8080    48s   app=frontend\nfrontend-external       172.20.3.249:8080    48s   app=frontend\npaymentservice          172.20.1.138:50051   48s   app=paymentservice\nproductcatalogservice   172.20.3.250:3550    48s   app=productcatalogservice\nrecommendationservice   172.20.3.251:8080    48s   app=recommendationservice\nredis-cart              172.20.1.139:6379    47s   app=redis-cart\nshippingservice         172.20.1.140: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:09:59Z\nSubsets:\n  Addresses:          <none>\n  NotReadyAddresses:  172.20.1.141\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               47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        ENDPOINTS   AGE\nadservice               47s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"adservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        ENDPOINTS   AGE   LABELS\nadservice               47s   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:09:58Z\nSubsets:\n  Addresses:          172.20.1.135\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  7070  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\"}": "NAME          ENDPOINTS           AGE\ncartservice   172.20.1.135:7070   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME          ENDPOINTS           AGE\ncartservice   172.20.1.135:7070   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"cartservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME          ENDPOINTS           AGE   LABELS\ncartservice   172.20.1.135:7070   49s   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:10:08Z\nSubsets:\n  Addresses:          172.20.3.248\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.248:5050   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncheckoutservice   172.20.3.248:5050   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"checkoutservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncheckoutservice   172.20.3.248:5050   50s   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:10:08Z\nSubsets:\n  Addresses:          172.20.1.136\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.136:7000   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS           AGE\ncurrencyservice   172.20.1.136:7000   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"currencyservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS           AGE   LABELS\ncurrencyservice   172.20.1.136:7000   50s   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:10:03Z\nSubsets:\n  Addresses:          172.20.1.137\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.137:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME           ENDPOINTS           AGE\nemailservice   172.20.1.137:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"emailservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME           ENDPOINTS           AGE   LABELS\nemailservice   172.20.1.137: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:09:59Z\nSubsets:\n  Addresses:          172.20.3.249\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.249:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME       ENDPOINTS           AGE\nfrontend   172.20.3.249:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME       ENDPOINTS           AGE   LABELS\nfrontend   172.20.3.249: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:09:59Z\nSubsets:\n  Addresses:          172.20.3.249\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.249:8080   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                ENDPOINTS           AGE\nfrontend-external   172.20.3.249:8080   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"frontend-external\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                ENDPOINTS           AGE   LABELS\nfrontend-external   172.20.3.249:8080   50s   app=frontend\n",
  "DescribeResource:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "Name:         paymentservice\nNamespace:    boutique\nLabels:       app=paymentservice\nAnnotations:  endpoints.kubernetes.io/last-change-trigger-time: 2025-11-10T13:10:08Z\nSubsets:\n  Addresses:          172.20.1.138\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port   Protocol\n    ----  ----   --------\n    grpc  50051  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\"}": "NAME             ENDPOINTS            AGE\npaymentservice   172.20.1.138:50051   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME             ENDPOINTS            AGE\npaymentservice   172.20.1.138:50051   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"paymentservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME             ENDPOINTS            AGE   LABELS\npaymentservice   172.20.1.138:50051   50s   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:10:09Z\nSubsets:\n  Addresses:          172.20.3.250\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port  Protocol\n    ----  ----  --------\n    grpc  3550  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\"}": "NAME                    ENDPOINTS           AGE\nproductcatalogservice   172.20.3.250:3550   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nproductcatalogservice   172.20.3.250:3550   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"productcatalogservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nproductcatalogservice   172.20.3.250: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:10:04Z\nSubsets:\n  Addresses:          172.20.3.251\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.3.251:8080   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME                    ENDPOINTS           AGE\nrecommendationservice   172.20.3.251:8080   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"recommendationservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME                    ENDPOINTS           AGE   LABELS\nrecommendationservice   172.20.3.251:8080   50s   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:10:04Z\nSubsets:\n  Addresses:          172.20.1.139\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.1.139:6379   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME         ENDPOINTS           AGE\nredis-cart   172.20.1.139:6379   49s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"redis-cart\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME         ENDPOINTS           AGE   LABELS\nredis-cart   172.20.1.139: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:10:09Z\nSubsets:\n  Addresses:          172.20.1.140\n  NotReadyAddresses:  <none>\n  Ports:\n    Name  Port   Protocol\n    ----  ----   --------\n    grpc  50051  TCP\n\nEvents:  <none>\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\"}": "NAME              ENDPOINTS            AGE\nshippingservice   172.20.1.140:50051   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME              ENDPOINTS            AGE\nshippingservice   172.20.1.140:50051   50s\n",
  "GetResources:{\"resource_type\":\"endpoints\",\"name\":\"shippingservice\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME              ENDPOINTS            AGE   LABELS\nshippingservice   172.20.1.140:50051   50s   app=shippingservice\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE\nredis-cart-pv   1Gi        RWO            Retain           Bound      boutique/redis-cart-pvc                  <unset>                          54s\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>                          54s     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>                          54s     <none>\nsimple-pv       1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h   <none>\n",
  "DescribeResource:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\"}": "Name:            redis-cart-pv\nLabels:          <none>\nAnnotations:     pv.kubernetes.io/bound-by-controller: yes\nFinalizers:      [kubernetes.io/pv-protection]\nStorageClass:    \nStatus:          Bound\nClaim:           boutique/redis-cart-pvc\nReclaim Policy:  Retain\nAccess Modes:    RWO\nVolumeMode:      Filesystem\nCapacity:        1Gi\nNode Affinity:   <none>\nMessage:         \nSource:\n    Type:          HostPath (bare host directory volume)\n    Path:          /mnt/data\n    HostPathType:  DirectoryOrCreate\nEvents:            <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\"}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE\nredis-cart-pv   1Gi        RWO            Retain           Bound    boutique/redis-cart-pvc                  <unset>                          54s\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE   VOLUMEMODE\nredis-cart-pv   1Gi        RWO            Retain           Bound    boutique/redis-cart-pvc                  <unset>                          54s   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"redis-cart-pv\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME            CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS   CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE   LABELS\nredis-cart-pv   1Gi        RWO            Retain           Bound    boutique/redis-cart-pvc                  <unset>                          54s   <none>\n",
  "DescribeResource:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\"}": "Name:            simple-pv\nLabels:          <none>\nAnnotations:     pv.kubernetes.io/bound-by-controller: yes\nFinalizers:      [kubernetes.io/pv-protection]\nStorageClass:    \nStatus:          Released\nClaim:           boutique/redis-cart-pvc\nReclaim Policy:  Retain\nAccess Modes:    RWO\nVolumeMode:      Filesystem\nCapacity:        1Gi\nNode Affinity:   <none>\nMessage:         \nSource:\n    Type:          HostPath (bare host directory volume)\n    Path:          /tmp/data\n    HostPathType:  \nEvents:            <none>\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\"}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     VOLUMEMODE\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h   Filesystem\n",
  "GetResources:{\"resource_type\":\"persistentvolumes\",\"name\":\"simple-pv\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        CAPACITY   ACCESS MODES   RECLAIM POLICY   STATUS     CLAIM                     STORAGECLASS   VOLUMEATTRIBUTESCLASS   REASON   AGE     LABELS\nsimple-pv   1Gi        RWO            Retain           Released   boutique/redis-cart-pvc                  <unset>                          3d10h   <none>\n",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\"}": "",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "",
  "GetResources:{\"resource_type\":\"resourcequota\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\"}": "NAME        STATUS                     ROLES    AGE   VERSION\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2\nworker-01   Ready                      node     91d   v1.31.2\nworker-02   Ready                      node     91d   v1.31.2\nworker-03   Ready                      node     91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS                     ROLES    AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2   192.168.0.157   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-01   Ready                      node     91d   v1.31.2   192.168.0.222   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-02   Ready                      node     91d   v1.31.2   192.168.0.53    <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\nworker-03   Ready                      node     91d   v1.31.2   192.168.0.174   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS                     ROLES    AGE   VERSION   LABELS\nmaster      Ready,SchedulingDisabled   master   91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,kubernetes.io/arch=amd64,kubernetes.io/hostname=master,kubernetes.io/os=linux,kubernetes.io/role=master\nworker-01   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-01,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-02   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-02,kubernetes.io/os=linux,kubernetes.io/role=node\nworker-03   Ready                      node     91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-03,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"master\",\"namespace\":\"boutique\"}": "Name:               master\nRoles:              master\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=master\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=master\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"fe:5e:a6:87:85:27\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.157\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:48:43 +0800\nTaints:             node.kubernetes.io/unschedulable:NoSchedule\nUnschedulable:      true\nLease:\n  HolderIdentity:  master\n  AcquireTime:     <unset>\n  RenewTime:       Mon, 10 Nov 2025 21:10:51 +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:10:35 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:10:35 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:10:35 +0800   Mon, 11 Aug 2025 15:48:43 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:10:35 +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:10:48 +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:09:57 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:09:57 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:09:57 +0800   Sun, 28 Sep 2025 14:34:57 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:09:57 +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:          (16 in total)\n  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---\n  boutique                    adservice-57758fbfbc-pc7rt                    200m (2%)     300m (3%)   180Mi (1%)       300Mi (1%)     53s\n  boutique                    cartservice-79b49f5555-6w5zl                  200m (2%)     300m (3%)   64Mi (0%)        128Mi (0%)     55s\n  boutique                    currencyservice-75686c9564-btg9b              100m (1%)     200m (2%)   64Mi (0%)        1280Mi (8%)    55s\n  boutique                    emailservice-b78fc569b-pdg77                  100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    paymentservice-78c5996648-6c99x               100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    redis-cart-68db7b6f97-b7tmn                   70m (0%)      125m (1%)   200Mi (1%)       256Mi (1%)     53s\n  boutique                    shippingservice-7cbfcb6d68-788hl              100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     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                1295m (16%)  1525m (19%)\n  memory             1367Mi (8%)  2348Mi (15%)\n  ephemeral-storage  0 (0%)       0 (0%)\n  hugepages-1Gi      0 (0%)       0 (0%)\n  hugepages-2Mi      0 (0%)       0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-01   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-01   Ready    node    91d   v1.31.2   192.168.0.222   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-01\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-01   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-01,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\"}": "Name:               worker-02\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-02\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"5a:d9:43:a8:2f:c8\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.53\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-02\n  AcquireTime:     <unset>\n  RenewTime:       Mon, 10 Nov 2025 21:10:51 +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:09:54 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:09:54 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:09:54 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:09:54 +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:          (9 in total)\n  Namespace                   Name                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                        ------------  ----------  ---------------  -------------  ---\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                1025m (12%)   0 (0%)\n  memory             2785Mi (18%)  500Mi (3%)\n  ephemeral-storage  0 (0%)        0 (0%)\n  hugepages-1Gi      0 (0%)        0 (0%)\n  hugepages-2Mi      0 (0%)        0 (0%)\nEvents:              <none>\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\"}": "NAME        STATUS   ROLES   AGE   VERSION\nworker-02   Ready    node    91d   v1.31.2\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\",\"output_wide\":true}": "NAME        STATUS   ROLES   AGE   VERSION   INTERNAL-IP    EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION       CONTAINER-RUNTIME\nworker-02   Ready    node    91d   v1.31.2   192.168.0.53   <none>        Ubuntu 22.04.5 LTS   5.15.0-138-generic   containerd://1.7.23\n",
  "GetResources:{\"resource_type\":\"nodes\",\"name\":\"worker-02\",\"namespace\":\"boutique\",\"show_labels\":true}": "NAME        STATUS   ROLES   AGE   VERSION   LABELS\nworker-02   Ready    node    91d   v1.31.2   beta.kubernetes.io/arch=amd64,beta.kubernetes.io/os=linux,disk-type=ssd,kubernetes.io/arch=amd64,kubernetes.io/hostname=worker-02,kubernetes.io/os=linux,kubernetes.io/role=node\n",
  "DescribeResource:{\"resource_type\":\"nodes\",\"name\":\"worker-03\",\"namespace\":\"boutique\"}": "Name:               worker-03\nRoles:              node\nLabels:             beta.kubernetes.io/arch=amd64\n                    beta.kubernetes.io/os=linux\n                    disk-type=ssd\n                    kubernetes.io/arch=amd64\n                    kubernetes.io/hostname=worker-03\n                    kubernetes.io/os=linux\n                    kubernetes.io/role=node\nAnnotations:        flannel.alpha.coreos.com/backend-data: {\"VNI\":1,\"VtepMAC\":\"e2:4c:1c:77:2d:25\"}\n                    flannel.alpha.coreos.com/backend-type: vxlan\n                    flannel.alpha.coreos.com/kube-subnet-manager: true\n                    flannel.alpha.coreos.com/public-ip: 192.168.0.174\n                    node.alpha.kubernetes.io/ttl: 0\n                    volumes.kubernetes.io/controller-managed-attach-detach: true\nCreationTimestamp:  Mon, 11 Aug 2025 15:49:09 +0800\nTaints:             <none>\nUnschedulable:      false\nLease:\n  HolderIdentity:  worker-03\n  AcquireTime:     <unset>\n  RenewTime:       Mon, 10 Nov 2025 21:10:52 +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:10:47 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientMemory   kubelet has sufficient memory available\n  DiskPressure         False   Mon, 10 Nov 2025 21:10:47 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasNoDiskPressure     kubelet has no disk pressure\n  PIDPressure          False   Mon, 10 Nov 2025 21:10:47 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletHasSufficientPID      kubelet has sufficient PID available\n  Ready                True    Mon, 10 Nov 2025 21:10:47 +0800   Mon, 11 Aug 2025 15:49:09 +0800   KubeletReady                 kubelet is posting ready status\nAddresses:\n  InternalIP:  192.168.0.174\n  Hostname:    worker-03\nCapacity:\n  cpu:                8\n  ephemeral-storage:  103084600Ki\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15978552Ki\n  pods:               110\nAllocatable:\n  cpu:                8\n  ephemeral-storage:  95002767203\n  hugepages-1Gi:      0\n  hugepages-2Mi:      0\n  memory:             15671352Ki\n  pods:               110\nSystem Info:\n  Machine ID:                 9c21ae206bb84c18b004394392724faa\n  System UUID:                ac1cd6b5-79a7-45a4-99ca-df78d7fa9ff4\n  Boot ID:                    0111cc16-d6ed-479b-98e8-7aec9995e16d\n  Kernel Version:             5.15.0-138-generic\n  OS Image:                   Ubuntu 22.04.5 LTS\n  Operating System:           linux\n  Architecture:               amd64\n  Container Runtime Version:  containerd://1.7.23\n  Kubelet Version:            v1.31.2\n  Kube-Proxy Version:         v1.31.2\nPodCIDR:                      172.20.3.0/24\nPodCIDRs:                     172.20.3.0/24\nNon-terminated Pods:          (14 in total)\n  Namespace                   Name                                      CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age\n  ---------                   ----                                      ------------  ----------  ---------------  -------------  ---\n  boutique                    checkoutservice-8445f8b6cb-9zv82          100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     55s\n  boutique                    frontend-6778bd7b8b-f5b82                 100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    productcatalogservice-ddb46fc86-nrp9c     100m (1%)     200m (2%)   64Mi (0%)        128Mi (0%)     54s\n  boutique                    recommendationservice-7df9c5b676-dht7b    100m (1%)     200m (2%)   220Mi (1%)       450Mi (2%)     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                925m (11%)   800m (10%)\n  memory             1279Mi (8%)  834Mi (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-79b49f5555-6w5zl   1/1     Running   0          57s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=paymentservice\"}": "NAME                              READY   STATUS    RESTARTS   AGE\npaymentservice-78c5996648-6c99x   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=shippingservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\nshippingservice-7cbfcb6d68-788hl   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=frontend\"}": "NAME                        READY   STATUS    RESTARTS   AGE\nfrontend-6778bd7b8b-f5b82   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=adservice\"}": "NAME                         READY   STATUS             RESTARTS   AGE\nadservice-57758fbfbc-pc7rt   0/1     ImagePullBackOff   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME                          READY   STATUS    RESTARTS   AGE\nredis-cart-68db7b6f97-b7tmn   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=productcatalogservice\"}": "NAME                                    READY   STATUS    RESTARTS   AGE\nproductcatalogservice-ddb46fc86-nrp9c   1/1     Running   0          56s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=currencyservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncurrencyservice-75686c9564-btg9b   1/1     Running   0          57s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=checkoutservice\"}": "NAME                               READY   STATUS    RESTARTS   AGE\ncheckoutservice-8445f8b6cb-9zv82   1/1     Running   0          57s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=recommendationservice\"}": "NAME                                     READY   STATUS    RESTARTS   AGE\nrecommendationservice-7df9c5b676-dht7b   1/1     Running   0          55s\n",
  "GetResources:{\"resource_type\":\"pods\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME                           READY   STATUS    RESTARTS   AGE\nemailservice-b78fc569b-pdg77   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.122.24   <none>        7070/TCP   58s\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.183.14   <none>        50051/TCP   57s\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.51.90   <none>        50051/TCP   56s\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.87.108   <none>        80/TCP         57s\nfrontend-external   NodePort    10.68.147.4    <none>        80:30080/TCP   57s\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.191.121   <none>        9555/TCP   56s\n",
  "GetResources:{\"resource_type\":\"services\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME         TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)    AGE\nredis-cart   ClusterIP   10.68.47.143   <none>        6379/TCP   56s\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.3.29   <none>        3550/TCP   57s\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.109.157   <none>        7000/TCP   58s\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.131.34   <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.216.79   <none>        8080/TCP   57s\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.127.192   <none>        5000/TCP   57s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=cartservice\"}": "NAME          READY   UP-TO-DATE   AVAILABLE   AGE\ncartservice   1/1     1            1           58s\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   0/1     1            0           56s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=redis-cart\"}": "NAME         READY   UP-TO-DATE   AVAILABLE   AGE\nredis-cart   1/1     1            1           56s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=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           58s\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           58s\n",
  "GetResources:{\"resource_type\":\"deployments\",\"name\":\"\",\"namespace\":\"boutique\",\"label_selector\":\"app=emailservice\"}": "NAME           READY   UP-TO-DATE   AVAILABLE   AGE\nemailservice   1/1     1            1           58s\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\n27m         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.\n26m         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.\n26m         Warning   FailedScheduling    pod/adservice-55f4bdbfc8-q5r4z                skip schedule deleting pod: boutique/adservice-55f4bdbfc8-q5r4z\n27m         Normal    SuccessfulCreate    replicaset/adservice-55f4bdbfc8               Created pod: adservice-55f4bdbfc8-q5r4z\n58s         Normal    Scheduled           pod/adservice-57758fbfbc-pc7rt                Successfully assigned boutique/adservice-57758fbfbc-pc7rt to worker-01\n13s         Normal    Pulling             pod/adservice-57758fbfbc-pc7rt                Pulling image \"ghcr.io/testuser177/adservice:v0.10.3\"\n12s         Warning   Failed              pod/adservice-57758fbfbc-pc7rt                Failed to pull image \"ghcr.io/testuser177/adservice:v0.10.3\": failed to pull and unpack image \"ghcr.io/testuser177/adservice:v0.10.3\": failed to resolve reference \"ghcr.io/testuser177/adservice:v0.10.3\": failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://ghcr.io/token?scope=repository%3Atestuser177%2Fadservice%3Apull&service=ghcr.io: 403 Forbidden\n12s         Warning   Failed              pod/adservice-57758fbfbc-pc7rt                Error: ErrImagePull\n26s         Normal    BackOff             pod/adservice-57758fbfbc-pc7rt                Back-off pulling image \"ghcr.io/testuser177/adservice:v0.10.3\"\n26s         Warning   Failed              pod/adservice-57758fbfbc-pc7rt                Error: ImagePullBackOff\n59s         Normal    SuccessfulCreate    replicaset/adservice-57758fbfbc               Created pod: adservice-57758fbfbc-pc7rt\n29m         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.\n28m         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.\n28m         Warning   FailedScheduling    pod/adservice-58dbccc5d-xktn6                 skip schedule deleting pod: boutique/adservice-58dbccc5d-xktn6\n29m         Normal    SuccessfulCreate    replicaset/adservice-58dbccc5d                Created pod: adservice-58dbccc5d-xktn6\n3m14s       Normal    Scheduled           pod/adservice-65645bb8b-dlw7g                 Successfully assigned boutique/adservice-65645bb8b-dlw7g to worker-01\n2m31s       Normal    Pulling             pod/adservice-65645bb8b-dlw7g                 Pulling image \"corp-registry.internal/google-samples/microservices-demo/adservice:v0.10.3\"\n2m31s       Warning   Failed              pod/adservice-65645bb8b-dlw7g                 Failed to pull image \"corp-registry.internal/google-samples/microservices-demo/adservice:v0.10.3\": failed to pull and unpack image \"corp-registry.internal/google-samples/microservices-demo/adservice:v0.10.3\": failed to resolve reference \"corp-registry.internal/google-samples/microservices-demo/adservice:v0.10.3\": failed to do request: Head \"https://corp-registry.internal/v2/google-samples/microservices-demo/adservice/manifests/v0.10.3\": dial tcp: lookup corp-registry.internal on 127.0.0.53:53: no such host\n2m31s       Warning   Failed              pod/adservice-65645bb8b-dlw7g                 Error: ErrImagePull\n111s        Normal    BackOff             pod/adservice-65645bb8b-dlw7g                 Back-off pulling image \"corp-registry.internal/google-samples/microservices-demo/adservice:v0.10.3\"\n111s        Warning   Failed              pod/adservice-65645bb8b-dlw7g                 Error: ImagePullBackOff\n3m15s       Normal    SuccessfulCreate    replicaset/adservice-65645bb8b                Created pod: adservice-65645bb8b-dlw7g\n5m30s       Normal    Scheduled           pod/adservice-76586856d8-x2pjm                Successfully assigned boutique/adservice-76586856d8-x2pjm to worker-03\n4m14s       Normal    Pulling             pod/adservice-76586856d8-x2pjm                Pulling image \"us-central1-docker.pkg.devv/google-samples/microservices-demo/adservice:v0.10.3\"\n4m14s       Warning   Failed              pod/adservice-76586856d8-x2pjm                Failed to pull image \"us-central1-docker.pkg.devv/google-samples/microservices-demo/adservice:v0.10.3\": failed to pull and unpack image \"us-central1-docker.pkg.devv/google-samples/microservices-demo/adservice:v0.10.3\": failed to resolve reference \"us-central1-docker.pkg.devv/google-samples/microservices-demo/adservice:v0.10.3\": failed to do request: Head \"https://us-central1-docker.pkg.devv/v2/google-samples/microservices-demo/adservice/manifests/v0.10.3\": dial tcp: lookup us-central1-docker.pkg.devv on 127.0.0.53:53: no such host\n4m14s       Warning   Failed              pod/adservice-76586856d8-x2pjm                Error: ErrImagePull\n4m28s       Normal    BackOff             pod/adservice-76586856d8-x2pjm                Back-off pulling image \"us-central1-docker.pkg.devv/google-samples/microservices-demo/adservice:v0.10.3\"\n4m28s       Warning   Failed              pod/adservice-76586856d8-x2pjm                Error: ImagePullBackOff\n5m31s       Normal    SuccessfulCreate    replicaset/adservice-76586856d8               Created pod: adservice-76586856d8-x2pjm\n26m         Normal    Scheduled           pod/adservice-7b5ff9bbd7-r2s5r                Successfully assigned boutique/adservice-7b5ff9bbd7-r2s5r to worker-03\n24m         Normal    Pulling             pod/adservice-7b5ff9bbd7-r2s5r                Pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n24m         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\n24m         Warning   Failed              pod/adservice-7b5ff9bbd7-r2s5r                Error: ErrImagePull\n15m         Normal    BackOff             pod/adservice-7b5ff9bbd7-r2s5r                Back-off pulling image \"ghost-registry.example.net/google-samples/microservices-demo/adservice:v0.10.3\"\n24m         Warning   Failed              pod/adservice-7b5ff9bbd7-r2s5r                Error: ImagePullBackOff\n26m         Normal    SuccessfulCreate    replicaset/adservice-7b5ff9bbd7               Created pod: adservice-7b5ff9bbd7-r2s5r\n14m         Normal    SuccessfulDelete    replicaset/adservice-7b5ff9bbd7               Deleted pod: adservice-7b5ff9bbd7-r2s5r\n12m         Normal    Scheduled           pod/adservice-84dbdf99d-2fdqg                 Successfully assigned boutique/adservice-84dbdf99d-2fdqg to worker-01\n12m         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\n12m         Normal    Created             pod/adservice-84dbdf99d-2fdqg                 Created container server\n12m         Normal    Started             pod/adservice-84dbdf99d-2fdqg                 Started container server\n12m         Warning   Unhealthy           pod/adservice-84dbdf99d-2fdqg                 Liveness probe failed: timeout: failed to connect service \"172.20.1.88:9555\" within 1s: context deadline exceeded\n12m         Warning   Unhealthy           pod/adservice-84dbdf99d-2fdqg                 Readiness probe failed: timeout: failed to connect service \"172.20.1.88:9555\" within 1s: context deadline exceeded\n10m         Normal    Killing             pod/adservice-84dbdf99d-2fdqg                 Stopping container server\n7m50s       Normal    Scheduled           pod/adservice-84dbdf99d-7gzbs                 Successfully assigned boutique/adservice-84dbdf99d-7gzbs to worker-01\n7m50s       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\n7m50s       Normal    Created             pod/adservice-84dbdf99d-7gzbs                 Created container server\n7m50s       Normal    Started             pod/adservice-84dbdf99d-7gzbs                 Started container server\n7m44s       Warning   Unhealthy           pod/adservice-84dbdf99d-7gzbs                 Readiness probe failed: timeout: failed to connect service \"172.20.1.101:9555\" within 1s: context deadline exceeded\n7m44s       Warning   Unhealthy           pod/adservice-84dbdf99d-7gzbs                 Liveness probe failed: timeout: failed to connect service \"172.20.1.101:9555\" within 1s: context deadline exceeded\n6m15s       Normal    Killing             pod/adservice-84dbdf99d-7gzbs                 Stopping container server\n14m         Normal    Scheduled           pod/adservice-84dbdf99d-clrn4                 Successfully assigned boutique/adservice-84dbdf99d-clrn4 to worker-01\n14m         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\n14m         Normal    Created             pod/adservice-84dbdf99d-clrn4                 Created container server\n14m         Normal    Started             pod/adservice-84dbdf99d-clrn4                 Started container server\n14m         Warning   Unhealthy           pod/adservice-84dbdf99d-clrn4                 Liveness probe failed: timeout: failed to connect service \"172.20.1.81:9555\" within 1s: context deadline exceeded\n14m         Warning   Unhealthy           pod/adservice-84dbdf99d-clrn4                 Readiness probe failed: timeout: failed to connect service \"172.20.1.81:9555\" within 1s: context deadline exceeded\n14m         Normal    Killing             pod/adservice-84dbdf99d-clrn4                 Stopping container server\n40m         Normal    Killing             pod/adservice-84dbdf99d-f4hpt                 Stopping container server\n40m         Warning   Unhealthy           pod/adservice-84dbdf99d-f4hpt                 Readiness probe failed: timeout: failed to connect service \"172.20.1.35:9555\" within 1s: context deadline exceeded\n13m         Normal    Scheduled           pod/adservice-84dbdf99d-fjblb                 Successfully assigned boutique/adservice-84dbdf99d-fjblb to worker-01\n13m         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\n13m         Normal    Created             pod/adservice-84dbdf99d-fjblb                 Created container server\n13m         Normal    Started             pod/adservice-84dbdf99d-fjblb                 Started container server\n13m         Normal    Killing             pod/adservice-84dbdf99d-fjblb                 Stopping container server\n10m         Normal    Scheduled           pod/adservice-84dbdf99d-xfbwr                 Successfully assigned boutique/adservice-84dbdf99d-xfbwr to worker-01\n10m         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\n10m         Normal    Created             pod/adservice-84dbdf99d-xfbwr                 Created container server\n10m         Normal    Started             pod/adservice-84dbdf99d-xfbwr                 Started container server\n10m         Warning   Unhealthy           pod/adservice-84dbdf99d-xfbwr                 Readiness probe failed: timeout: failed to connect service \"172.20.1.94:9555\" within 1s: context deadline exceeded\n10m         Warning   Unhealthy           pod/adservice-84dbdf99d-xfbwr                 Liveness probe failed: timeout: failed to connect service \"172.20.1.94:9555\" within 1s: context deadline exceeded\n8m33s       Normal    Killing             pod/adservice-84dbdf99d-xfbwr                 Stopping container server\n14m         Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-clrn4\n13m         Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n13m         Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-fjblb\n12m         Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n12m         Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-2fdqg\n10m         Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n10m         Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-xfbwr\n7m51s       Warning   FailedCreate        replicaset/adservice-84dbdf99d                Error creating: pods \"adservice-84dbdf99d-\" is forbidden: error looking up service account boutique/adservice: serviceaccount \"adservice\" not found\n7m51s       Normal    SuccessfulCreate    replicaset/adservice-84dbdf99d                Created pod: adservice-84dbdf99d-7gzbs\n29m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-58dbccc5d to 1\n27m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-55f4bdbfc8 to 1\n26m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-7b5ff9bbd7 to 1\n14m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n14m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled down replica set adservice-7b5ff9bbd7 to 0 from 1\n13m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n12m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n10m         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n7m51s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-84dbdf99d to 1\n5m31s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-76586856d8 to 1\n3m15s       Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-65645bb8b to 1\n59s         Normal    ScalingReplicaSet   deployment/adservice                          Scaled up replica set adservice-57758fbfbc to 1\n7m48s       Normal    Scheduled           pod/cartservice-59798f66d6-87776              Successfully assigned boutique/cartservice-59798f66d6-87776 to worker-02\n7m7s        Normal    Pulling             pod/cartservice-59798f66d6-87776              Pulling image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\"\n7m7s        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\n7m7s        Warning   Failed              pod/cartservice-59798f66d6-87776              Error: ErrImagePull\n6m27s       Normal    BackOff             pod/cartservice-59798f66d6-87776              Back-off pulling image \"ghost-registry.example.net/google-samples/microservices-demo/cartservice:v0.10.3\"\n6m27s       Warning   Failed              pod/cartservice-59798f66d6-87776              Error: ImagePullBackOff\n7m49s       Normal    SuccessfulCreate    replicaset/cartservice-59798f66d6             Created pod: cartservice-59798f66d6-87776\n10m         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.\n8m38s       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.\n10m         Normal    SuccessfulCreate    replicaset/cartservice-5cddc7cc77             Created pod: cartservice-5cddc7cc77-cxhfn\n14m         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.\n14m         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.\n14m         Warning   FailedScheduling    pod/cartservice-6b9c55fd97-gd2b2              skip schedule deleting pod: boutique/cartservice-6b9c55fd97-gd2b2\n12m         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.\n10m         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.\n14m         Normal    SuccessfulCreate    replicaset/cartservice-6b9c55fd97             Created pod: cartservice-6b9c55fd97-gd2b2\n12m         Normal    SuccessfulCreate    replicaset/cartservice-6b9c55fd97             Created pod: cartservice-6b9c55fd97-hxwnf\n60s         Normal    Scheduled           pod/cartservice-79b49f5555-6w5zl              Successfully assigned boutique/cartservice-79b49f5555-6w5zl to worker-01\n60s         Normal    Pulled              pod/cartservice-79b49f5555-6w5zl              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n60s         Normal    Created             pod/cartservice-79b49f5555-6w5zl              Created container server\n60s         Normal    Started             pod/cartservice-79b49f5555-6w5zl              Started container server\n28m         Normal    Scheduled           pod/cartservice-79b49f5555-7nkdx              Successfully assigned boutique/cartservice-79b49f5555-7nkdx to worker-01\n28m         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\n28m         Normal    Created             pod/cartservice-79b49f5555-7nkdx              Created container server\n28m         Normal    Started             pod/cartservice-79b49f5555-7nkdx              Started container server\n26m         Normal    Killing             pod/cartservice-79b49f5555-7nkdx              Stopping container server\n13m         Normal    Scheduled           pod/cartservice-79b49f5555-d7gln              Successfully assigned boutique/cartservice-79b49f5555-d7gln to worker-03\n13m         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\n13m         Normal    Created             pod/cartservice-79b49f5555-d7gln              Created container server\n13m         Normal    Started             pod/cartservice-79b49f5555-d7gln              Started container server\n13m         Normal    Killing             pod/cartservice-79b49f5555-d7gln              Stopping container server\n26m         Normal    Scheduled           pod/cartservice-79b49f5555-fkr96              Successfully assigned boutique/cartservice-79b49f5555-fkr96 to worker-01\n26m         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\n26m         Normal    Created             pod/cartservice-79b49f5555-fkr96              Created container server\n26m         Normal    Started             pod/cartservice-79b49f5555-fkr96              Started container server\n14m         Normal    Killing             pod/cartservice-79b49f5555-fkr96              Stopping container server\n5m32s       Normal    Scheduled           pod/cartservice-79b49f5555-fvz4n              Successfully assigned boutique/cartservice-79b49f5555-fvz4n to worker-01\n5m32s       Normal    Pulled              pod/cartservice-79b49f5555-fvz4n              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/cartservice-79b49f5555-fvz4n              Created container server\n5m32s       Normal    Started             pod/cartservice-79b49f5555-fvz4n              Started container server\n3m59s       Normal    Killing             pod/cartservice-79b49f5555-fvz4n              Stopping container server\n40m         Normal    Killing             pod/cartservice-79b49f5555-jsth4              Stopping container server\n3m16s       Normal    Scheduled           pod/cartservice-79b49f5555-kszh4              Successfully assigned boutique/cartservice-79b49f5555-kszh4 to worker-01\n3m17s       Normal    Pulled              pod/cartservice-79b49f5555-kszh4              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\" already present on machine\n3m17s       Normal    Created             pod/cartservice-79b49f5555-kszh4              Created container server\n3m17s       Normal    Started             pod/cartservice-79b49f5555-kszh4              Started container server\n103s        Normal    Killing             pod/cartservice-79b49f5555-kszh4              Stopping container server\n29m         Normal    Scheduled           pod/cartservice-79b49f5555-xxzr8              Successfully assigned boutique/cartservice-79b49f5555-xxzr8 to worker-01\n29m         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\n29m         Normal    Created             pod/cartservice-79b49f5555-xxzr8              Created container server\n29m         Normal    Started             pod/cartservice-79b49f5555-xxzr8              Started container server\n28m         Normal    Killing             pod/cartservice-79b49f5555-xxzr8              Stopping container server\n29m         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n29m         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-xxzr8\n28m         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n28m         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-7nkdx\n26m         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n26m         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-fkr96\n13m         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n13m         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-d7gln\n5m33s       Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n5m33s       Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-fvz4n\n3m17s       Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-kszh4\n61s         Warning   FailedCreate        replicaset/cartservice-79b49f5555             Error creating: pods \"cartservice-79b49f5555-\" is forbidden: error looking up service account boutique/cartservice: serviceaccount \"cartservice\" not found\n61s         Normal    SuccessfulCreate    replicaset/cartservice-79b49f5555             Created pod: cartservice-79b49f5555-6w5zl\n29m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n28m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n26m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n14m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-6b9c55fd97 to 1\n13m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n12m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-6b9c55fd97 to 1\n10m         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-5cddc7cc77 to 1\n7m49s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-59798f66d6 to 1\n5m33s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n3m17s       Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n61s         Normal    ScalingReplicaSet   deployment/cartservice                        Scaled up replica set cartservice-79b49f5555 to 1\n13m         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.\n13m         Warning   FailedScheduling    pod/checkoutservice-78dd6d5b78-5cd6f          skip schedule deleting pod: boutique/checkoutservice-78dd6d5b78-5cd6f\n13m         Normal    SuccessfulCreate    replicaset/checkoutservice-78dd6d5b78         Created pod: checkoutservice-78dd6d5b78-5cd6f\n29m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-89n7j          Successfully assigned boutique/checkoutservice-8445f8b6cb-89n7j to worker-01\n29m         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\n29m         Normal    Created             pod/checkoutservice-8445f8b6cb-89n7j          Created container server\n29m         Normal    Started             pod/checkoutservice-8445f8b6cb-89n7j          Started container server\n28m         Normal    Killing             pod/checkoutservice-8445f8b6cb-89n7j          Stopping container server\n60s         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-9zv82          Successfully assigned boutique/checkoutservice-8445f8b6cb-9zv82 to worker-03\n60s         Normal    Pulled              pod/checkoutservice-8445f8b6cb-9zv82          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n60s         Normal    Created             pod/checkoutservice-8445f8b6cb-9zv82          Created container server\n60s         Normal    Started             pod/checkoutservice-8445f8b6cb-9zv82          Started container server\n3m16s       Normal    Scheduled           pod/checkoutservice-8445f8b6cb-bpdgs          Successfully assigned boutique/checkoutservice-8445f8b6cb-bpdgs to worker-01\n3m17s       Normal    Pulled              pod/checkoutservice-8445f8b6cb-bpdgs          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n3m17s       Normal    Created             pod/checkoutservice-8445f8b6cb-bpdgs          Created container server\n3m17s       Normal    Started             pod/checkoutservice-8445f8b6cb-bpdgs          Started container server\n103s        Normal    Killing             pod/checkoutservice-8445f8b6cb-bpdgs          Stopping container server\n27m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-hgnhs          Successfully assigned boutique/checkoutservice-8445f8b6cb-hgnhs to worker-03\n28m         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\n28m         Normal    Created             pod/checkoutservice-8445f8b6cb-hgnhs          Created container server\n28m         Normal    Started             pod/checkoutservice-8445f8b6cb-hgnhs          Started container server\n26m         Normal    Killing             pod/checkoutservice-8445f8b6cb-hgnhs          Stopping container server\n12m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-kzcjm          Successfully assigned boutique/checkoutservice-8445f8b6cb-kzcjm to worker-03\n12m         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\n12m         Normal    Created             pod/checkoutservice-8445f8b6cb-kzcjm          Created container server\n12m         Normal    Started             pod/checkoutservice-8445f8b6cb-kzcjm          Started container server\n10m         Normal    Killing             pod/checkoutservice-8445f8b6cb-kzcjm          Stopping container server\n5m32s       Normal    Scheduled           pod/checkoutservice-8445f8b6cb-ld452          Successfully assigned boutique/checkoutservice-8445f8b6cb-ld452 to worker-03\n5m32s       Normal    Pulled              pod/checkoutservice-8445f8b6cb-ld452          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/checkoutservice:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/checkoutservice-8445f8b6cb-ld452          Created container server\n5m32s       Normal    Started             pod/checkoutservice-8445f8b6cb-ld452          Started container server\n3m59s       Normal    Killing             pod/checkoutservice-8445f8b6cb-ld452          Stopping container server\n40m         Normal    Killing             pod/checkoutservice-8445f8b6cb-lkjfq          Stopping container server\n26m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-llp8m          Successfully assigned boutique/checkoutservice-8445f8b6cb-llp8m to worker-03\n26m         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\n26m         Normal    Created             pod/checkoutservice-8445f8b6cb-llp8m          Created container server\n26m         Normal    Started             pod/checkoutservice-8445f8b6cb-llp8m          Started container server\n14m         Normal    Killing             pod/checkoutservice-8445f8b6cb-llp8m          Stopping container server\n7m50s       Normal    Scheduled           pod/checkoutservice-8445f8b6cb-mltn4          Successfully assigned boutique/checkoutservice-8445f8b6cb-mltn4 to worker-03\n7m50s       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\n7m50s       Normal    Created             pod/checkoutservice-8445f8b6cb-mltn4          Created container server\n7m50s       Normal    Started             pod/checkoutservice-8445f8b6cb-mltn4          Started container server\n6m14s       Normal    Killing             pod/checkoutservice-8445f8b6cb-mltn4          Stopping container server\n10m         Normal    Scheduled           pod/checkoutservice-8445f8b6cb-z9l48          Successfully assigned boutique/checkoutservice-8445f8b6cb-z9l48 to worker-01\n10m         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\n10m         Normal    Created             pod/checkoutservice-8445f8b6cb-z9l48          Created container server\n10m         Normal    Started             pod/checkoutservice-8445f8b6cb-z9l48          Started container server\n8m32s       Normal    Killing             pod/checkoutservice-8445f8b6cb-z9l48          Stopping container server\n29m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n29m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-89n7j\n28m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n28m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-hgnhs\n26m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n26m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-llp8m\n12m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n12m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-kzcjm\n10m         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n10m         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-z9l48\n7m51s       Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n7m51s       Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-mltn4\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-ld452\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-bpdgs\n61s         Warning   FailedCreate        replicaset/checkoutservice-8445f8b6cb         Error creating: pods \"checkoutservice-8445f8b6cb-\" is forbidden: error looking up service account boutique/checkoutservice: serviceaccount \"checkoutservice\" not found\n61s         Normal    SuccessfulCreate    replicaset/checkoutservice-8445f8b6cb         Created pod: checkoutservice-8445f8b6cb-9zv82\n29m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n28m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n26m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n13m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-78dd6d5b78 to 1\n12m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n10m         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n7m51s       Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb 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\n61s         Normal    ScalingReplicaSet   deployment/checkoutservice                    Scaled up replica set checkoutservice-8445f8b6cb to 1\n53m         Normal    Killing             pod/cpu-consumer-4n7zm                        Stopping container consumer\n53m         Normal    Killing             pod/cpu-consumer-9sdz9                        Stopping container consumer\n53m         Normal    Killing             pod/cpu-consumer-b4vtc                        Stopping container consumer\n27m         Normal    Scheduled           pod/cpu-consumer-cj5mh                        Successfully assigned boutique/cpu-consumer-cj5mh to worker-03\n27m         Normal    Pulled              pod/cpu-consumer-cj5mh                        Container image \"busybox:1.35\" already present on machine\n27m         Normal    Created             pod/cpu-consumer-cj5mh                        Created container consumer\n27m         Normal    Started             pod/cpu-consumer-cj5mh                        Started container consumer\n26m         Normal    Killing             pod/cpu-consumer-cj5mh                        Stopping container consumer\n53m         Normal    Killing             pod/cpu-consumer-gf728                        Stopping container consumer\n27m         Normal    Scheduled           pod/cpu-consumer-jvndr                        Successfully assigned boutique/cpu-consumer-jvndr to worker-02\n27m         Normal    Pulled              pod/cpu-consumer-jvndr                        Container image \"busybox:1.35\" already present on machine\n27m         Normal    Created             pod/cpu-consumer-jvndr                        Created container consumer\n27m         Normal    Started             pod/cpu-consumer-jvndr                        Started container consumer\n26m         Normal    Killing             pod/cpu-consumer-jvndr                        Stopping container consumer\n27m         Normal    Scheduled           pod/cpu-consumer-l4w5g                        Successfully assigned boutique/cpu-consumer-l4w5g to master\n27m         Normal    Pulled              pod/cpu-consumer-l4w5g                        Container image \"busybox:1.35\" already present on machine\n27m         Normal    Created             pod/cpu-consumer-l4w5g                        Created container consumer\n27m         Normal    Started             pod/cpu-consumer-l4w5g                        Started container consumer\n26m         Normal    Killing             pod/cpu-consumer-l4w5g                        Stopping container consumer\n27m         Normal    Scheduled           pod/cpu-consumer-r7wgr                        Successfully assigned boutique/cpu-consumer-r7wgr to worker-01\n27m         Normal    Pulled              pod/cpu-consumer-r7wgr                        Container image \"busybox:1.35\" already present on machine\n27m         Normal    Created             pod/cpu-consumer-r7wgr                        Created container consumer\n27m         Normal    Started             pod/cpu-consumer-r7wgr                        Started container consumer\n26m         Normal    Killing             pod/cpu-consumer-r7wgr                        Stopping container consumer\n27m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-l4w5g\n27m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-jvndr\n27m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-r7wgr\n27m         Normal    SuccessfulCreate    daemonset/cpu-consumer                        Created pod: cpu-consumer-cj5mh\n10m         Normal    Scheduled           pod/cpu-hog-7ls72                             Successfully assigned boutique/cpu-hog-7ls72 to worker-01\n10m         Normal    Pulled              pod/cpu-hog-7ls72                             Container image \"busybox:1.35\" already present on machine\n10m         Normal    Created             pod/cpu-hog-7ls72                             Created container cpu-hog\n10m         Normal    Started             pod/cpu-hog-7ls72                             Started container cpu-hog\n8m31s       Normal    Killing             pod/cpu-hog-7ls72                             Stopping container cpu-hog\n10m         Normal    Scheduled           pod/cpu-hog-9vb5z                             Successfully assigned boutique/cpu-hog-9vb5z to worker-03\n10m         Normal    Pulled              pod/cpu-hog-9vb5z                             Container image \"busybox:1.35\" already present on machine\n10m         Normal    Created             pod/cpu-hog-9vb5z                             Created container cpu-hog\n10m         Normal    Started             pod/cpu-hog-9vb5z                             Started container cpu-hog\n8m31s       Normal    Killing             pod/cpu-hog-9vb5z                             Stopping container cpu-hog\n10m         Normal    Scheduled           pod/cpu-hog-d947w                             Successfully assigned boutique/cpu-hog-d947w to master\n10m         Normal    Pulled              pod/cpu-hog-d947w                             Container image \"busybox:1.35\" already present on machine\n10m         Normal    Created             pod/cpu-hog-d947w                             Created container cpu-hog\n10m         Normal    Started             pod/cpu-hog-d947w                             Started container cpu-hog\n8m31s       Normal    Killing             pod/cpu-hog-d947w                             Stopping container cpu-hog\n10m         Normal    Scheduled           pod/cpu-hog-n6tzf                             Successfully assigned boutique/cpu-hog-n6tzf to worker-02\n10m         Normal    Pulled              pod/cpu-hog-n6tzf                             Container image \"busybox:1.35\" already present on machine\n10m         Normal    Created             pod/cpu-hog-n6tzf                             Created container cpu-hog\n10m         Normal    Started             pod/cpu-hog-n6tzf                             Started container cpu-hog\n8m31s       Normal    Killing             pod/cpu-hog-n6tzf                             Stopping container cpu-hog\n10m         Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-n6tzf\n10m         Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-9vb5z\n10m         Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-d947w\n10m         Normal    SuccessfulCreate    daemonset/cpu-hog                             Created pod: cpu-hog-7ls72\n27m         Normal    Scheduled           pod/currencyservice-75686c9564-5qr45          Successfully assigned boutique/currencyservice-75686c9564-5qr45 to worker-01\n28m         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\n28m         Normal    Created             pod/currencyservice-75686c9564-5qr45          Created container server\n28m         Normal    Started             pod/currencyservice-75686c9564-5qr45          Started container server\n26m         Normal    Killing             pod/currencyservice-75686c9564-5qr45          Stopping container server\n7m49s       Normal    Scheduled           pod/currencyservice-75686c9564-bpmwt          Successfully assigned boutique/currencyservice-75686c9564-bpmwt to worker-01\n7m50s       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\n7m50s       Normal    Created             pod/currencyservice-75686c9564-bpmwt          Created container server\n7m50s       Normal    Started             pod/currencyservice-75686c9564-bpmwt          Started container server\n6m14s       Normal    Killing             pod/currencyservice-75686c9564-bpmwt          Stopping container server\n60s         Normal    Scheduled           pod/currencyservice-75686c9564-btg9b          Successfully assigned boutique/currencyservice-75686c9564-btg9b to worker-01\n60s         Normal    Pulled              pod/currencyservice-75686c9564-btg9b          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n60s         Normal    Created             pod/currencyservice-75686c9564-btg9b          Created container server\n60s         Normal    Started             pod/currencyservice-75686c9564-btg9b          Started container server\n3m16s       Normal    Scheduled           pod/currencyservice-75686c9564-cjdbm          Successfully assigned boutique/currencyservice-75686c9564-cjdbm to worker-03\n3m16s       Normal    Pulled              pod/currencyservice-75686c9564-cjdbm          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-cjdbm          Created container server\n3m16s       Normal    Started             pod/currencyservice-75686c9564-cjdbm          Started container server\n103s        Normal    Killing             pod/currencyservice-75686c9564-cjdbm          Stopping container server\n40m         Normal    Killing             pod/currencyservice-75686c9564-dfrsp          Stopping container server\n12m         Normal    Scheduled           pod/currencyservice-75686c9564-dxnv8          Successfully assigned boutique/currencyservice-75686c9564-dxnv8 to worker-01\n12m         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\n12m         Normal    Created             pod/currencyservice-75686c9564-dxnv8          Created container server\n12m         Normal    Started             pod/currencyservice-75686c9564-dxnv8          Started container server\n10m         Normal    Killing             pod/currencyservice-75686c9564-dxnv8          Stopping container server\n13m         Normal    Scheduled           pod/currencyservice-75686c9564-lhlkp          Successfully assigned boutique/currencyservice-75686c9564-lhlkp to worker-01\n13m         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\n13m         Normal    Created             pod/currencyservice-75686c9564-lhlkp          Created container server\n13m         Normal    Started             pod/currencyservice-75686c9564-lhlkp          Started container server\n13m         Normal    Killing             pod/currencyservice-75686c9564-lhlkp          Stopping container server\n29m         Normal    Scheduled           pod/currencyservice-75686c9564-qmlrr          Successfully assigned boutique/currencyservice-75686c9564-qmlrr to worker-03\n29m         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\n29m         Normal    Created             pod/currencyservice-75686c9564-qmlrr          Created container server\n29m         Normal    Started             pod/currencyservice-75686c9564-qmlrr          Started container server\n28m         Normal    Killing             pod/currencyservice-75686c9564-qmlrr          Stopping container server\n26m         Normal    Scheduled           pod/currencyservice-75686c9564-rcqhz          Successfully assigned boutique/currencyservice-75686c9564-rcqhz to worker-01\n26m         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\n26m         Normal    Created             pod/currencyservice-75686c9564-rcqhz          Created container server\n26m         Normal    Started             pod/currencyservice-75686c9564-rcqhz          Started container server\n14m         Normal    Killing             pod/currencyservice-75686c9564-rcqhz          Stopping container server\n10m         Normal    Scheduled           pod/currencyservice-75686c9564-th7z7          Successfully assigned boutique/currencyservice-75686c9564-th7z7 to worker-03\n10m         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\n10m         Normal    Created             pod/currencyservice-75686c9564-th7z7          Created container server\n10m         Normal    Started             pod/currencyservice-75686c9564-th7z7          Started container server\n8m32s       Normal    Killing             pod/currencyservice-75686c9564-th7z7          Stopping container server\n5m32s       Normal    Scheduled           pod/currencyservice-75686c9564-xkft4          Successfully assigned boutique/currencyservice-75686c9564-xkft4 to worker-01\n5m32s       Normal    Pulled              pod/currencyservice-75686c9564-xkft4          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/currencyservice:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/currencyservice-75686c9564-xkft4          Created container server\n5m32s       Normal    Started             pod/currencyservice-75686c9564-xkft4          Started container server\n3m59s       Normal    Killing             pod/currencyservice-75686c9564-xkft4          Stopping container server\n29m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n29m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-qmlrr\n28m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n28m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-5qr45\n26m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n26m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-rcqhz\n13m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n13m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-lhlkp\n12m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n12m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-dxnv8\n10m         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n10m         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-th7z7\n7m50s       Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n7m50s       Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-bpmwt\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-xkft4\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-cjdbm\n61s         Warning   FailedCreate        replicaset/currencyservice-75686c9564         Error creating: pods \"currencyservice-75686c9564-\" is forbidden: error looking up service account boutique/currencyservice: serviceaccount \"currencyservice\" not found\n61s         Normal    SuccessfulCreate    replicaset/currencyservice-75686c9564         Created pod: currencyservice-75686c9564-btg9b\n29m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n28m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n26m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n13m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n12m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n10m         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n7m50s       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\n61s         Normal    ScalingReplicaSet   deployment/currencyservice                    Scaled up replica set currencyservice-75686c9564 to 1\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n28m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n28m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n28m         Normal    Created             pod/debug-connect                             Created container debug-connect\n28m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n26m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n26m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n26m         Normal    Created             pod/debug-connect                             Created container debug-connect\n26m         Normal    Started             pod/debug-connect                             Started container debug-connect\n25m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n25m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n25m         Normal    Created             pod/debug-connect                             Created container debug-connect\n25m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n25m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n25m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n24m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n24m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n24m         Normal    Created             pod/debug-connect                             Created container debug-connect\n24m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n11m         Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n11m         Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n11m         Normal    Created             pod/debug-connect                             Created container debug-connect\n11m         Normal    Started             pod/debug-connect                             Started container debug-connect\n9m5s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n9m6s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n9m6s        Normal    Created             pod/debug-connect                             Created container debug-connect\n9m6s        Normal    Started             pod/debug-connect                             Started container debug-connect\n9m3s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n9m3s        Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n9m3s        Normal    Created             pod/debug-connect                             Created container debug-connect\n9m3s        Normal    Started             pod/debug-connect                             Started container debug-connect\n9m          Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n9m          Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n9m          Normal    Created             pod/debug-connect                             Created container debug-connect\n9m          Normal    Started             pod/debug-connect                             Started container debug-connect\n8m58s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m58s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m58s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m58s       Normal    Started             pod/debug-connect                             Started container debug-connect\n8m56s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m56s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m56s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m56s       Normal    Started             pod/debug-connect                             Started container debug-connect\n8m54s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m54s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m54s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m54s       Normal    Started             pod/debug-connect                             Started container debug-connect\n8m52s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m52s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m52s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m52s       Normal    Started             pod/debug-connect                             Started container debug-connect\n8m50s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m50s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m50s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m50s       Normal    Started             pod/debug-connect                             Started container debug-connect\n8m48s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m48s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m48s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m48s       Normal    Started             pod/debug-connect                             Started container debug-connect\n8m46s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m46s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m46s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m46s       Normal    Started             pod/debug-connect                             Started container debug-connect\n8m44s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-02\n8m44s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n8m44s       Normal    Created             pod/debug-connect                             Created container debug-connect\n8m44s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m50s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n6m50s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m50s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m50s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m48s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n6m48s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m48s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m48s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m44s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n6m45s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m45s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m45s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m42s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n6m42s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m42s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m42s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m39s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n6m40s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m40s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m40s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m37s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n6m38s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m38s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m38s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m35s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n6m36s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m36s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m36s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m33s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n6m33s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m33s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m33s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m31s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n6m31s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m31s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m31s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m29s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n6m29s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m29s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m29s       Normal    Started             pod/debug-connect                             Started container debug-connect\n6m26s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n6m27s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n6m27s       Normal    Created             pod/debug-connect                             Created container debug-connect\n6m27s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m32s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n4m32s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m32s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m32s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m29s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\n4m29s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n4m29s       Normal    Created             pod/debug-connect                             Created container debug-connect\n4m29s       Normal    Started             pod/debug-connect                             Started container debug-connect\n4m27s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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-01\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\n4m22s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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\n4m20s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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\n4m18s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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\n4m16s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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\n4m14s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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\n4m12s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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\n4m10s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-01\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\n2m16s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n2m16s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m16s       Normal    Created             pod/debug-connect                             Created container debug-connect\n2m16s       Normal    Started             pod/debug-connect                             Started container debug-connect\n2m13s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n2m13s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m13s       Normal    Created             pod/debug-connect                             Created container debug-connect\n2m13s       Normal    Started             pod/debug-connect                             Started container debug-connect\n2m11s       Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\n2m11s       Normal    Pulled              pod/debug-connect                             Container image \"busybox:1.35\" already present on machine\n2m11s       Normal    Created             pod/debug-connect                             Created container debug-connect\n2m11s       Normal    Started             pod/debug-connect                             Started container debug-connect\n2m9s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\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\n2m7s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\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\n2m5s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\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\n2m3s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\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\n2m1s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\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-03\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\n117s        Normal    Scheduled           pod/debug-connect                             Successfully assigned boutique/debug-connect to worker-03\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-03\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\n52m         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.\n52m         Normal    Scheduled           pod/emailservice-6cc965cc46-zpqrr             Successfully assigned boutique/emailservice-6cc965cc46-zpqrr to worker-02\n52m         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\n52m         Normal    Created             pod/emailservice-6cc965cc46-zpqrr             Created container server\n52m         Normal    Started             pod/emailservice-6cc965cc46-zpqrr             Started container server\n40m         Normal    Killing             pod/emailservice-6cc965cc46-zpqrr             Stopping container server\n10m         Normal    Scheduled           pod/emailservice-b78fc569b-4tvv5              Successfully assigned boutique/emailservice-b78fc569b-4tvv5 to worker-01\n10m         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\n10m         Normal    Created             pod/emailservice-b78fc569b-4tvv5              Created container server\n10m         Normal    Started             pod/emailservice-b78fc569b-4tvv5              Started container server\n8m32s       Normal    Killing             pod/emailservice-b78fc569b-4tvv5              Stopping container server\n7m49s       Normal    Scheduled           pod/emailservice-b78fc569b-ck29j              Successfully assigned boutique/emailservice-b78fc569b-ck29j to worker-01\n7m50s       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\n7m50s       Normal    Created             pod/emailservice-b78fc569b-ck29j              Created container server\n7m50s       Normal    Started             pod/emailservice-b78fc569b-ck29j              Started container server\n6m14s       Normal    Killing             pod/emailservice-b78fc569b-ck29j              Stopping container server\n12m         Normal    Scheduled           pod/emailservice-b78fc569b-ctc6c              Successfully assigned boutique/emailservice-b78fc569b-ctc6c to worker-01\n12m         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\n12m         Normal    Created             pod/emailservice-b78fc569b-ctc6c              Created container server\n12m         Normal    Started             pod/emailservice-b78fc569b-ctc6c              Started container server\n10m         Normal    Killing             pod/emailservice-b78fc569b-ctc6c              Stopping container server\n13m         Normal    Scheduled           pod/emailservice-b78fc569b-ffdfh              Successfully assigned boutique/emailservice-b78fc569b-ffdfh to worker-01\n13m         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\n13m         Normal    Created             pod/emailservice-b78fc569b-ffdfh              Created container server\n13m         Normal    Started             pod/emailservice-b78fc569b-ffdfh              Started container server\n13m         Normal    Killing             pod/emailservice-b78fc569b-ffdfh              Stopping container server\n26m         Normal    Scheduled           pod/emailservice-b78fc569b-fpp7p              Successfully assigned boutique/emailservice-b78fc569b-fpp7p to worker-01\n26m         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\n26m         Normal    Created             pod/emailservice-b78fc569b-fpp7p              Created container server\n26m         Normal    Started             pod/emailservice-b78fc569b-fpp7p              Started container server\n14m         Normal    Killing             pod/emailservice-b78fc569b-fpp7p              Stopping container server\n3m16s       Normal    Scheduled           pod/emailservice-b78fc569b-mz8vb              Successfully assigned boutique/emailservice-b78fc569b-mz8vb to worker-03\n3m16s       Normal    Pulled              pod/emailservice-b78fc569b-mz8vb              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-mz8vb              Created container server\n3m16s       Normal    Started             pod/emailservice-b78fc569b-mz8vb              Started container server\n103s        Normal    Killing             pod/emailservice-b78fc569b-mz8vb              Stopping container server\n59s         Normal    Scheduled           pod/emailservice-b78fc569b-pdg77              Successfully assigned boutique/emailservice-b78fc569b-pdg77 to worker-01\n60s         Normal    Pulled              pod/emailservice-b78fc569b-pdg77              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n60s         Normal    Created             pod/emailservice-b78fc569b-pdg77              Created container server\n60s         Normal    Started             pod/emailservice-b78fc569b-pdg77              Started container server\n29m         Normal    Scheduled           pod/emailservice-b78fc569b-tv8f4              Successfully assigned boutique/emailservice-b78fc569b-tv8f4 to worker-03\n29m         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\n29m         Normal    Created             pod/emailservice-b78fc569b-tv8f4              Created container server\n29m         Normal    Started             pod/emailservice-b78fc569b-tv8f4              Started container server\n28m         Normal    Killing             pod/emailservice-b78fc569b-tv8f4              Stopping container server\n5m31s       Normal    Scheduled           pod/emailservice-b78fc569b-vbr4m              Successfully assigned boutique/emailservice-b78fc569b-vbr4m to worker-01\n5m32s       Normal    Pulled              pod/emailservice-b78fc569b-vbr4m              Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/emailservice:v0.10.3\" already present on machine\n5m32s       Normal    Created             pod/emailservice-b78fc569b-vbr4m              Created container server\n5m32s       Normal    Started             pod/emailservice-b78fc569b-vbr4m              Started container server\n3m59s       Normal    Killing             pod/emailservice-b78fc569b-vbr4m              Stopping container server\n27m         Normal    Scheduled           pod/emailservice-b78fc569b-zgt69              Successfully assigned boutique/emailservice-b78fc569b-zgt69 to worker-01\n28m         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\n28m         Normal    Created             pod/emailservice-b78fc569b-zgt69              Created container server\n27m         Normal    Started             pod/emailservice-b78fc569b-zgt69              Started container server\n26m         Normal    Killing             pod/emailservice-b78fc569b-zgt69              Stopping container server\n29m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n29m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-tv8f4\n28m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n28m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-zgt69\n26m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n26m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-fpp7p\n13m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n13m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-ffdfh\n12m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n12m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-ctc6c\n10m         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n10m         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-4tvv5\n7m50s       Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n7m50s       Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-ck29j\n5m32s       Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-vbr4m\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-mz8vb\n60s         Warning   FailedCreate        replicaset/emailservice-b78fc569b             Error creating: pods \"emailservice-b78fc569b-\" is forbidden: error looking up service account boutique/emailservice: serviceaccount \"emailservice\" not found\n60s         Normal    SuccessfulCreate    replicaset/emailservice-b78fc569b             Created pod: emailservice-b78fc569b-pdg77\n29m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n28m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n26m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n13m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n12m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n10m         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n7m50s       Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n5m32s       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\n60s         Normal    ScalingReplicaSet   deployment/emailservice                       Scaled up replica set emailservice-b78fc569b to 1\n12m         Normal    Scheduled           pod/frontend-6778bd7b8b-2znwn                 Successfully assigned boutique/frontend-6778bd7b8b-2znwn to worker-03\n12m         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\n12m         Normal    Created             pod/frontend-6778bd7b8b-2znwn                 Created container server\n12m         Normal    Started             pod/frontend-6778bd7b8b-2znwn                 Started container server\n10m         Normal    Killing             pod/frontend-6778bd7b8b-2znwn                 Stopping container server\n26m         Normal    Scheduled           pod/frontend-6778bd7b8b-6rp94                 Successfully assigned boutique/frontend-6778bd7b8b-6rp94 to worker-01\n26m         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\n26m         Normal    Created             pod/frontend-6778bd7b8b-6rp94                 Created container server\n26m         Normal    Started             pod/frontend-6778bd7b8b-6rp94                 Started container server\n14m         Normal    Killing             pod/frontend-6778bd7b8b-6rp94                 Stopping container server\n27m         Normal    Scheduled           pod/frontend-6778bd7b8b-8vdjg                 Successfully assigned boutique/frontend-6778bd7b8b-8vdjg to worker-01\n27m         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\n27m         Normal    Created             pod/frontend-6778bd7b8b-8vdjg                 Created container server\n27m         Normal    Started             pod/frontend-6778bd7b8b-8vdjg                 Started container server\n26m         Normal    Killing             pod/frontend-6778bd7b8b-8vdjg                 Stopping container server\n13m         Normal    Scheduled           pod/frontend-6778bd7b8b-9sk7g                 Successfully assigned boutique/frontend-6778bd7b8b-9sk7g to worker-03\n13m         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\n13m         Normal    Created             pod/frontend-6778bd7b8b-9sk7g                 Created container server\n13m         Normal    Started             pod/frontend-6778bd7b8b-9sk7g                 Started container server\n13m         Normal    Killing             pod/frontend-6778bd7b8b-9sk7g                 Stopping container server\n59s         Normal    Scheduled           pod/frontend-6778bd7b8b-f5b82                 Successfully assigned boutique/frontend-6778bd7b8b-f5b82 to worker-03\n60s         Normal    Pulled              pod/frontend-6778bd7b8b-f5b82                 Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/frontend:v0.10.3\" already present on machine\n60s         Normal    Created             pod/frontend-6778bd7b8b-f5b82                 Created container server\n59s         Normal    Started             pod/frontend-6778bd7b8b-f5b82                 Started container server\n29m         Normal    Scheduled           pod/frontend-6778bd7b8b-hqd2w                 Successfully assigned boutique/frontend-6778bd7b8b-hqd2w to worker-03\n29m         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\n29m         Normal    Created             pod/frontend-6778bd7b8b-hqd2w                 Created container server\n29m         Normal    Started             pod/frontend-6778bd7b8b-hqd2w                 Started container server\n28m         Normal    Killing             pod/frontend-6778bd7b8b-hqd2w                 Stopping container server\n40m         Normal    Killing             pod/frontend-6778bd7b8b-nwgn9                 Stopping container server\n10m         Normal    Scheduled           pod/frontend-6778bd7b8b-qn57b                 Successfully assigned boutique/frontend-6778bd7b8b-qn57b to worker-03\n10m         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\n10m         Normal    Created             pod/frontend-6778bd7b8b-qn57b                 Created container server\n10m         Normal    Started             pod/frontend-6778bd7b8b-qn57b                 Started container server\n8m32s       Normal    Killing             pod/frontend-6778bd7b8b-qn57b                 Stopping container server\n7m49s       Normal    Scheduled           pod/frontend-6778bd7b8b-s9mpz                 Successfully assigned boutique/frontend-6778bd7b8b-s9mpz to worker-03\n7m49s       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\n7m49s       Normal    Created             pod/frontend-6778bd7b8b-s9mpz                 Created container server\n7m49s       Normal    Started             pod/frontend-6778bd7b8b-s9mpz                 Started container server\n6m14s       Normal    Killing             pod/frontend-6778bd7b8b-s9mpz                 Stopping container server\n5m31s       Normal    Scheduled           pod/frontend-6778bd7b8b-wz7lq                 Successfully assigned boutique/frontend-6778bd7b8b-wz7lq to worker-01\n5m32s       Normal    Pulled              pod/frontend-6778bd7b8b-wz7lq                 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-wz7lq                 Created container server\n5m31s       Normal    Started             pod/frontend-6778bd7b8b-wz7lq                 Started container server\n3m59s       Normal    Killing             pod/frontend-6778bd7b8b-wz7lq                 Stopping container server\n3m16s       Normal    Scheduled           pod/frontend-6778bd7b8b-x4jbm                 Successfully assigned boutique/frontend-6778bd7b8b-x4jbm to worker-01\n3m16s       Normal    Pulled              pod/frontend-6778bd7b8b-x4jbm                 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-x4jbm                 Created container server\n3m16s       Normal    Started             pod/frontend-6778bd7b8b-x4jbm                 Started container server\n103s        Normal    Killing             pod/frontend-6778bd7b8b-x4jbm                 Stopping container server\n29m         Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n29m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-hqd2w\n28m         Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n28m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-8vdjg\n26m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-6rp94\n13m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-9sk7g\n12m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-2znwn\n10m         Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n10m         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-qn57b\n7m50s       Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n7m50s       Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-s9mpz\n5m32s       Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-wz7lq\n3m17s       Warning   FailedCreate        replicaset/frontend-6778bd7b8b                Error creating: pods \"frontend-6778bd7b8b-\" is forbidden: error looking up service account boutique/frontend: serviceaccount \"frontend\" not found\n3m17s       Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-x4jbm\n60s         Normal    SuccessfulCreate    replicaset/frontend-6778bd7b8b                Created pod: frontend-6778bd7b8b-f5b82\n29m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n28m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n26m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n13m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n12m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n10m         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n7m50s       Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n5m32s       Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n3m17s       Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n60s         Normal    ScalingReplicaSet   deployment/frontend                           Scaled up replica set frontend-6778bd7b8b to 1\n12m         Normal    Scheduled           pod/paymentservice-78c5996648-42l4h           Successfully assigned boutique/paymentservice-78c5996648-42l4h to worker-03\n12m         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\n12m         Normal    Created             pod/paymentservice-78c5996648-42l4h           Created container server\n12m         Normal    Started             pod/paymentservice-78c5996648-42l4h           Started container server\n10m         Normal    Killing             pod/paymentservice-78c5996648-42l4h           Stopping container server\n59s         Normal    Scheduled           pod/paymentservice-78c5996648-6c99x           Successfully assigned boutique/paymentservice-78c5996648-6c99x to worker-01\n59s         Normal    Pulled              pod/paymentservice-78c5996648-6c99x           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/paymentservice-78c5996648-6c99x           Created container server\n59s         Normal    Started             pod/paymentservice-78c5996648-6c99x           Started container server\n3m15s       Normal    Scheduled           pod/paymentservice-78c5996648-6l7gz           Successfully assigned boutique/paymentservice-78c5996648-6l7gz to worker-01\n3m16s       Normal    Pulled              pod/paymentservice-78c5996648-6l7gz           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-6l7gz           Created container server\n3m16s       Normal    Started             pod/paymentservice-78c5996648-6l7gz           Started container server\n103s        Normal    Killing             pod/paymentservice-78c5996648-6l7gz           Stopping container server\n29m         Normal    Scheduled           pod/paymentservice-78c5996648-6xxp7           Successfully assigned boutique/paymentservice-78c5996648-6xxp7 to worker-01\n29m         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\n29m         Normal    Created             pod/paymentservice-78c5996648-6xxp7           Created container server\n29m         Normal    Started             pod/paymentservice-78c5996648-6xxp7           Started container server\n28m         Normal    Killing             pod/paymentservice-78c5996648-6xxp7           Stopping container server\n5m31s       Normal    Scheduled           pod/paymentservice-78c5996648-869xk           Successfully assigned boutique/paymentservice-78c5996648-869xk to worker-03\n5m31s       Normal    Pulled              pod/paymentservice-78c5996648-869xk           Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/paymentservice:v0.10.3\" already present on machine\n5m31s       Normal    Created             pod/paymentservice-78c5996648-869xk           Created container server\n5m31s       Normal    Started             pod/paymentservice-78c5996648-869xk           Started container server\n3m59s       Normal    Killing             pod/paymentservice-78c5996648-869xk           Stopping container server\n27m         Normal    Scheduled           pod/paymentservice-78c5996648-gd5nj           Successfully assigned boutique/paymentservice-78c5996648-gd5nj to worker-03\n27m         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\n27m         Normal    Created             pod/paymentservice-78c5996648-gd5nj           Created container server\n27m         Normal    Started             pod/paymentservice-78c5996648-gd5nj           Started container server\n26m         Normal    Killing             pod/paymentservice-78c5996648-gd5nj           Stopping container server\n7m49s       Normal    Scheduled           pod/paymentservice-78c5996648-svlnl           Successfully assigned boutique/paymentservice-78c5996648-svlnl to worker-03\n7m49s       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\n7m49s       Normal    Created             pod/paymentservice-78c5996648-svlnl           Created container server\n7m49s       Normal    Started             pod/paymentservice-78c5996648-svlnl           Started container server\n6m14s       Normal    Killing             pod/paymentservice-78c5996648-svlnl           Stopping container server\n10m         Normal    Scheduled           pod/paymentservice-78c5996648-tdx9b           Successfully assigned boutique/paymentservice-78c5996648-tdx9b to worker-03\n10m         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\n10m         Normal    Created             pod/paymentservice-78c5996648-tdx9b           Created container server\n10m         Normal    Started             pod/paymentservice-78c5996648-tdx9b           Started container server\n8m32s       Normal    Killing             pod/paymentservice-78c5996648-tdx9b           Stopping container server\n40m         Normal    Killing             pod/paymentservice-78c5996648-tjf9x           Stopping container server\n26m         Normal    Scheduled           pod/paymentservice-78c5996648-vtf4d           Successfully assigned boutique/paymentservice-78c5996648-vtf4d to worker-02\n26m         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\n26m         Normal    Created             pod/paymentservice-78c5996648-vtf4d           Created container server\n26m         Normal    Started             pod/paymentservice-78c5996648-vtf4d           Started container server\n14m         Normal    Killing             pod/paymentservice-78c5996648-vtf4d           Stopping container server\n13m         Normal    Scheduled           pod/paymentservice-78c5996648-zml7f           Successfully assigned boutique/paymentservice-78c5996648-zml7f to worker-01\n13m         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\n13m         Normal    Created             pod/paymentservice-78c5996648-zml7f           Created container server\n13m         Normal    Started             pod/paymentservice-78c5996648-zml7f           Started container server\n13m         Normal    Killing             pod/paymentservice-78c5996648-zml7f           Stopping container server\n29m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-6xxp7\n28m         Warning   FailedCreate        replicaset/paymentservice-78c5996648          Error creating: pods \"paymentservice-78c5996648-\" is forbidden: error looking up service account boutique/paymentservice: serviceaccount \"paymentservice\" not found\n28m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-gd5nj\n26m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-vtf4d\n13m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-zml7f\n12m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-42l4h\n10m         Warning   FailedCreate        replicaset/paymentservice-78c5996648          Error creating: pods \"paymentservice-78c5996648-\" is forbidden: error looking up service account boutique/paymentservice: serviceaccount \"paymentservice\" not found\n10m         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-tdx9b\n7m50s       Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-svlnl\n5m32s       Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-869xk\n3m16s       Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-6l7gz\n60s         Normal    SuccessfulCreate    replicaset/paymentservice-78c5996648          Created pod: paymentservice-78c5996648-6c99x\n29m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n28m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n26m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n13m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n12m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n10m         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n7m50s       Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n5m32s       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\n60s         Normal    ScalingReplicaSet   deployment/paymentservice                     Scaled up replica set paymentservice-78c5996648 to 1\n5m31s       Normal    Scheduled           pod/productcatalogservice-ddb46fc86-52hkr     Successfully assigned boutique/productcatalogservice-ddb46fc86-52hkr to worker-03\n5m31s       Normal    Pulled              pod/productcatalogservice-ddb46fc86-52hkr     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n5m31s       Normal    Created             pod/productcatalogservice-ddb46fc86-52hkr     Created container server\n5m31s       Normal    Started             pod/productcatalogservice-ddb46fc86-52hkr     Started container server\n3m59s       Normal    Killing             pod/productcatalogservice-ddb46fc86-52hkr     Stopping container server\n3m15s       Normal    Scheduled           pod/productcatalogservice-ddb46fc86-6ftjv     Successfully assigned boutique/productcatalogservice-ddb46fc86-6ftjv to worker-03\n3m16s       Normal    Pulled              pod/productcatalogservice-ddb46fc86-6ftjv     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n3m16s       Normal    Created             pod/productcatalogservice-ddb46fc86-6ftjv     Created container server\n3m15s       Normal    Started             pod/productcatalogservice-ddb46fc86-6ftjv     Started container server\n103s        Normal    Killing             pod/productcatalogservice-ddb46fc86-6ftjv     Stopping container server\n13m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-6zpjb     Successfully assigned boutique/productcatalogservice-ddb46fc86-6zpjb to worker-03\n13m         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\n13m         Normal    Created             pod/productcatalogservice-ddb46fc86-6zpjb     Created container server\n13m         Normal    Started             pod/productcatalogservice-ddb46fc86-6zpjb     Started container server\n13m         Normal    Killing             pod/productcatalogservice-ddb46fc86-6zpjb     Stopping container server\n12m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-7t6dv     Successfully assigned boutique/productcatalogservice-ddb46fc86-7t6dv to worker-01\n12m         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\n12m         Normal    Created             pod/productcatalogservice-ddb46fc86-7t6dv     Created container server\n12m         Normal    Started             pod/productcatalogservice-ddb46fc86-7t6dv     Started container server\n10m         Normal    Killing             pod/productcatalogservice-ddb46fc86-7t6dv     Stopping container server\n10m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-9nrz2     Successfully assigned boutique/productcatalogservice-ddb46fc86-9nrz2 to worker-01\n10m         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\n10m         Normal    Created             pod/productcatalogservice-ddb46fc86-9nrz2     Created container server\n10m         Normal    Started             pod/productcatalogservice-ddb46fc86-9nrz2     Started container server\n8m32s       Normal    Killing             pod/productcatalogservice-ddb46fc86-9nrz2     Stopping container server\n29m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-gk6ck     Successfully assigned boutique/productcatalogservice-ddb46fc86-gk6ck to worker-01\n29m         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\n29m         Normal    Created             pod/productcatalogservice-ddb46fc86-gk6ck     Created container server\n29m         Normal    Started             pod/productcatalogservice-ddb46fc86-gk6ck     Started container server\n28m         Normal    Killing             pod/productcatalogservice-ddb46fc86-gk6ck     Stopping container server\n26m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-glgt4     Successfully assigned boutique/productcatalogservice-ddb46fc86-glgt4 to worker-03\n26m         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\n26m         Normal    Created             pod/productcatalogservice-ddb46fc86-glgt4     Created container server\n26m         Normal    Started             pod/productcatalogservice-ddb46fc86-glgt4     Started container server\n14m         Normal    Killing             pod/productcatalogservice-ddb46fc86-glgt4     Stopping container server\n27m         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-hr7nl     Successfully assigned boutique/productcatalogservice-ddb46fc86-hr7nl to worker-03\n27m         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\n27m         Normal    Created             pod/productcatalogservice-ddb46fc86-hr7nl     Created container server\n27m         Normal    Started             pod/productcatalogservice-ddb46fc86-hr7nl     Started container server\n26m         Normal    Killing             pod/productcatalogservice-ddb46fc86-hr7nl     Stopping container server\n59s         Normal    Scheduled           pod/productcatalogservice-ddb46fc86-nrp9c     Successfully assigned boutique/productcatalogservice-ddb46fc86-nrp9c to worker-03\n59s         Normal    Pulled              pod/productcatalogservice-ddb46fc86-nrp9c     Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/productcatalogservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/productcatalogservice-ddb46fc86-nrp9c     Created container server\n59s         Normal    Started             pod/productcatalogservice-ddb46fc86-nrp9c     Started container server\n40m         Normal    Killing             pod/productcatalogservice-ddb46fc86-p86wh     Stopping container server\n7m49s       Normal    Scheduled           pod/productcatalogservice-ddb46fc86-r8zng     Successfully assigned boutique/productcatalogservice-ddb46fc86-r8zng to worker-01\n7m49s       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\n7m49s       Normal    Created             pod/productcatalogservice-ddb46fc86-r8zng     Created container server\n7m49s       Normal    Started             pod/productcatalogservice-ddb46fc86-r8zng     Started container server\n6m14s       Normal    Killing             pod/productcatalogservice-ddb46fc86-r8zng     Stopping container server\n29m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-gk6ck\n27m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-hr7nl\n26m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-glgt4\n13m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-6zpjb\n12m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-7t6dv\n10m         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-9nrz2\n7m49s       Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-r8zng\n5m32s       Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-52hkr\n3m16s       Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-6ftjv\n60s         Normal    SuccessfulCreate    replicaset/productcatalogservice-ddb46fc86    Created pod: productcatalogservice-ddb46fc86-nrp9c\n29m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n28m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n26m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n13m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n12m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n10m         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n7m50s       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\n60s         Normal    ScalingReplicaSet   deployment/productcatalogservice              Scaled up replica set productcatalogservice-ddb46fc86 to 1\n3m15s       Normal    Scheduled           pod/recommendationservice-7df9c5b676-57r54    Successfully assigned boutique/recommendationservice-7df9c5b676-57r54 to worker-03\n3m15s       Normal    Pulled              pod/recommendationservice-7df9c5b676-57r54    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-57r54    Created container server\n3m15s       Normal    Started             pod/recommendationservice-7df9c5b676-57r54    Started container server\n103s        Normal    Killing             pod/recommendationservice-7df9c5b676-57r54    Stopping container server\n27m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-8fsbm    Successfully assigned boutique/recommendationservice-7df9c5b676-8fsbm to worker-01\n27m         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\n27m         Normal    Created             pod/recommendationservice-7df9c5b676-8fsbm    Created container server\n27m         Normal    Started             pod/recommendationservice-7df9c5b676-8fsbm    Started container server\n26m         Normal    Killing             pod/recommendationservice-7df9c5b676-8fsbm    Stopping container server\n7m48s       Normal    Scheduled           pod/recommendationservice-7df9c5b676-8rcbz    Successfully assigned boutique/recommendationservice-7df9c5b676-8rcbz to worker-01\n7m49s       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\n7m49s       Normal    Created             pod/recommendationservice-7df9c5b676-8rcbz    Created container server\n7m49s       Normal    Started             pod/recommendationservice-7df9c5b676-8rcbz    Started container server\n6m14s       Normal    Killing             pod/recommendationservice-7df9c5b676-8rcbz    Stopping container server\n10m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-crcv9    Successfully assigned boutique/recommendationservice-7df9c5b676-crcv9 to worker-03\n10m         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\n10m         Normal    Created             pod/recommendationservice-7df9c5b676-crcv9    Created container server\n10m         Normal    Started             pod/recommendationservice-7df9c5b676-crcv9    Started container server\n8m32s       Normal    Killing             pod/recommendationservice-7df9c5b676-crcv9    Stopping container server\n58s         Normal    Scheduled           pod/recommendationservice-7df9c5b676-dht7b    Successfully assigned boutique/recommendationservice-7df9c5b676-dht7b to worker-03\n59s         Normal    Pulled              pod/recommendationservice-7df9c5b676-dht7b    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n59s         Normal    Created             pod/recommendationservice-7df9c5b676-dht7b    Created container server\n59s         Normal    Started             pod/recommendationservice-7df9c5b676-dht7b    Started container server\n40m         Normal    Killing             pod/recommendationservice-7df9c5b676-fztxk    Stopping container server\n13m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-g42wg    Successfully assigned boutique/recommendationservice-7df9c5b676-g42wg to worker-01\n13m         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\n13m         Normal    Created             pod/recommendationservice-7df9c5b676-g42wg    Created container server\n13m         Normal    Started             pod/recommendationservice-7df9c5b676-g42wg    Started container server\n13m         Normal    Killing             pod/recommendationservice-7df9c5b676-g42wg    Stopping container server\n26m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-k66cl    Successfully assigned boutique/recommendationservice-7df9c5b676-k66cl to worker-01\n26m         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\n26m         Normal    Created             pod/recommendationservice-7df9c5b676-k66cl    Created container server\n26m         Normal    Started             pod/recommendationservice-7df9c5b676-k66cl    Started container server\n14m         Normal    Killing             pod/recommendationservice-7df9c5b676-k66cl    Stopping container server\n29m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-l6dm2    Successfully assigned boutique/recommendationservice-7df9c5b676-l6dm2 to worker-01\n29m         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\n29m         Normal    Created             pod/recommendationservice-7df9c5b676-l6dm2    Created container server\n29m         Normal    Started             pod/recommendationservice-7df9c5b676-l6dm2    Started container server\n28m         Normal    Killing             pod/recommendationservice-7df9c5b676-l6dm2    Stopping container server\n12m         Normal    Scheduled           pod/recommendationservice-7df9c5b676-qngh4    Successfully assigned boutique/recommendationservice-7df9c5b676-qngh4 to worker-03\n12m         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\n12m         Normal    Created             pod/recommendationservice-7df9c5b676-qngh4    Created container server\n12m         Normal    Started             pod/recommendationservice-7df9c5b676-qngh4    Started container server\n10m         Normal    Killing             pod/recommendationservice-7df9c5b676-qngh4    Stopping container server\n5m30s       Normal    Scheduled           pod/recommendationservice-7df9c5b676-snk4j    Successfully assigned boutique/recommendationservice-7df9c5b676-snk4j to worker-01\n5m31s       Normal    Pulled              pod/recommendationservice-7df9c5b676-snk4j    Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/recommendationservice:v0.10.3\" already present on machine\n5m31s       Normal    Created             pod/recommendationservice-7df9c5b676-snk4j    Created container server\n5m31s       Normal    Started             pod/recommendationservice-7df9c5b676-snk4j    Started container server\n3m59s       Normal    Killing             pod/recommendationservice-7df9c5b676-snk4j    Stopping container server\n29m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-l6dm2\n27m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-8fsbm\n26m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-k66cl\n13m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-g42wg\n12m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-qngh4\n10m         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-crcv9\n7m49s       Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-8rcbz\n5m31s       Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-snk4j\n3m16s       Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-57r54\n59s         Normal    SuccessfulCreate    replicaset/recommendationservice-7df9c5b676   Created pod: recommendationservice-7df9c5b676-dht7b\n29m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n27m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n26m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n13m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n12m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n10m         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n7m49s       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\n60s         Normal    ScalingReplicaSet   deployment/recommendationservice              Scaled up replica set recommendationservice-7df9c5b676 to 1\n10m         Normal    Scheduled           pod/redis-cart-68db7b6f97-259rf               Successfully assigned boutique/redis-cart-68db7b6f97-259rf to worker-01\n10m         Normal    Pulled              pod/redis-cart-68db7b6f97-259rf               Container image \"redis:alpine\" already present on machine\n10m         Normal    Created             pod/redis-cart-68db7b6f97-259rf               Created container redis\n10m         Normal    Started             pod/redis-cart-68db7b6f97-259rf               Started container redis\n8m32s       Normal    Killing             pod/redis-cart-68db7b6f97-259rf               Stopping container redis\n13m         Normal    Scheduled           pod/redis-cart-68db7b6f97-5h2g5               Successfully assigned boutique/redis-cart-68db7b6f97-5h2g5 to worker-01\n13m         Normal    Pulled              pod/redis-cart-68db7b6f97-5h2g5               Container image \"redis:alpine\" already present on machine\n13m         Normal    Created             pod/redis-cart-68db7b6f97-5h2g5               Created container redis\n13m         Normal    Started             pod/redis-cart-68db7b6f97-5h2g5               Started container redis\n13m         Normal    Killing             pod/redis-cart-68db7b6f97-5h2g5               Stopping container redis\n40m         Normal    Killing             pod/redis-cart-68db7b6f97-7qx9l               Stopping container redis\n12m         Normal    Scheduled           pod/redis-cart-68db7b6f97-8wl9d               Successfully assigned boutique/redis-cart-68db7b6f97-8wl9d to worker-01\n12m         Normal    Pulled              pod/redis-cart-68db7b6f97-8wl9d               Container image \"redis:alpine\" already present on machine\n12m         Normal    Created             pod/redis-cart-68db7b6f97-8wl9d               Created container redis\n12m         Normal    Started             pod/redis-cart-68db7b6f97-8wl9d               Started container redis\n10m         Normal    Killing             pod/redis-cart-68db7b6f97-8wl9d               Stopping container redis\n58s         Normal    Scheduled           pod/redis-cart-68db7b6f97-b7tmn               Successfully assigned boutique/redis-cart-68db7b6f97-b7tmn to worker-01\n59s         Normal    Pulled              pod/redis-cart-68db7b6f97-b7tmn               Container image \"redis:alpine\" already present on machine\n59s         Normal    Created             pod/redis-cart-68db7b6f97-b7tmn               Created container redis\n59s         Normal    Started             pod/redis-cart-68db7b6f97-b7tmn               Started container redis\n29m         Normal    Scheduled           pod/redis-cart-68db7b6f97-f8v8c               Successfully assigned boutique/redis-cart-68db7b6f97-f8v8c to worker-03\n29m         Normal    Pulled              pod/redis-cart-68db7b6f97-f8v8c               Container image \"redis:alpine\" already present on machine\n29m         Normal    Created             pod/redis-cart-68db7b6f97-f8v8c               Created container redis\n29m         Normal    Started             pod/redis-cart-68db7b6f97-f8v8c               Started container redis\n28m         Normal    Killing             pod/redis-cart-68db7b6f97-f8v8c               Stopping container redis\n5m30s       Normal    Scheduled           pod/redis-cart-68db7b6f97-h4ght               Successfully assigned boutique/redis-cart-68db7b6f97-h4ght to worker-03\n5m31s       Normal    Pulled              pod/redis-cart-68db7b6f97-h4ght               Container image \"redis:alpine\" already present on machine\n5m31s       Normal    Created             pod/redis-cart-68db7b6f97-h4ght               Created container redis\n5m30s       Normal    Started             pod/redis-cart-68db7b6f97-h4ght               Started container redis\n3m58s       Normal    Killing             pod/redis-cart-68db7b6f97-h4ght               Stopping container redis\n26m         Normal    Scheduled           pod/redis-cart-68db7b6f97-l59zz               Successfully assigned boutique/redis-cart-68db7b6f97-l59zz to worker-03\n26m         Normal    Pulled              pod/redis-cart-68db7b6f97-l59zz               Container image \"redis:alpine\" already present on machine\n26m         Normal    Created             pod/redis-cart-68db7b6f97-l59zz               Created container redis\n26m         Normal    Started             pod/redis-cart-68db7b6f97-l59zz               Started container redis\n14m         Normal    Killing             pod/redis-cart-68db7b6f97-l59zz               Stopping container redis\n7m48s       Normal    Scheduled           pod/redis-cart-68db7b6f97-m5llh               Successfully assigned boutique/redis-cart-68db7b6f97-m5llh to worker-03\n7m48s       Normal    Pulled              pod/redis-cart-68db7b6f97-m5llh               Container image \"redis:alpine\" already present on machine\n7m48s       Normal    Created             pod/redis-cart-68db7b6f97-m5llh               Created container redis\n7m48s       Normal    Started             pod/redis-cart-68db7b6f97-m5llh               Started container redis\n6m14s       Normal    Killing             pod/redis-cart-68db7b6f97-m5llh               Stopping container redis\n27m         Normal    Scheduled           pod/redis-cart-68db7b6f97-qh87d               Successfully assigned boutique/redis-cart-68db7b6f97-qh87d to worker-03\n27m         Normal    Pulled              pod/redis-cart-68db7b6f97-qh87d               Container image \"redis:alpine\" already present on machine\n27m         Normal    Created             pod/redis-cart-68db7b6f97-qh87d               Created container redis\n27m         Normal    Started             pod/redis-cart-68db7b6f97-qh87d               Started container redis\n26m         Normal    Killing             pod/redis-cart-68db7b6f97-qh87d               Stopping container redis\n3m15s       Normal    Scheduled           pod/redis-cart-68db7b6f97-wjv66               Successfully assigned boutique/redis-cart-68db7b6f97-wjv66 to worker-01\n3m15s       Normal    Pulled              pod/redis-cart-68db7b6f97-wjv66               Container image \"redis:alpine\" already present on machine\n3m15s       Normal    Created             pod/redis-cart-68db7b6f97-wjv66               Created container redis\n3m15s       Normal    Started             pod/redis-cart-68db7b6f97-wjv66               Started container redis\n102s        Normal    Killing             pod/redis-cart-68db7b6f97-wjv66               Stopping container redis\n29m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-f8v8c\n27m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-qh87d\n26m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-l59zz\n13m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-5h2g5\n12m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-8wl9d\n10m         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-259rf\n7m49s       Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-m5llh\n5m31s       Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-h4ght\n3m16s       Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-wjv66\n59s         Normal    SuccessfulCreate    replicaset/redis-cart-68db7b6f97              Created pod: redis-cart-68db7b6f97-b7tmn\n29m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n27m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n26m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n13m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n12m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n10m         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n7m49s       Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n5m31s       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\n59s         Normal    ScalingReplicaSet   deployment/redis-cart                         Scaled up replica set redis-cart-68db7b6f97 to 1\n7m48s       Normal    Scheduled           pod/shippingservice-7cbfcb6d68-484zj          Successfully assigned boutique/shippingservice-7cbfcb6d68-484zj to worker-03\n7m48s       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\n7m48s       Normal    Created             pod/shippingservice-7cbfcb6d68-484zj          Created container server\n7m48s       Normal    Started             pod/shippingservice-7cbfcb6d68-484zj          Started container server\n6m13s       Normal    Killing             pod/shippingservice-7cbfcb6d68-484zj          Stopping container server\n27m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-64g4k          Successfully assigned boutique/shippingservice-7cbfcb6d68-64g4k to worker-02\n27m         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\n27m         Normal    Created             pod/shippingservice-7cbfcb6d68-64g4k          Created container server\n27m         Normal    Started             pod/shippingservice-7cbfcb6d68-64g4k          Started container server\n26m         Normal    Killing             pod/shippingservice-7cbfcb6d68-64g4k          Stopping container server\n58s         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-788hl          Successfully assigned boutique/shippingservice-7cbfcb6d68-788hl to worker-01\n58s         Normal    Pulled              pod/shippingservice-7cbfcb6d68-788hl          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n58s         Normal    Created             pod/shippingservice-7cbfcb6d68-788hl          Created container server\n58s         Normal    Started             pod/shippingservice-7cbfcb6d68-788hl          Started container server\n29m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-8f55l          Successfully assigned boutique/shippingservice-7cbfcb6d68-8f55l to worker-03\n29m         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\n29m         Normal    Created             pod/shippingservice-7cbfcb6d68-8f55l          Created container server\n29m         Normal    Started             pod/shippingservice-7cbfcb6d68-8f55l          Started container server\n28m         Normal    Killing             pod/shippingservice-7cbfcb6d68-8f55l          Stopping container server\n5m30s       Normal    Scheduled           pod/shippingservice-7cbfcb6d68-b2j84          Successfully assigned boutique/shippingservice-7cbfcb6d68-b2j84 to worker-03\n5m30s       Normal    Pulled              pod/shippingservice-7cbfcb6d68-b2j84          Container image \"us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\" already present on machine\n5m30s       Normal    Created             pod/shippingservice-7cbfcb6d68-b2j84          Created container server\n5m30s       Normal    Started             pod/shippingservice-7cbfcb6d68-b2j84          Started container server\n3m58s       Normal    Killing             pod/shippingservice-7cbfcb6d68-b2j84          Stopping container server\n12m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-c864t          Successfully assigned boutique/shippingservice-7cbfcb6d68-c864t to worker-01\n12m         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\n12m         Normal    Created             pod/shippingservice-7cbfcb6d68-c864t          Created container server\n12m         Normal    Started             pod/shippingservice-7cbfcb6d68-c864t          Started container server\n10m         Normal    Killing             pod/shippingservice-7cbfcb6d68-c864t          Stopping container server\n10m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-d8jl2          Successfully assigned boutique/shippingservice-7cbfcb6d68-d8jl2 to worker-01\n10m         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\n10m         Normal    Created             pod/shippingservice-7cbfcb6d68-d8jl2          Created container server\n10m         Normal    Started             pod/shippingservice-7cbfcb6d68-d8jl2          Started container server\n8m31s       Normal    Killing             pod/shippingservice-7cbfcb6d68-d8jl2          Stopping container server\n8m30s       Warning   Unhealthy           pod/shippingservice-7cbfcb6d68-d8jl2          Readiness probe failed: timeout: failed to connect service \"172.20.1.99:50051\" within 1s: context deadline exceeded\n26m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-hdhtg          Successfully assigned boutique/shippingservice-7cbfcb6d68-hdhtg to worker-02\n26m         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\n26m         Normal    Created             pod/shippingservice-7cbfcb6d68-hdhtg          Created container server\n26m         Normal    Started             pod/shippingservice-7cbfcb6d68-hdhtg          Started container server\n14m         Normal    Killing             pod/shippingservice-7cbfcb6d68-hdhtg          Stopping container server\n14m         Warning   Unhealthy           pod/shippingservice-7cbfcb6d68-hdhtg          Readiness probe failed: timeout: failed to connect service \"172.20.2.41:50051\" within 1s: context deadline exceeded\n13m         Normal    Scheduled           pod/shippingservice-7cbfcb6d68-rh7b2          Successfully assigned boutique/shippingservice-7cbfcb6d68-rh7b2 to worker-03\n13m         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\n13m         Normal    Created             pod/shippingservice-7cbfcb6d68-rh7b2          Created container server\n13m         Normal    Started             pod/shippingservice-7cbfcb6d68-rh7b2          Started container server\n13m         Normal    Killing             pod/shippingservice-7cbfcb6d68-rh7b2          Stopping container server\n40m         Normal    Killing             pod/shippingservice-7cbfcb6d68-v8hbf          Stopping container server\n3m14s       Normal    Scheduled           pod/shippingservice-7cbfcb6d68-xpm5g          Successfully assigned boutique/shippingservice-7cbfcb6d68-xpm5g to worker-01\n3m15s       Normal    Pulled              pod/shippingservice-7cbfcb6d68-xpm5g          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-xpm5g          Created container server\n3m15s       Normal    Started             pod/shippingservice-7cbfcb6d68-xpm5g          Started container server\n101s        Normal    Killing             pod/shippingservice-7cbfcb6d68-xpm5g          Stopping container server\n29m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-8f55l\n27m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-64g4k\n26m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-hdhtg\n13m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-rh7b2\n12m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-c864t\n10m         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-d8jl2\n7m49s       Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-484zj\n5m31s       Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-b2j84\n3m15s       Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-xpm5g\n59s         Normal    SuccessfulCreate    replicaset/shippingservice-7cbfcb6d68         Created pod: shippingservice-7cbfcb6d68-788hl\n29m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n27m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n26m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n13m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n12m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n10m         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n7m49s       Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n5m31s       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\n59s         Normal    ScalingReplicaSet   deployment/shippingservice                    Scaled up replica set shippingservice-7cbfcb6d68 to 1\n",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"adservice\",\"port\":9555}": "Connection Failed",
  "GetAppYAML:{\"app_name\":\"adservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: adservice\n  namespace: boutique \n  labels:\n    app: adservice\nspec:\n  selector:\n    matchLabels:\n      app: adservice\n  template:\n    metadata:\n      labels:\n        app: adservice\n    spec:\n      serviceAccountName: adservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: ghcr.io/testuser177/adservice:v0.10.3\n        ports:\n        - containerPort: 9555\n        env:\n        - name: PORT\n          value: \"9555\"\n        resources:\n          requests:\n            cpu: 200m\n            memory: 180Mi\n          limits:\n            cpu: 300m\n            memory: 300Mi\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n        livenessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 9555\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: adservice\n  namespace: boutique\n  labels:\n    app: adservice\nspec:\n  type: ClusterIP\n  selector:\n    app: adservice\n  ports:\n  - name: grpc\n    port: 9555\n    targetPort: 9555\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: adservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\",\"port\":7070}": "cartservice (10.68.122.24:7070) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"cartservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: cartservice\n  namespace: boutique\n  labels:\n    app: cartservice\nspec:\n  selector:\n    matchLabels:\n      app: cartservice\n  template:\n    metadata:\n      labels:\n        app: cartservice\n    spec:\n      serviceAccountName: cartservice\n      terminationGracePeriodSeconds: 5\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/cartservice:v0.10.3\n        ports:\n        - containerPort: 7070\n        env:\n        - name: REDIS_ADDR\n          value: \"redis-cart:6379\"\n        resources:\n          requests:\n            cpu: 200m\n            memory: 64Mi\n          limits:\n            cpu: 300m\n            memory: 128Mi\n    \n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: cartservice\n  namespace: boutique\n  labels:\n    app: cartservice\nspec:\n  type: ClusterIP\n  selector:\n    app: cartservice\n  ports:\n  - name: grpc\n    port: 7070\n    targetPort: 7070\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: cartservice\n  namespace: boutique",
  "CheckServiceConnectivity:{\"namespace\":\"boutique\",\"service_name\":\"checkoutservice\",\"port\":5050}": "checkoutservice (10.68.131.34: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.109.157: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.127.192: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.87.108: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.183.14: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.3.29: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.216.79: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.47.143: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.51.90:50051) open\nConnection Succeeded",
  "GetAppYAML:{\"app_name\":\"shippingservice\"}": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  selector:\n    matchLabels:\n      app: shippingservice\n  template:\n    metadata:\n      labels:\n        app: shippingservice\n    spec:\n      serviceAccountName: shippingservice\n      securityContext:\n        fsGroup: 1000\n        runAsGroup: 1000\n        runAsNonRoot: true\n        runAsUser: 1000\n      containers:\n      - name: server\n        securityContext:\n          allowPrivilegeEscalation: false\n          capabilities:\n            drop:\n              - ALL\n          privileged: false\n          readOnlyRootFilesystem: true\n        image: us-central1-docker.pkg.dev/google-samples/microservices-demo/shippingservice:v0.10.3\n        ports:\n        - containerPort: 50051\n        env:\n        - name: PORT\n          value: \"50051\"\n        - name: DISABLE_PROFILER\n          value: \"1\"\n        readinessProbe:\n          initialDelaySeconds: 5\n          periodSeconds: 5\n          grpc:\n            port: 50051\n        livenessProbe:\n          initialDelaySeconds: 5\n          grpc:\n            port: 50051\n        resources:\n          requests:\n            cpu: 100m\n            memory: 64Mi\n          limits:\n            cpu: 200m\n            memory: 128Mi\n---\napiVersion: v1\nkind: Service\nmetadata:\n  name: shippingservice\n  namespace: boutique\n  labels:\n    app: shippingservice\nspec:\n  type: ClusterIP\n  selector:\n    app: shippingservice\n  ports:\n  - name: grpc\n    port: 50051\n    targetPort: 50051\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: shippingservice\n  namespace: boutique",
  "GetClusterConfiguration:{}": {
    "node_count": 4,
    "nodes": [
      {
        "name": "master",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [
          "node.kubernetes.io/unschedulable:NoSchedule"
        ],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "master",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "master"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      },
      {
        "name": "worker-01",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-01",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-02",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-02",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671348Ki"
        }
      },
      {
        "name": "worker-03",
        "role": "worker",
        "status": "Ready",
        "conditions": {
          "MemoryPressure": "False",
          "DiskPressure": "False",
          "PIDPressure": "False"
        },
        "taints": [],
        "labels": {
          "beta.kubernetes.io/arch": "amd64",
          "beta.kubernetes.io/os": "linux",
          "disk-type": "ssd",
          "kubernetes.io/arch": "amd64",
          "kubernetes.io/hostname": "worker-03",
          "kubernetes.io/os": "linux",
          "kubernetes.io/role": "node"
        },
        "allocatable_resources": {
          "cpu": "8",
          "memory": "15671352Ki"
        }
      }
    ]
  },
  "GetAlerts:{}": {},
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"adservice\"}": "{\n  \"total_log_count\": 1,\n  \"total_errors\": 1,\n  \"total_error_ratio\": 1.0,\n  \"patterns\": [\n    {\n      \"count\": 1,\n      \"ratio\": 1.0,\n      \"sample\": \"Error: Error from server (BadRequest): container \\\"server\\\" in pod \\\"adservice-57758fbfbc-pc7rt\\\" is waiting to start: trying and failing to pull image\"\n    }\n  ]\n}",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"cartservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"checkoutservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"currencyservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"emailservice\"}": "",
  "GetErrorLogs:{\"namespace\":\"boutique\",\"service_name\":\"frontend\"}": "{\n  \"total_log_count\": 6,\n  \"total_errors\": 2,\n  \"total_error_ratio\": 0.3333,\n  \"patterns\": [\n    {\n      \"count\": 1,\n      \"ratio\": 0.1667,\n      \"sample\": \"{\\\"message\\\":\\\"Failed to fetch the name of the cluster in which the pod is runningmetadata: GCE metadata \\\\\\\"instance/attributes/cluster-name\\\\\\\" not defined\\\",\\\"severity\\\":\\\"error\\\",\\\"timestamp\\\":\\\"2025-11-10T13:09:59.112066061Z\\\"}\"\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:09:59.126283986Z\\\"}\"\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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 1189 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 1190 (kubelet)\n      Tasks: 22 (limit: 18592)\n     Memory: 57.3M\n        CPU: 2min 17.543s\n     CGroup: /system.slice/kubelet.service\n             └─1190 /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:11:49 master kubelet[1190]: I1110 21:11:49.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:11:50 master kubelet[1190]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:50 master kubelet[1190]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:51 master kubelet[1190]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:11:51 master kubelet[1190]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:12:00 master kubelet[1190]: I1110 21:12:00.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:12:02 master kubelet[1190]: I1110 21:12:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:15:31 master kubelet[1190]: I1110 21:15:31.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:11:21 CST; 4h 26min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 924 (containerd)\n      Tasks: 210 (limit: 18592)\n     Memory: 206.7M\n        CPU: 1min 28.665s\n     CGroup: /system.slice/containerd.service\n             ├─ 924 /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             ├─ 3381 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113095 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113616 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113956 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114277 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114847 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115136 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:11:21 master containerd[924]: time=\"2025-11-10T23:11:21.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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 510 (kube-proxy)\n      Tasks: 12 (limit: 18592)\n     Memory: 60.8M\n        CPU: 58.099s\n     CGroup: /system.slice/kube-proxy.service\n             └─510 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:11:33 master kube-proxy[510]: I1110 21:11:33.000     510 config.go:199] \"Starting service config controller\"\nNov 10 21:11:33 master kube-proxy[510]: I1110 21:11:33.000     510 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:11:33 master kube-proxy[510]: I1110 21:11:33.000     510 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:11:33 master kube-proxy[510]: I1110 21:11:33.000     510 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:11:33 master kube-proxy[510]: I1110 21:11:33.000     510 config.go:328] \"Starting node config controller\"\nNov 10 21:11:33 master kube-proxy[510]: I1110 21:11:33.000     510 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:11:34 master kube-proxy[510]: I1110 21:11:34.000     510 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:11:34 master kube-proxy[510]: I1110 21:11:34.000     510 shared_informer.go:320] Caches are synced for service config\nNov 10 21:11:34 master kube-proxy[510]: I1110 21:11:34.000     510 shared_informer.go:320] Caches are synced for node config\nNov 10 21:13:31 master kube-proxy[510]: I1110 21:13:31.000     510 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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 956 (kube-scheduler)\n      Tasks: 17 (limit: 18592)\n     Memory: 71.7M\n        CPU: 13.254s\n     CGroup: /system.slice/kube-scheduler.service\n             └─956 /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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 2841 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 2842 (kubelet)\n      Tasks: 18 (limit: 18592)\n     Memory: 58.8M\n        CPU: 1min 49.557s\n     CGroup: /system.slice/kubelet.service\n             └─2842 /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:11:49 worker-01 kubelet[2842]: I1110 21:11:49.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:11:50 worker-01 kubelet[2842]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:50 worker-01 kubelet[2842]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:51 worker-01 kubelet[2842]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:11:51 worker-01 kubelet[2842]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:12:00 worker-01 kubelet[2842]: I1110 21:12:00.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:12:02 worker-01 kubelet[2842]: I1110 21:12:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:15:31 worker-01 kubelet[2842]: I1110 21:15:31.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:11:21 CST; 4h 26min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 959 (containerd)\n      Tasks: 213 (limit: 18592)\n     Memory: 249.6M\n        CPU: 1min 19.591s\n     CGroup: /system.slice/containerd.service\n             ├─ 959 /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             ├─ 3368 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113125 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113540 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113885 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114247 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114809 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115189 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 22:55:21 worker-01 containerd[959]: time=\"2025-11-10T22:55:21.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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 156 (kube-proxy)\n      Tasks: 15 (limit: 18592)\n     Memory: 79.7M\n        CPU: 52.422s\n     CGroup: /system.slice/kube-proxy.service\n             └─156 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:11:33 worker-01 kube-proxy[156]: I1110 21:11:33.000     156 config.go:199] \"Starting service config controller\"\nNov 10 21:11:33 worker-01 kube-proxy[156]: I1110 21:11:33.000     156 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:11:33 worker-01 kube-proxy[156]: I1110 21:11:33.000     156 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:11:33 worker-01 kube-proxy[156]: I1110 21:11:33.000     156 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:11:33 worker-01 kube-proxy[156]: I1110 21:11:33.000     156 config.go:328] \"Starting node config controller\"\nNov 10 21:11:33 worker-01 kube-proxy[156]: I1110 21:11:33.000     156 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:11:34 worker-01 kube-proxy[156]: I1110 21:11:34.000     156 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:11:34 worker-01 kube-proxy[156]: I1110 21:11:34.000     156 shared_informer.go:320] Caches are synced for service config\nNov 10 21:11:34 worker-01 kube-proxy[156]: I1110 21:11:34.000     156 shared_informer.go:320] Caches are synced for node config\nNov 10 21:13:31 worker-01 kube-proxy[156]: I1110 21:13:31.000     156 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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 3881 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 3882 (kubelet)\n      Tasks: 21 (limit: 18592)\n     Memory: 77.9M\n        CPU: 1min 24.489s\n     CGroup: /system.slice/kubelet.service\n             └─3882 /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:11:49 worker-02 kubelet[3882]: I1110 21:11:49.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:11:50 worker-02 kubelet[3882]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:50 worker-02 kubelet[3882]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:51 worker-02 kubelet[3882]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:11:51 worker-02 kubelet[3882]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:12:00 worker-02 kubelet[3882]: I1110 21:12:00.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:12:02 worker-02 kubelet[3882]: I1110 21:12:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:15:31 worker-02 kubelet[3882]: I1110 21:15:31.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:11:21 CST; 4h 26min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 994 (containerd)\n      Tasks: 191 (limit: 18592)\n     Memory: 219.1M\n        CPU: 1min 41.565s\n     CGroup: /system.slice/containerd.service\n             ├─ 994 /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             ├─ 3366 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113094 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113567 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113906 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114272 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114757 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115159 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 11 01:06:21 worker-02 containerd[994]: time=\"2025-11-11T01:06:21.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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 107 (kube-proxy)\n      Tasks: 10 (limit: 18592)\n     Memory: 61.3M\n        CPU: 49.656s\n     CGroup: /system.slice/kube-proxy.service\n             └─107 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:11:33 worker-02 kube-proxy[107]: I1110 21:11:33.000     107 config.go:199] \"Starting service config controller\"\nNov 10 21:11:33 worker-02 kube-proxy[107]: I1110 21:11:33.000     107 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:11:33 worker-02 kube-proxy[107]: I1110 21:11:33.000     107 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:11:33 worker-02 kube-proxy[107]: I1110 21:11:33.000     107 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:11:33 worker-02 kube-proxy[107]: I1110 21:11:33.000     107 config.go:328] \"Starting node config controller\"\nNov 10 21:11:33 worker-02 kube-proxy[107]: I1110 21:11:33.000     107 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:11:34 worker-02 kube-proxy[107]: I1110 21:11:34.000     107 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:11:34 worker-02 kube-proxy[107]: I1110 21:11:34.000     107 shared_informer.go:320] Caches are synced for service config\nNov 10 21:11:34 worker-02 kube-proxy[107]: I1110 21:11:34.000     107 shared_informer.go:320] Caches are synced for node config\nNov 10 21:13:31 worker-02 kube-proxy[107]: I1110 21:13:31.000     107 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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n    Process: 3053 ExecStartPre=/bin/mount -o remount,rw /sys/fs/cgroup (code=exited, status=0/SUCCESS)\n   Main PID: 3054 (kubelet)\n      Tasks: 21 (limit: 18592)\n     Memory: 64.4M\n        CPU: 2min 17.507s\n     CGroup: /system.slice/kubelet.service\n             └─3054 /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:11:49 worker-03 kubelet[3054]: I1110 21:11:49.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istiod-84f4f85779-ltcbg\"\nNov 10 21:11:50 worker-03 kubelet[3054]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:50 worker-03 kubelet[3054]: I1110 21:11:50.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/istio-cni-node-pzjpg\"\nNov 10 21:11:51 worker-03 kubelet[3054]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:11:51 worker-03 kubelet[3054]: I1110 21:11:51.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/coredns-66dfb88745-5nhbv\"\nNov 10 21:12:00 worker-03 kubelet[3054]: I1110 21:12:00.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"kube-system/metrics-server-7cfd7b768f-7598j\"\nNov 10 21:12:02 worker-03 kubelet[3054]: I1110 21:12:02.000    1771 kubelet.go:2528] \"SyncLoop (probe)\" probe=\"readiness\" status=\"ready\" pod=\"istio-system/ztunnel-9mdqq\"\nNov 10 21:15:31 worker-03 kubelet[3054]: I1110 21:15:31.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:11:21 CST; 4h 26min ago\n       Docs: https://containerd.io\n    Process: 904 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)\n   Main PID: 915 (containerd)\n      Tasks: 198 (limit: 18592)\n     Memory: 225.6M\n        CPU: 1min 51.077s\n     CGroup: /system.slice/containerd.service\n             ├─ 915 /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             ├─ 3329 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 3cecf79722256e679605909bf005090a87ef709e2e37820044fd532584ee2baf -address /run/containerd/containerd.sock\n             ├─ 113061 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id bd0154ef5b0d61cc0ad5bf165f8666f251c4fda98dabf995d918fa4a3558ad8c -address /run/containerd/containerd.sock\n             ├─ 113521 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4aaf4fb3c477e05174818df5d79ecd2d27bf287bce99e5bc191382066fc9a0ff -address /run/containerd/containerd.sock\n             ├─ 113979 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 4ee6625c8111d6c6614bec4eee4ff77fbb3ae0a605d3890a518cd8de51a8f841 -address /run/containerd/containerd.sock\n             ├─ 114309 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 42c50485d3ed24c132c17be576ad9bcf8bf454b61b2e9eacf3faf406cfe1b4ce -address /run/containerd/containerd.sock\n             ├─ 114789 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id c5f8f096e3a228520c0e6995761a013287fb1bc9c835b727da07a693282575d3 -address /run/containerd/containerd.sock\n             └─ 115141 /opt/kube/bin/containerd-bin/containerd-shim-runc-v2 -namespace k8s.io -id 37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6 -address /run/containerd/containerd.sock\n\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=warning msg=\"cleaning up after shim disconnected\" id=99c7a287af4fbaba3bb01a1920cf3e29ce61df9c78128c1768db6f08a9394dba namespace=k8s.io\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"cleaning up dead shim\" namespace=k8s.io\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:server,Attempt:0,}\"\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:server,Attempt:0,} returns container id \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\"\"\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"StartContainer for \"5ca27f1fc26ad5aa11c263c6341c03d7362754d893b328ae4cf61fe287cfcb4b\" returns successfully\"\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for container &ContainerMetadata{Name:istio-proxy,Attempt:0,}\"\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"CreateContainer within sandbox \"37a2c597231c9942f52c777f72b0beea6f72d2008462adb28441d4e0f57a4df6\" for &ContainerMetadata{Name:istio-proxy,Attempt:0,} returns container id \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.000+08:00\" level=info msg=\"StartContainer for \"3dfd04cedeb34558910e97f9a68027157b7d1b6431d601fc3094efaa02400fe1\"\"\nNov 10 23:11:21 worker-03 containerd[915]: time=\"2025-11-10T23:11:21.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:11:21 CST; 4h 26min ago\n       Docs: https://github.com/GoogleCloudPlatform/kubernetes\n   Main PID: 269 (kube-proxy)\n      Tasks: 13 (limit: 18592)\n     Memory: 78.8M\n        CPU: 30.438s\n     CGroup: /system.slice/kube-proxy.service\n             └─269 /opt/kube/bin/kube-proxy --config=/var/lib/kube-proxy/kube-proxy-config.yaml\n\nNov 10 21:11:33 worker-03 kube-proxy[269]: I1110 21:11:33.000     269 config.go:199] \"Starting service config controller\"\nNov 10 21:11:33 worker-03 kube-proxy[269]: I1110 21:11:33.000     269 shared_informer.go:313] Waiting for caches to sync for service config\nNov 10 21:11:33 worker-03 kube-proxy[269]: I1110 21:11:33.000     269 config.go:105] \"Starting endpoint slice config controller\"\nNov 10 21:11:33 worker-03 kube-proxy[269]: I1110 21:11:33.000     269 shared_informer.go:313] Waiting for caches to sync for endpoint slice config\nNov 10 21:11:33 worker-03 kube-proxy[269]: I1110 21:11:33.000     269 config.go:328] \"Starting node config controller\"\nNov 10 21:11:33 worker-03 kube-proxy[269]: I1110 21:11:33.000     269 shared_informer.go:313] Waiting for caches to sync for node config\nNov 10 21:11:34 worker-03 kube-proxy[269]: I1110 21:11:34.000     269 shared_informer.go:320] Caches are synced for endpoint slice config\nNov 10 21:11:34 worker-03 kube-proxy[269]: I1110 21:11:34.000     269 shared_informer.go:320] Caches are synced for service config\nNov 10 21:11:34 worker-03 kube-proxy[269]: I1110 21:11:34.000     269 shared_informer.go:320] Caches are synced for node config\nNov 10 21:13:31 worker-03 kube-proxy[269]: I1110 21:13:31.000     269 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"
}