Truth in IT
    • Sign In
    • Register
        • Videos
        • Channels
        • Pages
        • Galleries
        • News
        • Events
        • All
Truth in IT Truth in IT
  • Data Management ▼
    • Converged Infrastructure
    • DevOps
    • Networking
    • Storage
    • Virtualization
  • Cybersecurity ▼
    • Application Security
    • Backup & Recovery
    • Data Security
    • Identity & Access Management (IAM)
    • Zero Trust
    • Compliance & GRC
    • Endpoint Security
  • Cloud ▼
    • Hybrid Cloud
    • Private Cloud
    • Public Cloud
  • Webinar Library
  • TiPs
  • DRAW

VergeIO: Deploying Kubernetes Clusters with VergeOS & Rancher

VergeIO
06/16/2026
0 (0%)
Share
  • Comments
  • Download
  • Transcript
Report Like Favorite
  • Share/Embed
  • Email
Link
Embed

Transcript


you just create a new repo, point it at the URL, and once you do that, what you have available is an extension for the VergeOS node driver. As I mentioned earlier, that's what provides the functionality for Rancher to store credentials and provision the cluster against VergeOS. In addition to that, there's some UI extension stuff for Rancher also bundled into here. When you go and look at providers out here for node drivers, without that, VergeOS here wouldn't be on the list, but you can see it's available after you install that extension. You can, once that's also installed, you get this availability to create cloud credentials, and here we are alongside all of these other cloud providers, and this is just a basic Verge 26 and above API key and endpoint required, just to authenticate against the VergeOS cluster, and once you just have that small number of things, no massive tie-ups with kubectl or anything like that, you just go into clusters in Rancher here, click on create, pick your VergeOS provider, select one of your credentials, give it a name, your machine count, template VM. In this case, for demonstration purposes, I'm just placing it on an external network, but this is just a name network within VergeOS. No cloud in it is necessary here. The defaults will work just fine, and you click on create, and then you see the demo webinar cluster you're creating. Now I've seen, even locally, when I've done this stuff in the past, messing with EKS Anywhere or other hypervisor providers, it's like, it's at this point that it's just like, you know, five, 10, 15, 20 minutes later, what's going on? And there's not so much of that in this case. We can see right away that after clicking that, it's created these three VMs in VergeOS, and it's already began provisioning the cluster from just that minimal amount of input. Generally, this takes about five minutes, but the whole time you have this available in Rancher to look at it, firing up these VMs, waiting for the IP addresses to become available, and report back through the QEMU agent. And then once Rancher has knowledge of that IP address, it uses SSH, goes out to that VM and starts provisioning. It's a rather hefty runtime on these VMs. These are running kind of light with just two cores and four gigs of RAM, but, you know, obviously for a production environment, you'd be giving maybe a bit more resources depending on your needs. And the whole time this is running, in this case, just wanted to talk through it a little bit to kind of get across the point that during the course of a normal short conversation about the weather, you can provision a VergeOS cluster using Rancher. I did a lot of the work on the node driver, and as I was working on it, and it's part of the reasons that I also did the UI extension, is I had the node driver and I'm thinking, well, that's great, but now I've got to do all this kubectl stuff, kubectl as it's affectionately known, command line stuff to get it working, and that doesn't really run as well as a demo. So then I started my foray into developing a UI extensions for Rancher and was able to just get this operating with a little bit less friction. I wanted to mention too, that a couple of times I've mentioned kubectl, you can very well use that method as well with our node driver and with the integrations, this just provides the ability to do it through the Rancher UI completely. And generally, I think when you meant timeline, like how long does it take to deploy a cluster, even on my lightweight constrained lab with little VMs, with two CPUs and four gigs of RAM, I'm looking at about five to seven minutes for a cluster become available. It's also nice is that this is utilizing the vSAN and BurgeOS, so the deduplication, the rapid provisioning of VMs, all of that stuff kind of adds up to make this stuff move a little bit quicker and the limiting factor becomes Rancher itself, just moving binaries into these VMs over the network. And it's also Rancher, I think is an excellent way to get familiar with a lot of this stuff too. So I liked it for that. And this is all running on, I'm running my lab at home here on little minis forums with 96 gigs of RAM and a couple of terabytes of storage on NVMe, it's pretty amazing. So here we made it, we created a three node RKE cluster in six minutes. Now they're a little strained obviously, but it's out there and it's running. Right, and this is really just to show people how simplified it's become, how easy it is with the BurgeOS and the Rancher. And I want to at least demonstrate what that looks like. So really appreciate what you've done David and showing us live. Thanks.

TL;DR

  • VergeOS node driver extension for Rancher enables Kubernetes cluster deployment through a simplified UI workflow, eliminating complex kubectl command-line configuration requirements.
  • Three-node RKE clusters can be provisioned in 5-7 minutes on VergeOS infrastructure, with the platform's vSAN deduplication and rapid VM provisioning accelerating deployment timelines.
  • The integration supports production-grade Kubernetes deployments on modest hardware configurations, demonstrated here on mini PCs with 96GB RAM and NVMe storage running multiple clusters.

Summary

This technical demonstration walks through the process of deploying Kubernetes clusters on VergeOS using Rancher's management interface. The session showcases the VergeOS node driver extension for Rancher, which enables simplified cluster provisioning without extensive command-line configuration. The demonstration highlights how VergeOS's integrated vSAN capabilities, including deduplication and rapid VM provisioning, contribute to faster deployment times. A three-node RKE cluster is provisioned in approximately six minutes using minimal hardware resources (2 CPU cores and 4GB RAM per node), illustrating the efficiency of the integrated platform approach. The walkthrough emphasizes the reduction in complexity compared to traditional Kubernetes deployment methods, making enterprise-grade container orchestration more accessible through a unified management interface.

