What is a AWS profile and how it can make your life easier

What is a AWS profile and how it can make your life easier

AWS profiles are a convenient way to manage and use different sets of credentials and configuration settings in the AWS environment.

December 9, 2022 · 2 min · Lino Layani
CKAD Tip: Ensure your deployment with a temporary container

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.

November 13, 2022 · 3 min · 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 · 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