Question 77 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question 77 of 100 from exam 350-901-DEVCOR: Developing Applications Using Cisco Core Platforms and APIs

Question

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: »”

kind: Config

preferences: {}

users:

- name: developer

user:
client-certificate: fake-cert-file
client-key: fake-key-file

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.