Linux

Kubernetes Cluster Deployment

Kubernetes (often shortened to “K8s”) is an open-source system for automating the deployment, scaling, and management of containerized applications. It…

4 months ago

Ceph cluster on a single machine

Ceph is an open-source, distributed storage platform that provides object, block, and file storage in a single system. It’s highly…

4 months ago

Oracle Linux Virtualization Manager (OLVM) Deployment and Configuration

Oracle Linux Virtualization Manager based on oVirt, which is a free, open-source virtualization solution. Engine The workhorse of Oracle Linux…

8 months ago

RedHat OpenShift 4.14/4.13 Deploy on OpenStack Cloud using Heat Stack.

Check out my earlier posts – Deploying an OpenStack Single node. - https://kdinesh.in/blob-aio/ Deploying Openstack Multi-node with External Ceph Storage…

3 years ago

OpenStack Bobcat Single Node Deployment

Requirements: - OS - Centos9 Network – Two Interfaces, first NIC for management and second NIC used for cloud network…

3 years ago

OpenStack Deploy Using Minio (s3 Compatible Object storage) as Cinder Backup Driver and Testing the Cinder Volume Backup and Restore.

You can check my old posts: How to deploy OpenStack HA cluster using Ceph storage. https://kdinesh.in/openstackhacluster/ How to deploy a…

3 years ago

MinIO Single Node Singe Disk Deployment on Linux (CentOS/RHEL or Ubuntu) Using a Script

A few days back, I posted a post about – how to deploy a minio single node on Linux and…

3 years ago

MinIO Single-Node Single-Drive Deployment

MinIO is a high-performance, S3-compatible object store. It is built for large-scale AI/ML, data lake and database workloads. It is…

3 years ago

Deploy a Kubernetes Single node Using the CRI-O Container Runtime.

Prerequisite - Curl and Internet access. Deployment – Clone k8ssinglenode.sh file from git – https://github.com/Dineshk1205/k8ssinglenode Supported OS – Redhat/CentOS Assign…

3 years ago

Simple CI/CD on OpenStack Cloud Environment Using RedHat Ansible Automation Platform, Git-Lab CE and Webhooks

RedHat Ansible Automation platform :- This is the enterprise Ansible tower from REDHAT. You can also use the AWX tool…

3 years ago