NodePort, ClusterIP, LoadBalancer: Which service to choose ?

NodePort, ClusterIP, LoadBalancer: Which service to choose ?

In Kubernetes, there are several different types of service that can be used to expose an application to external traffic.

September 21, 2023 · 2 min · Lino Layani
Implementing authentication and authorisation for a Kubernetes application — the easy way

Implementing authentication and authorisation for a Kubernetes application — the easy way

Ever wanted to restrict access to your Kubernetes App to authenticated Google users without writing a single line of code in your application ?

February 11, 2023 · 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