nerdexam
Fortinet

FCSS_CDS_AR-7.6 · Question #68

FCSS_CDS_AR-7.6 Question #68: Real Exam Question with Answer & Explanation

The correct answer is C. They must create a Kubernetes secret with the kubectl command.. The fortiweb-login field in the manifest requires credentials for the FortiWeb ingress controller to authenticate. This is not set directly in plain text; instead, administrators must create a Kubernetes secret using the kubectl command (containing the FortiWeb admin username and

Question

Refer to the exhibit. A team of AWS administrators is in the process of installing a FortiWeb ingress controller to protect containerized web applications in an Amazon Elastic Kubernetes Service (EKS) cluster. While customizing the manifest file in the image, they realize that they do not know the correct value to enter in the fortiweb-login field. How can they determine he correct value for this field?

Exhibit

FCSS_CDS_AR-7.6 question #68 exhibit

Options

  • AThey can refer to the output of the EKS cluster deployment.
  • BThey can find the expected value in the manifest file used to deploy the pods.
  • CThey must create a Kubernetes secret with the kubectl command.
  • DThe correct value is the password of the FortiWeb admin account.

Explanation

The fortiweb-login field in the manifest requires credentials for the FortiWeb ingress controller to authenticate. This is not set directly in plain text; instead, administrators must create a Kubernetes secret using the kubectl command (containing the FortiWeb admin username and password), and reference it in the manifest. This ensures secure handling of authentication data.

Community Discussion

No community discussion yet for this question.

Full FCSS_CDS_AR-7.6 Practice