Save
freeCodeCamp
Kubernetes freeCodeCamp
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Michael Angelo Cantara
Visit profile
Cards (348)
What does Kubernetes simplify for applications?
Deployment to
production
View source
Who will teach the Kubernetes course?
Bogdan Stashchuk
View source
What is Kubernetes considered in the context of containerized applications?
Defacto
standard for deployment
View source
What type of software is Kubernetes?
Open source
View source
How long has Bogdan Stashchuk been using Docker and Kubernetes?
Multiple
years
View source
What will the course start with?
Terminology
and key features of
Kubernetes
View source
What is a Kubernetes cluster?
A set of
nodes
for
container
orchestration
View source
What is a node in Kubernetes?
A server in the Kubernetes
cluster
View source
What will be built during the course?
A small
Kubernetes
cluster
locally
View source
What will be created and scaled in the course?
Different
deployments
View source
What will be pushed to Docker Hub?
A custom Docker
image
View source
What type of configuration files will be used in Kubernetes?
YAML
configuration files
View source
What does Kubernetes allow regarding different applications?
Connect different applications over the
network
View source
What container runtimes does Kubernetes support?
Docker
,
CRI O
, and
container D
View source
What is the prerequisite for the course?
Familiarity with
Docker
View source
What is Kubernetes defined as?
A
container
orchestration
system
View source
What does Kubernetes automate?
Deployment of
containerized
applications
View source
What is the smallest unit in Kubernetes?
Pod
View source
What do containers inside a pod share?
Volumes and
network resources
View source
How many containers are most commonly found in a pod?
Single
container
View source
Can containers from one pod be spread across different servers?
No
,
one
pod
per
server
View source
What is a Kubernetes cluster made of?
Nodes
View source
What is the role of the master node?
Manages
worker nodes
View source
What services run on each node in a Kubernetes cluster?
Cubelet
, cube proxy, and
container runtime
View source
What does the cubelet service do?
Communicates with the
master node
View source
What is the function of the cube proxy?
Responsible for
network communication
View source
What does the scheduler service do?
Plans
and
distributes
load
View source
What does the cloud controller manager do?
Interacts with
cloud service providers
View source
What service stores logs in Kubernetes?
Etcd
View source
What is the main service for name resolution in Kubernetes?
DNS service
View source
What is the API server used for?
Manage the
Kubernetes
cluster
View source
How do you manage a Kubernetes cluster remotely?
Using cube
CTL
tool
View source
What type of communication occurs between nodes and the master node?
Over
HTTPS
View source
What is the purpose of the mini cube tool?
Create a single
node cluster
locally
View source
What is required to run mini cube successfully?
A
virtual machine
or
container manager
View source
Which virtual machine managers are supported by mini cube?
VirtualBox
,
VMware
,
Docker
,
Hyper V
,
Parallels
View source
What is the suggested virtual machine manager for Windows users?
Hyper V
View source
What is one way to create a cluster using cloud services?
Use
Amazon Web Services
or
Google Cloud
View source
What is a free solution for creating a cluster locally?
Create a class for locally on your computer
View source
What tool can be used to create a single node cluster?
Mini cube
View source
See all 348 cards