What does CKAD stand for? - answerCertified Kubernetes Application Developer
Create an nginx pod from cli - answerk run nginx --image=nginx
Create a redis pod yaml file from cli - answerk run redis --image=redis --dry-run=client -
o yaml > pod.yaml
Docker start image? - answerDocker run imagename
Docker list running containers? - answerDocker ps
Docker list running and stopped containers? - answerDocker ps -a
What are 3 ways to add environment variables? - answerPlain key value, ConfigMap
and Secrets
To get an env var from a configMap? - answerenv:
- name: APP_COLOR
valueFrom:
configMapKeyRef:
To get an env var from a secrets? - answerenv:
- name: APP_COLOR
valueFrom:
secretKeyRef:
What are configMaps used for? - answerTo pass configuration data via key value pairs
Create a configMap from the command line? - answerk create configMap name --from-
literal=APP_COLOR=blue
4 main fields of a configMap - answerapiVersion
kind
metadata
data
Add configMap to file? - answercontainer:
envFrom:
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 Dreamer252. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $12.49. You're not tied to anything after your purchase.