Linux

Connecting Dell Unity XT to Kubernetes with CSI-Unity on Bare-Metal

Connecting Dell Unity XT to Kubernetes with CSI-Unity on Bare-Metal

Bogdan Ungureanu
The Dell Container Storage Interface (CSI) Driver for Unity XT enables Kubernetes clusters to provision and manage storage volumes from Dell Unity XT arrays. This guide provides a comprehensive walkthrough for deploying CSI-Unity on a bare-metal Kubernetes cluster running Ubuntu 24.04, including multipath configuration and troubleshooting strategies. Prerequisites Kubernetes cluster (version 1.27+) running on Ubuntu 24.04 Dell Unity XT storage array with: Management IP address accessible from Kubernetes nodes iSCSI or Fibre Channel connectivity configured Storage pools created and available Administrative access to Kubernetes cluster and Unity XT array Helm 3.

Convert PDF to JPEG

Bogdan Ungureanu

I know there are allot of online tools that allows you to convert PDF to JPG. For confidential reasons I prefer to do it locally on my machine.

Cheatsheet Utility

Bogdan Ungureanu

It is often helpful to have a quick reference to a set of commands in a development environment. Some of them are hard to remember because they are not very common.

Install and configure a tftp server

Bogdan Ungureanu

TFTP (Trivial File Transfer Protocol) is a simplified version of FTP (File Transfer Protocol). It was designed to be easy and simple. TFTP leaves out many authentication features of FTP and it runs on UDP port 69. As it is very lightweight, it is still used for different purposes.

Identify and remove rogue dhcp server

Bogdan Ungureanu

A DHCP (Dynamic Host Configuration Protocol) server is a networking service that automatically assigns IP addresses to devices on a network.

A “rogue” DHCP server is one that has been set up without the network administrator’s knowledge or permission, and can cause conflicts and connectivity problems on the network.