Question 86
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.
Solution: A default storageClass is specified, and subsequently a persistentVolumeClaim is created.
Question 87
Which of the following commands starts a Redis container and configures it to always restart unless it is
explicitly stopped or Docker is restarted?
explicitly stopped or Docker is restarted?
Question 88
Which of the following statements is true about secrets?
Question 89
What behavior is expected when a service is created with the following command:
'docker service create --publish 8000:80 nginx'
'docker service create --publish 8000:80 nginx'
Question 90
When seven managers are in a swarm cluster how would they be distributed across three datacenters or availability zones?
