Ayadi Tahar | Main

[draft] 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 and...

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

Windows management with Ansible

Publish Date: 2024-02-01

Windows management with Ansible

Ansible is known for its ability to automate many IT processes, which are usually performed manually, including provisioning, system configuration, and software deployment in a flexible, secure way.

while this is mostly true and widely implemented in Linux-based environments, it becomes ...

read more