Microservices & Container Orchestration Flashcards

1
Q

What is Kubernetes

A

Kubernetes is an open-source solution to managing containers at scale. Kubernetes is a “portable, extensible, open-source platform for managing containerized workloads and services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Cluster

A

Collection of nodes pooling their resources together. Workloads are deployed to the cluster which then manages the appropriate distribution of the workload internally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Pod

A

Kubernetes pods are a logical collection of related containers that share storage and network resources. Containers inside a pod are relatively tightly coupled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a container

A

Containers are a form of application deployment virtualization. They help developers to wrap an app release with its environment information and other data that will help in smooth deployment on production servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a node

A

A node is the smallest computing unit in a Kubernetes setup. Normally, it represents a single machine in your infrastructure and consists of computing power and memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly