File tree Expand file tree Collapse file tree
website/i18n/ja/docusaurus-plugin-content-docs/current/introduction/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : 他のコンポーネント
33sidebar_position : 50
4- tmdTranslationSourceHash : 2b121f2c62f5ef803e4d6ed1ed186a8c
4+ tmdTranslationSourceHash : d8055e22245e0308df100684cf82cb42
55---
66
77この実習では、Kustomizeのパワーを活用してサンプルアプリケーションの残りの部分を効率的にデプロイします。次のkustomizationファイルは、他のkustomizationを参照して複数のコンポーネントを一緒にデプロイする方法を示しています:
@@ -29,7 +29,7 @@ $ kubectl wait --for=condition=Ready --timeout=180s pods \
2929 -l app.kubernetes.io/created-by=eks-workshop -A
3030```
3131
32- これで、各アプリケーションコンポーネント用の名前空間ができました :
32+ これで、各アプリケーションコンポーネント用のNamespaceができました :
3333
3434``` bash
3535$ kubectl get namespaces -l app.kubernetes.io/created-by=eks-workshop
@@ -53,7 +53,6 @@ catalog catalog 1/1 1 1 7m46s
5353checkout checkout 1/1 1 1 90s
5454checkout checkout-redis 1/1 1 1 90s
5555orders orders 1/1 1 1 90s
56- orders orders-postgresql 1/1 1 1 90s
5756ui ui 1/1 1 1 90s
5857```
5958
You can’t perform that action at this time.
0 commit comments