Skill 3.4 - Create and Configure Containers
20 Questions
2 Views
3.6 Stars

Skill 3.4 - Create and Configure Containers

Created by
@SilentMaracas

Questions and Answers

What is the purpose of a container runtime like Docker?

To retrieve the image, extract it, and create a container to host the application in an isolated environment.

Why can't Linux-based containers run on Windows and vice versa?

Containers use the host OS kernel, which means Linux-based containers cannot run on Windows and vice versa.

What is the main role of Azure Container Instances (ACI) in container creation?

ACI offers a serverless approach to container creation without requiring a VM.

How does Azure Kubernetes Service (AKS) simplify container orchestration?

<p>AKS is a cloud-based implementation of Kubernetes, providing container orchestration services to scale and manage deployments.</p> Signup and view all the answers

What is the main function of the control plane in Azure Kubernetes Service (AKS)?

<p>The control plane oversees cluster management in AKS.</p> Signup and view all the answers

How can containers in Azure Container Instances (ACI) be accessed?

<p>Containers in ACI can be accessed via URL with port 80 or the Public IP address.</p> Signup and view all the answers

What represents all containers on a computer in Azure Cloud Shell?

<p>A Container Group represents all containers on a computer in Azure Cloud Shell.</p> Signup and view all the answers

What tool is highlighted as the most popular container runtime in the text?

<p>Docker is mentioned as the most popular container runtime.</p> Signup and view all the answers

How does a container differ from an image in the context of containers?

<p>An image is a packaged unit with applications and dependencies, while a container is an instance of that image running in an isolated environment.</p> Signup and view all the answers

What is the benefit of using containers over a full operating system?

<p>Containers use the host OS kernel, eliminating the need for a full operating system.</p> Signup and view all the answers

What are the key ACI limitations regarding container properties that require container deletion?

<p>OS Type, CPU, memory, GPU resources, Restart Policy, Network Profile, Availability Zone</p> Signup and view all the answers

What are the Azure storage options for storage across multiple pods in AKS?

<p>Azure Files or Persistent Volumes (with Azure Files or Azure Disks)</p> Signup and view all the answers

How is scaling of an AKS cluster typically done?

<p>Manually using the Kubectl command line tool</p> Signup and view all the answers

What are the two autoscaling options available in AKS?

<p>Horizontal Pod Autoscaler and Cluster Autoscaler</p> Signup and view all the answers

What are the two networking options in AKS?

<p>Kubenet (Basic Networking) and Azure Container Networking Interface (CNI - Advanced Networking)</p> Signup and view all the answers

What are the four types of Kubernetes services available in AKS?

<p>Cluster IP, NodePort, LoadBalancer, ExternalName</p> Signup and view all the answers

What are the main components involved in network security in AKS?

<p>Network Security Groups (NSGs) and network policies</p> Signup and view all the answers

How can you check for updates in AKS using the command line?

<p><code>az aks get-updates</code></p> Signup and view all the answers

How is upgrading an AKS cluster typically performed?

<p>One node at a time</p> Signup and view all the answers

What is the method used to upgrade nodes in an AKS cluster?

<p>Stopping pods on the node, creating a new node with the specified Kubernetes version, and upgrading gradually</p> Signup and view all the answers

Use Quizgecko on...
Browser
Browser