What is one difference between a Virtual Machine VM and a Container

Cloud Virtualization Containers and APIs

Week 2 Quiz

 

Question 1

What is one difference between a Virtual Machine VM and a Container?

1 / 1 point

You got it! Virtual Machines are a complete copy of an Operating System so they are larger than containers.

========================================

Question 2

What is one unique attribute about Containers?

1 / 1 point

You got it! Microservices are designed to solve one problem well, this fits with how Containers work too.

========================================

Question 3

What is an accurate description of Kubernetes?

1 / 1 point

Kubernetes is a “production-grade” container orchestration system

========================================

Question 4

Why is Kubernetes considered “Planet Scale”?

1 / 1 point

You got it! Kubernetes is considered “Planet Scale” since it runs billions of containers a week.

========================================

Question 5

What software can install Kubernetes?

1 / 1 point

You got it! Docker Desktop has the ability to install Kubernetes.

========================================

Question 6

What is an advantage of spot instances on Amazon EC2?

1 / 1 point

You got it! Spot instances allow a user to save up to 90% of the retail cost by bidding on unused capacity.

========================================

Question 7

Why could Containers fit into a DevOps best practice?

1 / 1 point

You got it! Microservices are a DevOps best practice.

========================================

Question 8

Which of these scenarios fits a Kubernetes use case?

1 / 1 point

You got it! A computing lab that needs to scale up many different jobs would be ideal for Kubernetes.

========================================

Question 9

What is the best abstraction for a command-line tool delivered to a customer?

1 / 1 point

You got it! A docker container pushed to Docker Hub would be ideal as a distribution pathway for customers.

========================================

Question 10

What does a Dockerfile mean when it uses the statement FROM?

1 / 1 point

You got it! CPU Capacity can be specified from the Docker CLI.

You got it! The Dockerfile FROM syntax inherits code from another container.