Chapters

0:00 - Installing VergeOS Extension in Rancher
0:41 - Configuring Cloud Credentials
1:09 - Creating a New Kubernetes Cluster
2:24 - Monitoring Cluster Provisioning
4:17 - Deployment Timeline and Performance
5:13 - Completed Cluster Review

Key Quotes

1:05 "... no massive tie-ups with kubectl or anything like that ..."
2:15 "... it's at this point that it's just like, you know, five, 10, 15, 20 minutes later, what's going on? And there's not so much of that in this case."
4:28 "I'm looking at about five to seven minutes for a cluster become available."
5:15 "... we created a three node RKE cluster in six minutes."

FAQ

What are the minimum requirements to deploy a Kubernetes cluster on VergeOS using Rancher?

You need VergeOS version 2.6 or above, a Rancher installation with the VergeOS node driver extension installed, API credentials for your VergeOS cluster, and basic VM specifications (minimum 2 CPU cores and 4GB RAM per node, though production environments typically require more resources).

How long does it take to provision a Kubernetes cluster on VergeOS?

A three-node RKE cluster typically provisions in 5-7 minutes on VergeOS infrastructure. The deployment time is primarily limited by Rancher transferring binaries to the VMs over the network, while VergeOS's vSAN and rapid VM provisioning capabilities minimize infrastructure-level delays.


Categories:
  • » Webinar Library » Verge.io
  • » Cybersecurity » Application Security
  • » Cybersecurity » Cloud Security
  • » Data Protection
Channels:
News:
Events:
Tags:
  • Cloud Security
  • DevSecOps
  • Demo
  • Technical Deep Dive
  • Getting Started
  • Kubernetes deployment
  • Container orchestration
  • Rancher management
  • Hyperconverged infrastructure
  • VM provisioning
  • vSAN storage
  • RKE clusters
  • Infrastructure automation
Show more Show less

Browse videos

  • Related
  • Featured
  • By date
  • Most viewed
  • Top rated
  •  

              Video's comments: VergeIO: Deploying Kubernetes Clusters with VergeOS & Rancher

              XStreaminars (watch here)

              • Jul
                28

                Illumio + Netskope: Zero Trust in the Age of AI Autonomy

                07/28/202601:00 PM ET
                • Jul
                  29

                  Ask Your Cloud Anything: Unlocking Governance Silos in your Environments

                  07/29/202601:00 PM ET
                  More events

                  Industry Events (watch there)

                  • Jul
                    22

                    Insights from Attackers During the FIFA World Cup: A HUMAN Dialogue

                    07/22/202601:00 PM ET
                    • Aug
                      19

                      Becoming Agent Ready: Insights from Cyera's Expertise

                      08/19/202612:00 PM ET
                      More events

                      Upcoming Webinar Calendar

                      • 07/21/2026
                        04:00 AM
                        07/21/2026
                        Strategies for Managing AI Governance and Securing App-to-LLM API Traffic
                        https://www.truthinit.com/index.php/channel/1967/strategies-for-managing-ai-governance-and-securing-app-to-llm-api-traffic/
                      • 07/22/2026
                        06:30 AM
                        07/22/2026
                        Insights and Strategies for Effective Data Privacy and Protection
                        https://www.truthinit.com/index.php/channel/2000/insights-and-strategies-for-effective-data-privacy-and-protection/
                      • 07/22/2026
                        01:00 PM
                        07/22/2026
                        Insights from Attackers During the FIFA World Cup: A HUMAN Dialogue
                        https://www.truthinit.com/index.php/channel/2029/insights-from-attackers-during-the-fifa-world-cup-a-human-dialogue/
                      • 07/28/2026
                        01:00 PM
                        07/28/2026
                        Illumio + Netskope: Zero Trust in the Age of AI Autonomy
                        https://www.truthinit.com/index.php/channel/2031/illumio-netskope-zero-trust-in-the-age-of-ai-autonomy/
                      • 07/29/2026
                        04:00 AM
                        07/29/2026
                        Real-Time Strategies for Safeguarding Against Prompt Injections
                        https://www.truthinit.com/index.php/channel/1968/real-time-strategies-for-safeguarding-against-prompt-injections/
                      • 07/29/2026
                        01:00 PM
                        07/29/2026
                        Ask Your Cloud Anything: Unlocking Governance Silos in your Environments
                        https://www.truthinit.com/index.php/channel/2048/ask-your-cloud-anything-unlocking-governance-silos-in-your-environments/
                      • 08/19/2026
                        12:00 PM
                        08/19/2026
                        Becoming Agent Ready: Insights from Cyera's Expertise
                        https://www.truthinit.com/index.php/channel/2036/becoming-agent-ready-insights-from-cyeras-expertise/
                      • 09/02/2026
                        12:00 PM
                        09/02/2026
                        Unified Data Security in Action: Uncover, Analyze, and Resolve Threats
                        https://www.truthinit.com/index.php/channel/2045/unified-data-security-in-action-uncover-analyze-and-resolve-threats/
                      • 09/30/2026
                        04:00 AM
                        09/30/2026
                        AI Command Center: Optimizing Visibility and Control in Your Operations
                        https://www.truthinit.com/index.php/channel/2024/ai-command-center-optimizing-visibility-and-control-in-your-operations/
                      Truth in IT
                      • Sponsor
                      • About Us
                      • Terms of Service
                      • Privacy Policy
                      • Contact Us
                      • Preference Management
                      Desktop version
                      Standard version