23 - KUBERNETES Flashcards

1
Q

what is kubernetes

A

Container orchestration tool

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

why kubernetes

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

some container mgnt tools

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

kubernetes features

A

service discovery and load balancing
storage orchestration
automated rollouts and rollbacks
automatic bin packing
self-healing
secret and configuration management

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

kubernetest architecture

A

Master
- API server
- ETCD server
- Scheduler
- Controller manager
Worker
- kubelet, proxy [ docker: pods ]

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

role of the kube API server

A

handles all the requests and enables communication across stack services
component on the master that exposes the kubernetes API.
It is the front-end for the kubernetes control plane.

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

ETCD server

A

stores all the information

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

kube scheduler

A

watches newly created pods that have no node assigned, and selects a node for them to run on.

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

controller manager

A

node
replication
endpoints
service account & token controller

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

node components

A

kubelet
kube proxy
container runtime
addons

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

PODS

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

kubernetes setup tools

A

minikube
kubeadm

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