Ayadi Tahar | Main

[draft] Using Red Hat Satellite to configure hosts with Ansible playbooks and roles

Publish Date: 2024-04-24

Using Red Hat Satellite to configure hosts with Ansible playbooks and roles

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 set up and configure Red Hat Satellite to use Ansible to perform remote execution and automate repetitiv...

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

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

Track down space in Linux

Publish Date: 2023-06-10

Track down space in Linux

It happens that sometimes you run out of space in your data drive disks, at that time you might have serious problems especially in production environment, and usually you will not notice that until you start losing some data and applications stop running.

In this article we w...

read more