authorization

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 Configure System Logging with rsyslog on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure System Logging with rsyslog on RHEL 10

Introduction Setting up configure system logging with rsyslog on a RHEL 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Configure System Logging with rsyslog on RHEL 10, with all the commands you need, the SELinux and firewalld considerations to keep in mind, and […]

Read more
How to Enable and Configure SELinux Enforcing Mode on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Enable and Configure SELinux Enforcing Mode on RHEL 10

Introduction This tutorial demonstrates how to Enable and Configure SELinux Enforcing Mode 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 […]

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 Firewalld Zones and Rules on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure Firewalld Zones and Rules on RHEL 10

Introduction RHEL 10 ships with a stable, security-hardened base that makes deploying configure firewalld zones and rules both straightforward and auditable. This tutorial covers the complete procedure for how to Configure Firewalld Zones and Rules on RHEL 10, including dnf module streams where applicable, systemd unit management, and the firewalld rules required for network-facing services. […]

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
How to Configure Automatic Security Updates with dnf-automatic on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Configure Automatic Security Updates with dnf-automatic on RHEL 10

Introduction How to Configure Automatic Security Updates with dnf-automatic 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 Install and Use Fluentd for Log Aggregation on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install and Use Fluentd for Log Aggregation on RHEL 9

Fluentd is an open-source data collector that unifies log aggregation across your infrastructure, enabling you to collect, parse, transform, and forward logs to multiple destinations from a single configuration file. Maintained by the Cloud Native Computing Foundation (CNCF), it has become the industry standard for centralized log management in cloud-native environments. The Treasure Data distribution, […]

Read more
How to Disable Root Login and Harden SSH on RHEL 10 — step-by-step RHEL 10 tutorial on Progressive Robot

How to Disable Root Login and Harden SSH on RHEL 10

Introduction Setting up disable root login and harden ssh on a RHEL 10 server is a common task for system administrators, DevOps engineers, and site reliability engineers. This guide explains how to Disable Root Login and Harden SSH on RHEL 10, with all the commands you need, the SELinux and firewalld considerations to keep in […]

Read more
How to Configure Prometheus AlertManager on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Configure Prometheus AlertManager on RHEL 9

Prometheus AlertManager is a standalone component of the Prometheus monitoring stack responsible for deduplicating, grouping, routing, and dispatching alerts to notification channels such as Slack, email, and PagerDuty. While Prometheus evaluates alerting rules and fires alerts, it is AlertManager that decides who gets notified, when, and how — preventing alert storms and on-call fatigue through […]

Read more
CHAT