Horizon Cloud – Universal Broker integration with Workspace ONE Access Hub

We have already discussed Workspace ONE integration with Single POD broker hereIn Continuation in this article, I will discuss about how to create, configure & complete the integration of Universal Broker with WS1 Hub Pre-Requisites Horizon cloud pods already transitioned to Universal Broker Windows VM to install Workspace on Connector which already joined to domain […]

Horizon Cloud on Azure – Universal Brokering Connectivity

This article created based on my understanding while working on Universal broker. I have already discussed on Universal Broker configuration for Horizon cloud on Azure in this articleNow let’s discuss on how the authentication and desktop launch flow works. Authentication and Session launch flow Explanation By using Horizon client / browser user connects/launch the Universal […]

Kubernetes Lab Setup using Ubuntu server 21.04

Install Kubernetes in the Ubuntu Server Prerequisites VirtualBox Ubuntu Server (3 VMs, 2 vCPU & 2 GB RAM each) Links needs to handy Kubeadm Installation Creating cluster using kubeadm Docker install Weave CNI (If you would like to use Weave) Calico CNI (If you would like to use Calico) Kube-router CNI (If you would like […]

How to disable swap on Ubuntu 21.04

How to check swap utilization ? Use free -h command sandeepsr@master:~$ free -h total used free shared buff/cache available Mem: 1.9Gi 222Mi 149Mi 1.0Mi 1.6Gi 1.5Gi Swap: 1.7Gi 0B 1.7Gi How to disable Swap ? Use swapoff -a command sandeepsr@master:~$ sudo swapoff -a sandeepsr@master:~$ free -h total used free shared buff/cache available Mem: 1.9Gi 221Mi […]