General
Terminology
Kubernetes Cluster
Kubernetes Deployment
Kubernetes Networking
100

An open-source orchestration container platform

What is Kubernetes?

100

Abbreviation of Kubernetes

What is K8s?

100

A set of nodes that run containerized applications.

What is a Kubernetes cluster?

100

Used to tell Kubernetes how to create or modify instances of the pods that hold a containerized application.

What is Kubernetes deployment?

100

Allows administrators to move workloads across private, public, and hybrid cloud infrastructures.

What is Kubernetes networking?

200

The operation of an elastic web server framework for cloud applications. 

What does Kubernetes enable?

200

The most popular container virtualization standard used by Kubernetes.

What is Docker?

200

Kubernetes clusters allow containers to run across these machines and environments.

What are virtual, physical, cloud-based, and on-premises?

200

Monitors the health of pods and nodes, it can replace a failed pod or bypass down nodes, replacing those pods to ensure continuity of critical applications.

What is the Kubernetes deployment controller?

200

These are in Kubernetes Pod network.

What are pods, containers, nodes, and a master node?

300

The ability to automate web server provisioning according to the level of web traffic in production.

What is a Kubernetes feature?

300

Popular operating systems specifically designed for container usage.

What are RancherOS, CoreOS, and Alpine Linux?

300

This controls the state of a cluster.

What is a master node?

300

Terminates the currently running pod instances and ‘recreates’ them with the new version.

What is a Kubernetes Recreate Deployment?

300

The foundation of Kubernetes.

What is Pod-to-Pod communication?

400

Different data centers, on different hardware, or through different hosting providers. 

What are Kubernetes hardware locations?

400

Generally requires a smaller operating system footprint in production.

What is container virtualization? 

400

The components that run the apps.

What are worker nodes?

400

Allows an orderly, ramped migration from one version of an application to a newer version.

What is a Kubernetes Rolling Update Deployment?

400

The standard way to connect a service externally to the internet.

What is the LoadBalancer?

500

Evolved from the code that Google used to manage its data centers at scale with the “Borg” platform  

What is Kubernetes?
500

Supports the development of shared networking standards in cloud data center management software.

What is the Cloud Native Computing Foundation? 

500

A way for a Kubernetes user to organize many different clusters within just one physical cluster.

What is a namespace?

500

Offers a rapid transition from old to new application version once the new version is tested in production.

What is a Kubernetes Blue/Green Deployment?

500

Acts as a router or controller to route traffic to services via a load balancer.

What is Ingress?

M
e
n
u