デフォルトの GKE クラスタ構成の強化 のレビュー

デフォルトの GKE クラスタ構成の強化 のレビュー

9967 件のレビュー

Hasnur Fandi · 1年以上前にレビュー済み

error trying to implement Task 7.....error: resource mapping not found for name: "restrictive-psp" namespace: "" from "STDIN": no matches for kind "PodSecurityPolicy" in version "policy/v1beta1" ensure CRDs are installed first

. Randyansyah · 1年以上前にレビュー済み

Freitas Bruno · 1年以上前にレビュー済み

As others have said. Task 7 is error. Solution " gcloud container clusters create simplecluster --zone $MY_ZONE --cluster-version 1.21.14-gke.18100 --num-nodes 2 --metadata=disable-legacy-endpoints=false " do this in step Task 1

Syamsuddin Muhammad Ilham Akbar · 1年以上前にレビュー済み

Tantawi Edwin · 1年以上前にレビュー済み

Freitas Bruno · 1年以上前にレビュー済み

service account v1 beta is deprecated and removed on kubernetes v1.25

Tian Bas · 1年以上前にレビュー済み

Pratama Putra Bryan · 1年以上前にレビュー済み

Kurniawan Reza · 1年以上前にレビュー済み

Ammar Hussain Rafi · 1年以上前にレビュー済み

Lab cannot be completed because step 7 is outdated.

Grosser Wolfgang · 1年以上前にレビュー済み

Figueiredo Rafael · 1年以上前にレビュー済み

finally finish.. huft

WONO KUSUMO HAIDAR · 1年以上前にレビュー済み

Anthony David · 1年以上前にレビュー済み

Lab is using PodSecurityPolicies which are deprecated and even no longer available at all on the kubernetes version running in GCP currently. Not possible to complete with 100% rate.

Weiler Maximilian · 1年以上前にレビュー済み

cant finish this labb bcs the instruction is deprecated!!!

WONO KUSUMO HAIDAR · 1年以上前にレビュー済み

THANK YOU FOR WASTING MY TIME!! PLEASE CHECK ALL THE DEPRECATED DEPENDENCY!!! cat <<EOF | kubectl apply -f - --- apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: name: restrictive-psp annotations: seccomp.security.alpha.kubernetes.io/allowedProfileNames: 'docker/default' apparmor.security.beta.kubernetes.io/allowedProfileNames: 'runtime/default' seccomp.security.alpha.kubernetes.io/defaultProfileName: 'docker/default' apparmor.security.beta.kubernetes.io/defaultProfileName: 'runtime/default' spec: privileged: false # Required to prevent escalations to root. allowPrivilegeEscalation: false # This is redundant with non-root + disallow privilege escalation, # but we can provide it for defense in depth. requiredDropCapabilities: - ALL # Allow core volume types. volumes: - 'configMap' - 'emptyDir' - 'projected' - 'secret' - 'downwardAPI' # Assume that persistentVolumes set up by the cluster admin are safe to use. - 'persistentVolumeClaim' hostNetwork: false hostIPC: false hostPID: false runAsUser: # Require the container to run without root privileges. rule: 'MustRunAsNonRoot' seLinux: # This policy assumes the nodes are using AppArmor rather than SELinux. rule: 'RunAsAny' supplementalGroups: rule: 'MustRunAs' ranges: # Forbid adding the root group. - min: 1 max: 65535 fsGroup: rule: 'MustRunAs' ranges: # Forbid adding the root group. - min: 1 max: 65535 EOF

Zen Astawan · 1年以上前にレビュー済み

cant finish this labb bcs the instruction is deprecated!!!

WONO KUSUMO HAIDAR · 1年以上前にレビュー済み

Alvin Pratama Richard · 1年以上前にレビュー済み

THANK YOU FOR WASTING MY TIME!! PLEASE CHECK ALL THE DEPRECATED DEPENDENCY!!!

Zen Astawan · 1年以上前にレビュー済み

Login 2 Wahyu · 1年以上前にレビュー済み

BUGGG

WONO KUSUMO HAIDAR · 1年以上前にレビュー済み

YOU NEED to specify the version. On task 1 no 2, paste this instead <gcloud container clusters create simplecluster --zone $MY_ZONE --num-nodes 2 --metadata=disable-legacy-endpoints=false --cluster-version=1.24.13-gke.500> After that, you wont get error on task 7 no 2.

Achmar Moch · 1年以上前にレビュー済み

Achmar Moch · 1年以上前にレビュー済み

an Fahrul · 1年以上前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。