K8s basics Flashcards

1
Q

statefulset

A

it’s like deployments but it’s for statfull apps like databases

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

deployment

A

a blueprint for creating a full service

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

service

A

is also a load balancer

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

volume

A

attach physical storage to pod

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

secret

A

it’s like config map but for secure configs

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

config map

A

key value pair

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

config map

A

external configuration for pods

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

ingress

A

forward external request to internal services

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

internal service

A

just for internal communications

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

external service

A

accessed from external

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

service

A

permanent ip that attached to pod

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

After pod dies, new ip assigned to pod

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

each pod get internal IP

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

Pod can run multiple app inside it.but it’s not good practice

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

Pod

A

Smallest unit / abstract over container

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