Ansible: step-by-step tutorial on Ansible Collections
Here’s a very detailed, step-by-step tutorial on Ansible Collections—covering what they are, why you need them, how to use them, how to create your own, and key best practices and…
Read more »Ansible: Unit Testing in Ansible?
What is Unit Testing in Ansible? Unit testing in Ansible refers to testing the smallest pieces of code within Ansible—primarily custom modules, plugins, or Ansible-related Python code—in isolation from the…
Read more »Ansible: All Ways to Define Variables in Ansible Inventory/Hosts
Here’s a comprehensive tutorial on all the ways to define and use variables in Ansible inventory/hosts, covering every major approach—including their best use cases and clear examples for each. Complete…
Read more »Ansible: Dynamic Ansible Inventory Script for AWS EC2 Public IPs
Below is a simple dynamic inventory Bash script for Ansible that queries all EC2 instances in your AWS account, gets their public IPs, and outputs a valid Ansible inventory.You just…
Read more »Ansible: Ansible Automation Platform (AAP) 2.5+ Installation & Configuration
How to download? Here’s a detailed and up-to-date conclusion for installing the latest Ansible Automation Platform (AAP) 2.5+ with the RPM/bundle installer—including the minimum requirements and what’s possible (and not)…
Read more »
Ansible Tower Install and Setup Quick Guide
To install Red Hat Ansible Tower 3.8.6 (using ansible-tower-setup-3.8.6-2.tar.gz), your environment must meet a set of hardware, software, and system prerequisites. Below are the summarized requirements specific to this Tower version and its…
Read more »Ansible: Complete Guide & Tutorial of Ansible Vault
Here is a very detailed and comprehensive tutorial on using Ansible Vault with practical, real-world examples for each subcommand. Ansible Vault Tutorial Ansible Vault is a powerful feature that allows…
Read more »Kubernetes Ingress Rules: Complete Guide with Examples
Here’s a comprehensive, practical, and easy-to-follow tutorial on all main types of Kubernetes Ingress rules—with detailed explanations, diagrams, and YAML examples for each. This guide is aimed at both beginners…
Read more »The Azure Databricks Guide The Azure Databricks Guide
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Three practicaluse cases withAzure Databricks
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »An Introduction to Databricks andInformatica Data EngineeringIntegration
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Microsoft Azure Databricks for data engineering
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Databricks Certified Data Engineer Associate
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Databricks Certified Associate Developer for Apache Spark 3.0 – Python
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday Landmark, stock market…
Read more »Ansible: Deep Dive into Jinja2 Ansible Template with example
Introduction to Ansible Templates and Jinja2 Ansible templates are powerful tools for creating dynamic configuration files and scripts based on variables and logic. Templates in Ansible use the Jinja2 templating…
Read more »Ansible: How to use template in Ansible using Jinja2?
Here’s a comprehensive tutorial on Ansible Templates and Jinja2, suitable for engineers or anyone preparing for an advanced Ansible role. 1. What are Ansible Templates? Ansible templates are files written…
Read more »OpenShift Install & Configurations using OpenShift Local in windows laptops/desktops
Below is the 100% correct and updated step-by-step guide to install and configure OpenShift Local (aka CRC) on Windows 10/11 laptops or desktops using the correct crc commands. ✅ Overview:…
Read more »Ansible: Command line tools with example in Ansible
1. ansible Run a single task (module) against hosts in your inventory. For quick, ad-hoc commands. General Syntax Common Examples and All Key Combinations Example Description ansible all -m ping…
Read more »Artifactory: Artifactory 7.x REST API Quickstart
Here’s a step-by-step practical guide to using the JFrog Artifactory 7.x REST API to manage your instance (create repos, users, etc.) using your server and credentials. 🟢 Artifactory 7.x REST…
Read more »Artifactory: Comprehensive Troubleshooting Guide for JFrog Artifactory
Here’s a very comprehensive, up-to-date troubleshooting guide for JFrog Artifactory 7.x, covering the application, database, core components, all services, log files, and all the key troubleshooting commands.This guide is tailored…
Read more »Artifactory: Setting up Artifactory 7 High Availability Cluster
Here is a comprehensive, step-by-step guide to design, configure, and deploy JFrog Artifactory 7.x in High Availability (HA) mode—including all architectural and configuration considerations required for a successful, production-grade setup….
Read more »Artifactory: Guide to change Artifactory filestore to AWS EFS (Elastic File System)
Here’s a comprehensive, step-by-step tutorial for migrating or configuring JFrog Artifactory 7.117.7+ (self-hosted, Linux) to use AWS EFS (Elastic File System) as its filestore. This guide brings together all best…
Read more »Artifacatory: Upload Artifacts to Artifactory using NPM with Node.js Project
Step-by-Step Guide: Create a Node.js Project with npm and Upload Artifacts to Artifactory 1. Install Prerequisites 2. Initialize a New Node.js Project 3. Develop Your Node.js Artifact 4. Configure Artifactory…
Read more »Artifactory: using Gradle and Uploading Artifacts to Artifactory
Step-by-Step Guide: Creating a Java Project with Gradle and Uploading Artifacts to Artifactory 1. Install Prerequisites 2. Create a New Java Project Using Gradle Open your terminal and execute: textgradle…
Read more »Jfrog Artifactory: Install Artifactory 7 with Postgresql
Here’s a clear, step-by-step command guide to install the latest JFrog Artifactory (7.117.7) on a Linux server with PostgreSQL as the external database. This walkthrough assumes Ubuntu/Debian, but the logic…
Read more »Package Types Supported by Artifactory
Here is a short summary of each of the mentioned package types: Complete List of Package Types Supported by JFrog Artifactory JFrog Artifactory is recognized for its universal package management…
Read more »Jfrog Artifractory Architecture
JFrog Artifactory Architecture: Comprehensive Overview JFrog Artifactory acts as the core of the JFrog Platform, providing robust, universal artifact management across the software supply chain. Its architecture is modular, scalable,…
Read more »Jfrog Artifractory System Reqirements
Here are the system requirements for running JFrog Artifactory, based on JFrog’s official documentation (latest versions): ✅ 1. Hardware Requirements Minimum for Small Teams / Evaluation: Recommended for Production: Enterprise-Grade…
Read more »List of Deployment Model of Jfrog Artifractory
JFrog Artifactory offers several deployment models catering to different organizational requirements for flexibility, scalability, security, and compliance. Here’s a comprehensive listing and explanation: Deployment Model Description Typical Use Cases/Notes Self-hosted…
Read more »Artifactory: Local vs Remote vs Virtual Repositories
Here’s a detailed text-based table comparing Local, Remote, and Virtual repositories in JFrog Artifactory, including what each type can do and cannot do: 📊 Local vs Remote vs Virtual Repositories…
Read more »