Cloud Integration

How to Set Up iSCSI Storage on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up iSCSI Storage on RHEL 9

iSCSI (Internet Small Computer System Interface) is a network protocol that allows servers to access block-level storage over a TCP/IP network, enabling centralized storage management. On RHEL 9, configuring iSCSI involves setting up a storage target that exports block devices and an initiator that connects to and mounts those devices. This tutorial covers the full […]

Read more
How to Configure S3FS to Mount AWS S3 on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure S3FS to Mount AWS S3 on RHEL 10

Introduction How to Configure S3FS to Mount AWS S3 on RHEL 10 on RHEL 10 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the resulting configuration […]

Read more
How to Configure MinIO Object Storage on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure MinIO Object Storage on RHEL 10

Introduction This tutorial demonstrates how to Configure MinIO Object Storage on RHEL 10 on RHEL 10. It is written for administrators who want a repeatable, well-explained walkthrough that goes beyond a bare command list and explains each configuration choice. Every command is tested against a freshly registered RHEL 10 system with the default AppStream repositories […]

Read more
How to Set Up OpenTelemetry Collector on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up OpenTelemetry Collector on RHEL 9

The OpenTelemetry Collector is a vendor-agnostic agent that receives, processes, and exports telemetry data — metrics, traces, and logs — from instrumented applications. Running a standalone Collector on RHEL 9 decouples your application code from the observability backend, making it easy to route data to multiple destinations or swap backends without redeploying services. This guide […]

Read more
How to Install Graylog for Centralised Log Management on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Graylog for Centralised Log Management on RHEL 9

Graylog is an open-source centralised log management platform that collects, indexes, and analyses log data from across your infrastructure in one place. On RHEL 9, deploying Graylog 5.x gives operations teams powerful search, alerting, and dashboarding capabilities without relying on cloud-based log services. Graylog depends on MongoDB for metadata storage and OpenSearch (or Elasticsearch) for […]

Read more
How to Install Netdata on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Netdata on RHEL 9

Netdata is a lightweight, real-time performance monitoring agent that provides per-second metrics with zero configuration for hundreds of applications and services out of the box. Unlike traditional monitoring solutions that poll at 15- or 60-second intervals, Netdata collects data every second and renders interactive charts in its built-in web dashboard instantly. It is designed to […]

Read more
How to Install HashiCorp Vault for Secrets Management on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install HashiCorp Vault for Secrets Management on RHEL 9

HashiCorp Vault is an open-source secrets management platform that provides secure storage, access control, and auditing for sensitive data such as API keys, passwords, certificates, and encryption keys. Instead of hardcoding secrets in application configs or environment variables, applications request them from Vault at runtime using short-lived tokens or AppRole credentials. This tutorial covers installing […]

Read more
How to Use Skaffold for Kubernetes Development on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Use Skaffold for Kubernetes Development on RHEL 9

Skaffold is a command-line tool from Google that automates the inner development loop for Kubernetes applications: it watches your source files for changes, rebuilds container images, re-runs tests, and redeploys to your cluster — all in a single continuous process with a single command. Instead of manually running docker build, docker push, and kubectl apply […]

Read more
How to Set Up a CI/CD Pipeline with Tekton on Kubernetes on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Set Up a CI/CD Pipeline with Tekton on Kubernetes on RHEL 9

Tekton is a Kubernetes-native open-source framework for building continuous integration and delivery (CI/CD) pipelines. Unlike Jenkins or GitLab CI, Tekton runs entirely as Kubernetes Custom Resource Definitions (CRDs), meaning every pipeline, task, and run is a Kubernetes object you manage with kubectl — no separate CI server to maintain. This cloud-native approach gives you full […]

Read more
How to Configure Infrastructure as Code with Pulumi on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Infrastructure as Code with Pulumi on RHEL 9

Pulumi is a modern Infrastructure as Code platform that lets you define, deploy, and manage cloud resources using general-purpose programming languages — Python, TypeScript, Go, C#, and Java — instead of a domain-specific language like Terraform’s HCL. This means you get real loops, conditionals, functions, classes, and access to the full ecosystem of your chosen […]

Read more
CHAT