Linux Foundation Certified System Administrator
Certified Kubernetes Administrator (CKA) Program
Certified Kubernetes Application Developer (CKAD) Program
Certified Kubernetes Security Specialist (CKS)
Hyperledger Fabric Certified Practitioner (HFCP) Exam
What is container orchestration?
Packaging code and all of its dependencies into a single executable
Adding code to a container image so it can run as a container
Using automation to manage containers
Spinning a new containers to replace old ones
Text Description automatically generated
What kubectl command is used to edit a resource on the server?
kubectl resource modify
kubectl update resource
kubectl edit
kubectl resource edit
Graphical user interface, text, application, email Description automatically generated
What is the command to list all the available objects in your Kubernetes cluster?
kubectl get all
kubectl get api-resources
kubectl api-resources
kubectl get pods