CKAD Exam Study Questions & Answers 2024/2025
Kubernetes API primitives - ANSWERSPod
Node
Service
ServiceAccount
...
Kubernetes Objects
Kubernetes Objects - ANSWERSData object that represent the state of the cluster
Get Kubernetes objects - ANSWERSkubectl api-resources -o name
Ba...
Kubernetes Objects - ANSWERSData object that represent the state of the cluster
Get Kubernetes objects - ANSWERSkubectl api-resources -o name
Basic properties of a Kubernetes object - ANSWERSSpec
Status
Kubernetes Object - Spec - ANSWERSThe desired stae of the object
Kubernetes Object - Status - ANSWERSThe current state of the objects
Pods - ANSWERSBasic building block of any application running in Kubernetes
Building blocks of a Pod - ANSWERSOne or more containers
Resources shared by the containers
Namespaces - ANSWERSA way to organise objects within the a cluster together. If none is specified, the
default one will be used
, Containers - Commands - ANSWERSWill be used to run a command in the container. Will override the
default command specified by the container:
command: ['echo']
Containters - Commands - Arguments - ANSWERSAdditional arguments feed to the command
args: ['this is a customer argument']
Containers - Port - ANSWERSExposing a port to the rest of the cluster from the yaml
ports:
- containerPort: 80
ConfigMaps - ANSWERSKubernetes object for storing configuration data in a key-value format
Environment variable - ANSWERSenv:
- name: MY_VAR
valueFrom:
configMapKeyRef:
name: my-config-map
key: myKey
Labels - ANSWERSKey-value pairs that can be attached to a kubernetes objects to help identify the object
metadata:
labels:
app: appname
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller Bensuda. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $8.49. You're not tied to anything after your purchase.