0
0
Kubernetesdevops~5 mins

What is Kubernetes - Quick Revision & Key Takeaways

Choose your learning style9 modes available
Recall & Review
beginner
What is Kubernetes?
Kubernetes is a tool that helps run and manage many containers across many computers easily. It makes sure your apps keep running and can grow when needed.
Click to reveal answer
beginner
What is a container in Kubernetes?
A container is a small package that holds an app and everything it needs to run. Kubernetes manages these containers to keep apps working smoothly.
Click to reveal answer
beginner
Why use Kubernetes instead of just running containers alone?
Kubernetes helps by automatically fixing problems, adding more containers when needed, and organizing containers across many computers so apps don’t stop working.
Click to reveal answer
intermediate
What is a Pod in Kubernetes?
A Pod is the smallest unit in Kubernetes. It holds one or more containers that share resources and work together.
Click to reveal answer
intermediate
How does Kubernetes help with app updates?
Kubernetes can update apps without stopping them by slowly replacing old containers with new ones, so users don’t see any downtime.
Click to reveal answer
What does Kubernetes primarily manage?
AContainers
BDatabases
CWeb browsers
DOperating systems
What is the smallest deployable unit in Kubernetes?
ANode
BCluster
CService
DPod
How does Kubernetes help when an app container crashes?
AIt deletes the app
BIt ignores the crash
CIt restarts the container automatically
DIt sends an email
Which feature allows Kubernetes to add more containers when app demand grows?
AScaling
BLogging
CNetworking
DStorage
What is a Kubernetes cluster?
AA single computer
BA group of computers working together
CA type of container
DA programming language
Explain what Kubernetes is and why it is useful for running applications.
Think about how apps need to keep running and grow without manual work.
You got /4 concepts.
    Describe the role of a Pod in Kubernetes.
    Pods group containers that work together.
    You got /4 concepts.