Practice test
Answer the following questions:
- Network Policies are used to restrict traffic among which of the following?
a) Deployments
b) Containers
c) Pods
d) Container images
- Select the RBAC option that connects a user and a role:
a) UserRoleBinding
b) RoleBindings
c) Roles
d) RoleUserBinding
- In a private cluster, which Google service can download a Docker image?
a) Cloud Build
b) Cloud Source Repository
c) Elastic Container Registry
d) Container Registry
- What will happen if the process of rotating credentials started but never completed?
a) GKE will not complete the cluster rotation.
b) GKE will pause the cluster rotation.
c) GKE will complete the cluster rotation in 7 days.
d) GKE will instantly complete the cluster rotation.
- Which of the following possible policies will disable privileged containers?
a) Network Policy
b) Pod Security Policy
c) Network Security Policy
d) Pod Policy
- Select the GKE Role that allows you to manage clusters, including creating, deleting,...