basics Flashcards

1
Q

what is kubernetes

A

Kubernetes is a platform that orchestrates the placement (scheduling) and execution of application containers within and across computer clusters

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

K8 cluster consists of two types of resources. What are they?

A

a master and nodes

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

What are the 4 basic things the K8 master does ?

A

Scheduling, Maintaining applicaition’s desired state, scaling, rolling out updates

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

What does each K8 node have ?

A

A kublet, and a runtime (docker)

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

How do Nodes communicate with the master?

A

Through the K8 API, which the master exposes

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

Are application containers tied to a physical machine

A

No. k8 will decide which node to run an application container on.

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

who exposes the k8 api? who uses it?

A

the master exposes it. users and nodes use it

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