Installation Flashcards

1
Q

All-in-One Single-Node

A

In this setup, all the control plane and worker components are installed and running on a single-node. While it is useful for learning, development, and testing, it is not recommended for production purposes.

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

Single-Control Plane and Multi-Worker Install

A

In this setup, we have a single-control plane node running a stacked etcd instance. Multiple worker nodes can be managed by the control plane node.

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

Single-Control Plane with Single-Node etcd, and Multi-Worker Installation

A

In this setup, we have a single-control plane node with an external etcd instance. Multiple worker nodes can be managed by the control plane node.

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

Multi-Control Plane and Multi-Worker Installation

A

In this setup, we have multiple control plane nodes configured for High-Availability (HA), with each control plane node running a stacked etcd instance. The etcd instances are also configured in an HA etcd cluster and multiple worker nodes can be managed by the HA control plane.

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

Multi-Control Plane with Multi-Node etcd, and Multi-Worker Installation

A

In this setup, we have multiple control plane nodes configured in HA mode, with each control plane node paired with an external etcd instance. The external etcd instances are also configured in an HA etcd cluster, and multiple worker nodes can be managed by the HA control plane. This is the most advanced cluster configuration recommended for production environments.

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

Kubernetes infrastructure cloud options

A

bare metal, public, private, or hybrid

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

Kubernetes OS infrastructure options

A

Linux (Red-Hate or Debian-based)
Windows

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

Which networking solution to use? aka…

A

CNI

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

Local Learning cluster for Single- and multi-node local Kubernetes cluster, recommended for a learning environment deployed on a single host.

A

Minikube

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

Local learning cluster for Multi-node Kubernetes cluster deployed in Docker containers acting as Kubernetes nodes, recommended for a learning environment.

A

Kind

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

Including a local Kubernetes cluster for Docker users.

A

Docker Desktop

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

Local learning cluster for Local and cloud Kubernetes cluster for developers and production, from Canonical.

A

MicroK8s

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

Local Learning cluster for Lightweight Kubernetes cluster for local, cloud, edge, IoT deployments, originally from Rancher, currently a CNCF project.

A

K3S

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

Production Cluster Deployment tools

A

kubeadm

kubespray

kops

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