You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object. Does this command display it?
Solution: kubectl events deployment api
Is this a type of Linux kernel namespace that provides container isolation?
Solution. Process ID
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Delete '/var/lib/docker' directory.
Is this the purpose of Docker Content Trust?
Solution. Indicate an image on Docker Hub is an official image.
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 provisioner is specified, and subsequently a persistentVolumeClaim is created.
Can this set of commands identify the published port(s) for a container?
Solution: `docker network inspect', `docker port'