Lab Deployment of K8s using Ansible Part 1

This series will document my journey in creating a Kubernetes cluster in my home lab, which consists of a handful of mac minis with ESXi 7.02 installed and some shared storage. I appreciated that most people would use a public cloud offering for this service but to understand how this service works, I decided to … Read more

Home Lab: Mikrotik 10gbe Networking poor performance

Lessons LearnedHow did i fix it?Conclusion Lessons Learned: I have been using the Mikrotik CRS326-24S+2Q+ switch/router for approx 6 – 8 months and have been using it exclusively for my home lab. Over the last few months, I have been experiencing timeouts, packet drops and in general network slowness that you wouldn’t expect from a … Read more

How to Deploy VMware’s NSX Advanced Load Balancer (AVI) Management Cluster

In this section i will explain how to deploy an NSXALB controller and form a cluster. Once the cluster has been created we can deploy the (Data plane) Services Engines and the load balancers. Process: Deploy the Controllers Configure first controller node Configure Cluster Deploy the Controllers: Download the ova file and start the ova … Read more

NSX Advanced Load Balancer (AVI) – About the Management & Control Plane

The NSX-ALB Controller is the single point of management and control that serves as the “brain” of the entire system and for high availability is typically deployed as a three-node cluster. As its name implies, the Controller implements the control plane. A single NSX-ALB deployment is managed from this Controller/cluster (identified by FQDN and/or cluster … Read more

NSX-T 3.0 IDS, What makes it different from other IDS solutions? And how do I configure it?

What Is an Intrusion Detection System (IDS) Intrusion Detection (ID) is the process of monitoring for and identifying attempted unauthorized system access or manipulation. An ID system gathers and analyzes information from areas within the network to identify possible security breaches which include both intrusions (attack from outside the organization) and misuse (attack from within … Read more

NSX-T Installation: Deploy Additional NSX-T Manager Nodes from UI

login into the MSX manager UI https://nsxmanagerip Click System -> Overview -> Add Nodes: 2Select the Compute Manager from the drop-down menu, enable SSH (if required), enter the cli and root password, DNS, NTP and select the form factor: Note: Select the same form factor as of the first NSX-T manager deployment in https://virtual-llew.com/nsx-t-deployment-deploy-nsx-t-manager/ Specify the name, … Read more

NSX-T Installation: Deploy NSX-T Manager

Prerequisites IP Information Create four “Host A” records in your DNS server for the three NSX-T Manager/Controller nodes that will be deployed and one for the virtual IP. Her is an example that i have used in my environment FQDN IPnsxmgr01.lab.local 192.168.50.51nsxmgr02.lab.local 192.168.50.52nsxmgr03.lab.local 192.168.50.53nsxmgr.lab.local 192.168.1.50 DNS Server NSX-T Data Center appliance password At least 12 … Read more