
Solution Architect
Alessandro Arrichiello
Highly motivated Linux professional. Proven ability to design and architect complex systems with all the Red Hat portfolio. Currently focusing on expanding knowledge on OpenShift AI. RH Developer Blog Contributor. Author of the book "Podman for DevOps".
Alessandro Arrichiello's contributions
Article
IoT edge development and deployment with containers through OpenShift: Part 1
Alessandro Arrichiello
Part 1 of a two-part series, explores techniques that enable the portability of containers across different environments.Through these techniques, you may be able to use the same language, framework, or tool used in your datacenter straight to the IoT edge, even with different CPU architectures.
Article
Managing containerized system services with Podman
Alessandro Arrichiello
Containers can be simple. Learn how to run MariaDB, Apache HTTPD, and WordPress in containers, managed through systemd and systemctl.
Article
Intro to Podman
Alessandro Arrichiello
+1
Podman is an alternative to the Docker command-line interface that lets you run standalone, daemonless containers. See examples of how easy it is to use Podman.
Article
Customizing an OpenShift Ansible Playbook Bundle
Alessandro Arrichiello
Learn how to create an Ansible Playbook Bundle (APB) and customize it to configure an external remote host (through SSH), explore what goes on "under the hood," and get tips for troubleshooting APBs.
Article
Understanding Ansible Tower Isolated Nodes
Alessandro Arrichiello
Learn how Ansible Tower Isolated nodes can be used to manage systems that are on restricted remote networks such as VPCs, and hosted environments
Article
OpenShift 3.6 - Release Candidate (A Hands-On)
Alessandro Arrichiello
Hi, Everybody! Today I want to introduce you to some features of OpenShift 3.6 while giving you the chance to have a hands-on experience with the Release Candidate. First of all: It's a Release Candidate and the features I'll show you are marked as Tech Preview, so use them for testing purpose ONLY! We cannot use Minishift just because there is no Minishift updated yet. Anyway, I'll show how could use its base iso-image. I don't want to use 'oc...
Article
The CoolStore Microservices Example: DevOps and OpenShift
Alessandro Arrichiello
An introduction to microservices through a complete example Today I want to talk about the demo we presented @ OpenShift Container Platform Roadshow in Milan & Rome last week. The demo was based on JBoss team's great work available on this repo: https://github.com/jbossdemocentral/coolstore-microservice In the next few paragraphs, I'll describe in deep detail the microservices CoolStore example and how we used it for creating a great and useful example of DevOps practices. We made some edits to the original project...
Article
Adding Persistent Storage to Minishift / CDK 3 in Minutes
Alessandro Arrichiello
Hi there! It's been a while since I last wrote an article. Today, I want to show you how to easily setup some persistent storage for your projects in minishift / CDK 3 (Red Hat's Containers Development Kit 3). Prerequisites First, let's start planning what you'll need: A working minishift or CDK 3. That's all, I swear! I won't go deep into how to set up a minishift or CDK 3, there are many articles on the Internet to cover...

IoT edge development and deployment with containers through OpenShift: Part 1
Part 1 of a two-part series, explores techniques that enable the portability of containers across different environments.Through these techniques, you may be able to use the same language, framework, or tool used in your datacenter straight to the IoT edge, even with different CPU architectures.

Managing containerized system services with Podman
Containers can be simple. Learn how to run MariaDB, Apache HTTPD, and WordPress in containers, managed through systemd and systemctl.

Intro to Podman
Podman is an alternative to the Docker command-line interface that lets you run standalone, daemonless containers. See examples of how easy it is to use Podman.

Customizing an OpenShift Ansible Playbook Bundle
Learn how to create an Ansible Playbook Bundle (APB) and customize it to configure an external remote host (through SSH), explore what goes on "under the hood," and get tips for troubleshooting APBs.

Understanding Ansible Tower Isolated Nodes
Learn how Ansible Tower Isolated nodes can be used to manage systems that are on restricted remote networks such as VPCs, and hosted environments

OpenShift 3.6 - Release Candidate (A Hands-On)

The CoolStore Microservices Example: DevOps and OpenShift

Adding Persistent Storage to Minishift / CDK 3 in Minutes