No student devices needed. Know more
6 questions
Which file should you use to create reproducible build for Docker images?
Jenkinsfile
Dockerfile
YAML files
docker.config
What command you should run to see all running container in Docker?
docker ps
docker images
docker ls
docker containers ls
Which command we should use to display all nodes with details?
oc get nodes -l
oc show nodes -o wide
oc list nodes -o wide
oc get nodes -o wide
Containers Orchestrators manages the deployment, placement, and lifecycle of containers.
True
False
Which is NOT a benefit of microservices?
Modularity
Reproducibility
Portability
Dependency
Projects and namespaces are the same?
True
False