Kubernetes の負荷分散 v1.5 のレビュー
12264 件のレビュー
El lab tiene errores en el paso 2 y 3, no se puede ejecutar correctamente.
Frontelo Gonzalvez Jesus · 約6年前にレビュー済み
This lab is very helpful, thank you! Just a small comment: this command is not working, it seems that "--replicas" was deprecated. "kubectl run nginx --image=nginx --replicas=3"
Nguyen Toan · 約6年前にレビュー済み
problems with the kubectl api: - deprecated flag 'replicas' at command: kubectl run nginx ---image.. --replicas=3 - kubectl run nginx --image=nginx --replicas=3 doesnt create a deployment and i was not able to expose the deployment
Heupel Markus · 約6年前にレビュー済み
3カ所においてコマンドが誤っていた。以下はそれに関するメモ。 ----------------------------------- kubectl run nginx --image=nginx --replicas=3 の —replicas=3 フラグが無効だった。 正しくは以下の通り。 kubectl create deployment nginx --image=nginx kubectl scale deployment nginx --replicas=3 ----------------------------------- gcloud container clusters delete networklb リージョンまたはゾーン指定が不足していた ----------------------------------- kubectl run nginx --image=nginx --port=80 kubectl expose deployment nginx --target-port=80 --type=NodePort 正しくは kubectl create deployment nginx —image=nginx kubectl expose deployment nginx —port=80 target-port=80 --type=NodePort
yokoyama jumpei · 約6年前にレビュー済み
藤丸 武資 · 約6年前にレビュー済み
Commands doesn't work: kubectl run nginx --image=nginx --replicas=3, this command not create the replicas and the lab doesn't work
Carolina Garzon Gomez Daissy · 約6年前にレビュー済み
Desii German · 約6年前にレビュー済み
Tran Nhuquynh · 約6年前にレビュー済み
Shimada Hiroho · 約6年前にレビュー済み
Arinaga Kenichi · 約6年前にレビュー済み
Kugimiya Daisuke · 約6年前にレビュー済み
山田 直輝 · 約6年前にレビュー済み
Aizawa Kazuki · 約6年前にレビュー済み
想定するkubectlコマンドのバージョンが古く、kubectl runコマンドでdeploymentがデプロイされない
齋藤 悠 · 約6年前にレビュー済み
Sano Tetsuo · 約6年前にレビュー済み
kaneda masaya · 約6年前にレビュー済み
藤丸 武資 · 約6年前にレビュー済み
山田 直輝 · 約6年前にレビュー済み
Commands doesn't work: kubectl run nginx --image=nginx --replicas=3, this command not create the replicas and the lab doesn't work
Carolina Garzon Gomez Daissy · 約6年前にレビュー済み
記載されたコマンドをそのまま入力するとエラーになる部分が2か所あった。ラボの内容を最新の状態に更新する必要がある。 また、Ingressについての説明が不十分で、その前に作成したLoadbalancerとの違いがいまひとつわからなかった。
Iitsuka Takayoshi · 約6年前にレビュー済み
Velasco Jean Pierre · 約6年前にレビュー済み
The description of "kubectl run" command on this course is obsolete, and very confusing. I guess, this course should be updated corresponding for current "kubectl run" operation.
KAWAGISHI YOSHIAKI · 約6年前にレビュー済み
瀧澤 高志 · 約6年前にレビュー済み
Hua Ben · 約6年前にレビュー済み
This command "kubectl run nginx --image=nginx --replicas=3" doesn't work because the flag replicas is deprecated and ignored. I have get finnish using "kubectl scale deployment nginx --replicas=0; kubectl scale deployment nginx --replicas=3" but I don't known if the result is exactly the same.
Rodriguez Moreno Emilio · 約6年前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。