CKAD Exam Tip: Use Temporary Containers to Validate Deployments

CKAD Exam Tip: Use Temporary Containers to Validate Deployments

In the CKAD Exam, time is key. A quick and effective way to confirm that your pod or service is responding correctly is by using a temporary container for testing. Here’s how

November 13, 2022 · 385 words · Lino Layani
Labels and Annotations

Kubernetes Labels and Annotations: Which One to Use When

The difference between Kubernetes Labels and Annotation can be misleading at first. Both are metadata attached to a pod, but serve different purposes.

October 23, 2022 · 512 words · Lino Layani
The often misunderstood difference between ENTRYPOINT and CMD in Docker

The often misunderstood difference between ENTRYPOINT and CMD in Docker

Both the entrypoint and cmd are crucial for configuring the init process of a container. What exactly is the difference between those two ?

September 10, 2022 · 353 words · Lino Layani
IAM Mechanics in AWS explained

IAM Mechanics in AWS explained

IAM Mechanics can be tricky. Let’s decompose how a user get to perform which action.

August 1, 2022 · 359 words · Lino Layani