<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Installation guides on TauGrid</title><link>https://azure.github.io/taugrid/docs/platform-admin-guide/installation-guides/</link><description>Recent content in Installation guides on TauGrid</description><generator>Hugo</generator><language>en</language><atom:link href="https://azure.github.io/taugrid/docs/platform-admin-guide/installation-guides/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting started on Kubernetes</title><link>https://azure.github.io/taugrid/docs/platform-admin-guide/kubernetes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://azure.github.io/taugrid/docs/platform-admin-guide/kubernetes/</guid><description>&lt;p&gt;TauGrid is a Kubernetes-native workflow layer for AI workloads. It installs on
a Kubernetes cluster your platform provisions and operates. This is the
canonical, provider-neutral installation path.&lt;/p&gt;
&lt;p&gt;This page takes a platform operator from an empty workstation to a validated
TauGrid workspace and a completed smoke workload. The portable path works on
Kubernetes 1.30 or newer. Provider-specific identity, networking, storage, GPU
drivers, and cluster lifecycle remain owned by your platform.&lt;/p&gt;</description></item><item><title>Getting started on AKS</title><link>https://azure.github.io/taugrid/docs/platform-admin-guide/aks-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://azure.github.io/taugrid/docs/platform-admin-guide/aks-setup/</guid><description>&lt;p&gt;AKS is one supported way to reach the Kubernetes cluster that the
&lt;a href="../kubernetes/"&gt;Getting started on Kubernetes guide&lt;/a&gt; installs onto. This page
compares the three ways to get there and links each one to its source runbook.
Use it after deciding you want AKS specifically; if you already have a
Kubernetes cluster of any kind, go straight back to
&lt;a href="../kubernetes/#2-prepare-a-kubernetes-cluster"&gt;step 2 of Getting started on Kubernetes&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;An Azure subscription and the &lt;code&gt;az&lt;/code&gt; CLI, logged in, with permission to create
resource groups and AKS clusters (or an existing cluster you can already
reach with &lt;code&gt;kubectl&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;tau&lt;/code&gt;, &lt;code&gt;kubectl&lt;/code&gt;, and &lt;code&gt;helm&lt;/code&gt; on &lt;code&gt;PATH&lt;/code&gt;; see
&lt;a href="../kubernetes/#1-install-the-tau-cli"&gt;Install the Tau CLI&lt;/a&gt;. &lt;code&gt;tau cluster install&lt;/code&gt; shells out to &lt;code&gt;helm&lt;/code&gt; internally.&lt;/li&gt;
&lt;li&gt;For the Terraform path: Terraform 1.9+ and Azure credentials usable by the
AzureRM provider.&lt;/li&gt;
&lt;li&gt;For the GPU Terraform path: regional quota for the target GPU VM SKU.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="choose-a-path"&gt;Choose a path&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Path&lt;/th&gt;
					&lt;th&gt;Use it when&lt;/th&gt;
					&lt;th&gt;Creates billable resources&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;a href="https://azure.github.io/taugrid/docs/platform-admin-guide/aks-setup/#1-guided-cpu-quickstart-recommended-for-evaluation"&gt;Guided CPU quickstart&lt;/a&gt;&lt;/td&gt;
					&lt;td&gt;You want a guided, disposable, end-to-end evaluation with scripted cleanup, using only CPU quota&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;a href="https://azure.github.io/taugrid/docs/platform-admin-guide/aks-setup/#2-reproducible-gpu-capable-terraform"&gt;GPU Terraform root&lt;/a&gt;&lt;/td&gt;
					&lt;td&gt;You want reviewable, reproducible AKS infrastructure with GPU node pools that your platform team can adapt and own long-term&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;a href="https://azure.github.io/taugrid/docs/platform-admin-guide/aks-setup/#3-an-existing-aks-cluster"&gt;Existing AKS cluster&lt;/a&gt;&lt;/td&gt;
					&lt;td&gt;Your platform team already runs an AKS cluster that meets the prerequisites&lt;/td&gt;
					&lt;td&gt;Only if you scale it&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="1-guided-cpu-quickstart-recommended-for-evaluation"&gt;1. Guided CPU quickstart (recommended for evaluation)&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://github.com/Azure/taugrid/tree/main/examples/aks-cpu-quickstart"&gt;&lt;code&gt;examples/aks-cpu-quickstart&lt;/code&gt;&lt;/a&gt;
sequences resource-group creation, a CPU-only AKS cluster, &lt;code&gt;tau cluster install&lt;/code&gt;, workspace creation, and a real PyTorch smoke workload, then tears
everything down again. It is the fastest way to see TauGrid work end to end
using only CPU quota.&lt;/p&gt;</description></item></channel></rss>