
CKAD Tip: Ensure your deployment with a temporary container
During the CKAD exam, you will be more that likely prompted to deploy a service. Here is a simple way to test the pod or service you deployed respond properly.
During the CKAD exam, you will be more that likely prompted to deploy a service. Here is a simple way to test the pod or service you deployed respond properly.
The difference between Kubernetes Labels and Annotation can be misleading at first. Both are metadata attached to a pod, but serve different purposes.
The container’s init process is defined by a ENTRYPOINT and a CMD instruction. The ENTRYPOINT instruction looks almost similar to the CMD instruction. Both of them help to define the init process of the container. What is the difference between those two ?
How does a user get to perform a certain action on AWS ?