Ayadi Tahar | Main

[draft] Understanding ADFS: A Practical Architectural Demonstration

Publish Date: 2026-05-19

Understanding ADFS: A Practical Architectural Demonstration

Active Directory Federation Services (ADFS) is a Single Sign-On (SSO) solution developed by Microsoft. It acts as an identity bridge, allowing users to authenticate against an internal Active Directory (AD) and safely access external or non-domain-joined applications without resubmitting their cr...

read more

Deploy Minio in Openshift

Publish Date: 2024-09-30

Deploy Minio in Openshift

MinIO is a Kubernetes-native high performance object store with an S3-compatible API. The MinIO Kubernetes Operator supports deploying MinIO Tenants onto private and public cloud infrastructures (“Hybrid” Cloud).

In our article today we will see how to deploy the minio operator...

read more

Run Ansible playbooks Using Red Hat Satellite

Publish Date: 2024-04-24

Run Ansible playbooks Using Red Hat Satellite

Red Hat Satellite is system management software that makes Red Hat infrastructure easier to deploy, scale, and manage across any environment.

In our article today we will see how to run an ansible playbook in Red Hat Satellite in order to perform remote execution jobs and automat...

read more

[draft] Controlling pod placement onto nodes in OpenShift

Publish Date: 2024-04-08

Controlling pod placement onto nodes in OpenShift

Pod scheduling is an internal process that determines the placement of new pods onto nodes within the cluster.

In our article today we will see a real use case of pod placement strategies where a different choice might lead to a completely different result and when to use one over othe...

read more

Create a storage class for NFS dynamic storage provisioning in OpenShift

Publish Date: 2024-03-23

Create a storage class for NFS dynamic storage provisioning in OpenShift

While the NFS-specific information contained in a PV definition could also be defined directly in a pod definition, doing so does not create the volume as a distinct cluster resource, making the volume more susceptible to conflicts.

We will see in our demo today the steps that can be ...

read more