document.addEventListener("DOMContentLoaded", async function () { // ✅ Immediately check for a real external link before loading Marketo const externalLink = document.querySelector("#link-external"); if (externalLink) { const href = externalLink.getAttribute("href")?.trim(); const isRealExternal = href && href !== "#" && !href.endsWith("#") && href.startsWith("http") && !href.includes(window.location.hostname + "#"); if (isRealExternal) { localStorage.setItem("external-link", href); } else { localStorage.removeItem("external-link"); } } async function loadMarketoScript() { return new Promise(function (resolve, reject) { const script = document.createElement("script"); script.src = "https://app-lon06.marketo.com/js/forms2/js/forms2.min.js"; script.onload = resolve; script.onerror = reject; document.body.appendChild(script); }); } try { await loadMarketoScript(); console.log('Marketo library loaded successfully'); } catch (error) { console.error('Failed to load Marketo library:', error); return; } const formPlaceholders = document.querySelectorAll("[js-marketo-form-id]"); formPlaceholders.forEach(function (el) { MktoForms2.loadForm( "//app-lon06.marketo.com", el.getAttribute("js-marketo-form-munckin-id"), el.getAttribute("js-marketo-form-id") || el.getAttribute("js-marketo-form-id-fallback"), function (form) { var formEl = form.getFormElem()[0]; var fields = formEl.querySelectorAll("input, select, textarea"); fields.forEach(function (field) { if (field.type === "hidden" || field.type === "submit") return; var label = formEl.querySelector("label[for='" + field.id + "']"); if (!label) return; var text = label.textContent.replace("*", "").replace(":", "").trim(); if (!text) return; if ( field.tagName.toLowerCase() === "input" || field.tagName.toLowerCase() === "textarea" ) { field.setAttribute("placeholder", text); } if (field.tagName.toLowerCase() === "select") { var firstOption = field.querySelector("option[value='']"); if (firstOption) { firstOption.textContent = text; } } }); form.onSuccess(function (values, followUpUrl) { const thankYouUrl = el.getAttribute("js-marketo-form-thank-you-url"); const downloadUrl = el.getAttribute("js-marketo-form-download-url"); const videoId = el.getAttribute("js-marketo-form-video-id"); // ✅ Store form-specific data if (videoId) localStorage.setItem("video-id", videoId); if (downloadUrl) localStorage.setItem("download-url", downloadUrl); // ✅ Double-check external link (in case dynamically updated) const linkExternal = document.querySelector("#link-external"); if (linkExternal) { const href = linkExternal.getAttribute("href")?.trim(); const isRealExternal = href && href !== "#" && !href.endsWith("#") && href.startsWith("http") && !href.includes(window.location.hostname + "#"); if (isRealExternal) { localStorage.setItem("external-link", href); } else { localStorage.removeItem("external-link"); } } // ✅ Redirect logic const externalStored = localStorage.getItem("external-link"); const downloadStored = localStorage.getItem("download-url"); let finalUrl = ""; if (externalStored && externalStored.trim() !== "") { finalUrl = externalStored; } else if (downloadStored && downloadStored.trim() !== "") { finalUrl = downloadStored; } if (thankYouUrl) { location.href = `${window.location.origin}${thankYouUrl}`; } else if (finalUrl) { location.href = finalUrl; } else if (followUpUrl) { location.href = followUpUrl; } window.dispatchEvent(new Event(`form-success-${el.getAttribute("js-marketo-form-id")}`)); return false; }); } ); }); });
Videos

The Rise of Neo Clouds and Self-Service AI Infrastructure

An interview with Rafay CPO Mohan Atreya, recorded by JetStor at Supercomputing 2025

This interview was conducted by JetStor at Supercomputing 2025 and features Rafay Chief Product Officer Mohan Atreya on the rapidly changing AI infrastructure landscape.

As GPU power density, cooling requirements, and cost pressures reshape the data center, enterprises and cloud providers are looking for new ways to deliver AI infrastructure with a cloud-like experience—without relying solely on hyperscalers. Mohan unpacks the rise of “neo clouds,” why self-service has become table stakes, and how Kubernetes must become critical—but effectively invisible—to the teams consuming AI platforms.

In this interview, you’ll learn:

  • What “neo clouds” are and why they’re emerging now
  • Why many enterprises are renting GPU capacity instead of building data centers
  • How self-service changes the developer and data scientist experience
  • What it means to make Kubernetes “invisible” for AI/ML workflows
  • Why we’re still in the early days of AI infrastructure

Watch the full interview below to understand how AI infrastructure is being rebuilt for the next decade.

Trusted by leading enterprises, neoclouds and service providers

Alation
Amgen
Samsung
Moneygram
Genentech
Software
Palo Alto Networks
U.S. Air Force
Firmus
Buzz HPC
Indosat
Telus
Alation
Amgen
Samsung
Moneygram
Genentech
Software
Palo Alto Networks
U.S. Air Force
Firmus
Buzz HPC
Indosat
Telus
Alation
Amgen
Samsung
Moneygram
Genentech
Software
Palo Alto Networks
U.S. Air Force
Firmus
Buzz HPC
Indosat
Telus