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
Which statement is true about Pod Networking?
All pod requires an external DNS server to get the hostname
All containers in a pod get a unique IP address
All containers in a pod share a single IP address
All pod requires NAT to get a unique IP address.
Text Description automatically generated
Which of the following factors does scheduling take into account when selecting a Node?
How many replicas there are in a Deployment
Services
Resource requirements
The number of existing Pods on a Node
Scheduling takes resource requirements into account in the form of resource requests.
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
Graphical user interface, text, application, email Description automatically generated