Cisco
350-901 · Question #9
Refer to the exhibit. A kubeconfig file to manage access to clusters is provided. How many clusters are defined and which of them are accessed using username/ password authentication versus certificat
Sign in or unlock 350-901 to reveal the answer and full explanation for question #9. The question stem and answer options stay visible for context.
Infrastructure and Automation
Question
Refer to the exhibit. A kubeconfig file to manage access to clusters is provided. How many clusters are defined and which of them are accessed using username/ password authentication versus certificate?
apiVersion: v1
clusters:
- cluster: certificate-authority: fake-ca-file server: https://1.2.3.4 name: development
- cluster: insecure-skip-tls-verify: true server: https://5.6.7.8 name: scratch contexts:
- context: cluster: development namespace: frontend user: developer name: dev-frontend
- context: cluster: development namespace: storage user: developer name: dev-storage
- context: cluster: scratch namespace: default user: experimenter name: exp-scratch current-context: "" preferences: {} users:
- name: developer user: client-certificate: fake-cert-file client-key: fake-key-file
- name: experimenter user: password: some-password username: exp
Options
- Atwo clusters; scratch
- Bthree clusters; scratch
- CThree clusters; development
- DTwo clusters; development
Unlock 350-901 to see the answer
You've previewed enough free 350-901 questions. Unlock 350-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Kubernetes#Kubeconfig#Authentication#Cluster Access