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
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.
