Exercise 4 Flashcards

1
Q

K8s Workloads

A

Higher level objects that manage Pods or other higher level objects

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

ReplicaSet

A
  • primary method of managing pod replicas and their lifecycle
  • always ensure the desired number of pods are running
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Helm

A

package manager for K8s that simplifies the management of K8s applications

internet:

Helm is a package manager for Kubernetes, which provides a way to manage and automate the deployment and management of complex application stacks in a Kubernetes cluster.

Helm uses a packaging format called Charts, which define the structure and dependencies of an application, including the Kubernetes resources required to run it. Charts can be created, shared, and installed with Helm, making it easier to deploy and manage complex applications in a Kubernetes environment.

With Helm, you can define, install, and upgrade complex applications in a reproducible and versioned manner, making it easier to manage the entire application lifecycle.

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

key components of Helm

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

chart

A

bundle of information to create an instance of a Ks apps

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

config

A

contains configuration information that can be merged into a packaged chart to create a releasable object

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

release

A

running instance of a chart, combined with a specific config

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

OpenWhisk Conductor Actions

A

make it possible to build and invoke a series of actions, similar to requests

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

OpenWhisk Composer

A

For composing functions built on OpenWhisk. Composer synthesizes OpenWhisk conductor actions to implement compositions.

framework for composing and deploying serverless functions on the Apache OpenWhisk platform.

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