Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Is this a supported user authentication method for Universal Control Plane?

Solution.SAML

A.

Yes

B.

No

Will this configuration achieve fault tolerance for managers in a swarm?

Solution: only two managers, one active and one passive.

A.

Yes

B.

No

Will this command display a list of volumes for a specific container?

Solution: 'docker container inspect nginx'

A.

Yes

B.

No

Your organization has a centralized logging solution, such as Splunk.

Will this configure a Docker container to export container logs to the logging solution?

Solution: docker system events --filter splunk

A.

Yes

B.

No

Can this set of commands identify the published port(s) for a container?

Solution: `docker network inspect', `docker port'

A.

Yes

B.

No

A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster. Can this be used to schedule containers to meet the security policy requirements?

Solution.label constraints

A.

Yes

B.

No

Does this command create a swarm service that only listens on port 53 using the UDP protocol?

Solution. ‘docker service create -name dns-cache -p 53:53/udp dns-cache"

A.

Yes

B.

No

Which networking drivers allow you to enable multi-host network connectivity

between containers?

A.

macvlan, ipvlan, and overlay

B.

bridge, user-defined, host

C.

host, macvlan, overlay, user-defined

D.

bridge, macvlan, ipvlan, overlay

Are these conditions sufficient for Kubernetes to dynamically provision a persistentVolume, assuming there are no limitations on the amount and type of available external storage?

Solution: A default storageClass is specified, and subsequently a persistentVolumeClaim is created.

A.

Yes

B.

No

Will this command mount the host's '/data1directory to the ubuntu container in read-only mode?

Solution. ‘docker run -v /data:/mydata -mode readonly ubuntu'

A.

Yes

B.

No