Shipping a new version of an application is always a small act of faith. Even with tests passing and a…
The following steps demonstrate how to back up and restore an OpenShift virtual machine using OADP and RustFS as an…
Kubernetes (often shortened to “K8s”) is an open-source system for automating the deployment, scaling, and management of containerized applications. It…
Prerequisites Red Hat OpenShift cluster deployed and operational You can refer to my earlier post on how to deploy and…
GKE Enterprise A fleet is a logical grouping of Kubernetes clusters that can be managed collectively. GKE Enterprise capabilities are…
Check my earlier postings.: - OpenShift Deploying on any platform Using a UPI method - https://kdinesh.in/openshift/ OpenShift Deploying on vSphere…
Check out my earlier posts – Deploying an OpenStack Single node. - https://kdinesh.in/blob-aio/ Deploying Openstack Multi-node with External Ceph Storage…
You can check MinIO deployment - https://kdinesh.in/minio/ Velero: - Velero is an open-source tool to safely backup and restore, perform…
MinIO is a high-performance, S3-compatible object store. It is built for large-scale AI/ML, data lake and database workloads. It is…
Prerequisite - Curl and Internet access. Deployment – Clone k8ssinglenode.sh file from git – https://github.com/Dineshk1205/k8ssinglenode Supported OS – Redhat/CentOS Assign…
Deployment Perquisites: - vSphere Environment with sufficient resources – Memory, CPU, Storage. Static IPs with the Internet Template – Redhat/CentOS…
Keywords Overview: - helm - https://helm.sh/docs/topics/charts/ PV and PVC - https://kubernetes.io/docs/concepts/storage/persistent-volumes/ ConfigMaps: - https://kubernetes.io/docs/concepts/configuration/configmap/ Secrets - https://kubernetes.io/docs/concepts/configuration/secret/ You can find…
Prerequisite for deployment:- DHCP Network and Two Static IPs For Each Cluster. DNS Records - Create API VIP and Ingress…
Generally, Container Images are provided by Application Vendors. Sometimes, we must build our container images, EX: hosting any website ...etc.…
Kubernetes High Availability (HA) Cluster Deploying on REDHAT: - I used keepalive and HA proxy load balancer to deploy the…