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 · 3 min · Lino Layani
The often misunderstood difference between ENTRYPOINT and CMD in Docker

The often misunderstood difference between ENTRYPOINT and CMD in Docker

The ENTRYPOINT instruction looks almost similar to the CMD instruction. Both of them help to define the command that will be executed at the start of the container. What is the difference between those two ?

September 10, 2022 · 2 min · Lino Layani
IAM Mechanics in AWS explained

IAM Mechanics in AWS explained

How does a user get to perform a certain action on AWS ?

August 1, 2022 · 2 min · Lino Layani