Home
David's tidbits
Cancel

Using Persistent Storage with Kubernetes (using NFS directly)

Using persistent storage allows the pods to share storage. The example below will mount NFS storage at “192.168.1.20:/mnt/tank/nfs”. The pod will make a claim to that NFS storage and mount it into ...

Adding the EPEL repo to Image Builder

The EPEL repository URL suitable for Image Builder seems to be very hard to find. In the RHEL Cockpit program (https://ip_address:9090/), click on Image Builder and Manage Sources. Add a yum repos...

Installing Image Builder on a RHEL 8 or 9 system

You can use image builder to create customized system images of RHEL, including system images prepared for deployment on cloud platforms. Image builder automatically handles the setup details fo...

Creating an Image Builder image

Creating an image has two parts: A Blueprint and an image. The Blueprint could be considered a upper level folder for the images you will create. In Cockpit, click on Image Builder and then “Cr...

Proxmox notes

Random Notes Have name and ip address decided before install. May not change afterwards. Cluster mistakes are hard to recover from. Storage is located at /mnt/pve qcow2 VMs - Snapshots are...

A PowerShell script to create many new VMware VMs

This script will create one or more inventory items aka a virtual machines using PowerShell. It connects an ISO image and defines all of the hardware. It does not install the OS. This script requi...

My Opinion on the Raspberry PI

When the Raspberry PI first came out, I was thrilled at what the RPI Foundation was attempting. A small, single board computer that supported a graphical Linux distro! I know people working in thir...

Installing Ansible (Red Hat)

No matter your role, or what your automation goals are, Ansible can help you demonstrate value, connect teams, and deliver efficiencies for your organization. Built on open source, Red Hat® Ansi...

Installing Ansible (Ubuntu)

No matter your role, or what your automation goals are, Ansible can help you demonstrate value, connect teams, and deliver efficiencies for your organization. Built on open source, Red Hat® Ansi...

RHEL 8/9 - Setting the hostname and IP Address

Setting the hostname sudo hostnamectl set-hostname new_hostname Find the NIC name In this case it is named “ens18”. $ nmcli device DEVICE TYPE STATE CONNECTION ens18 ethernet connec...