<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting started on Krypton Runtime</title><link>https://www.kryptonhq.com/docs/getting-started/</link><description>Recent content in Getting started on Krypton Runtime</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.kryptonhq.com/docs/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Installation</title><link>https://www.kryptonhq.com/docs/getting-started/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.kryptonhq.com/docs/getting-started/installation/</guid><description>&lt;p&gt;Krypton ships as a single Helm chart with four components: &lt;strong&gt;manager&lt;/strong&gt;
(controller + scaler), &lt;strong&gt;control plane&lt;/strong&gt; (REST API + UI), &lt;strong&gt;gateway&lt;/strong&gt;
(public ingress + activator), and a &lt;strong&gt;per-pod proxy sidecar&lt;/strong&gt; the
manager injects into agent pods.&lt;/p&gt;
&lt;p&gt;If you just want to kick the tyres on a laptop, jump to
&lt;a href="../local-testing/"&gt;Local testing&lt;/a&gt; — that wraps everything below in
&lt;code&gt;make deploy-dev&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="1-install-the-chart"&gt;1. Install the chart&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;helm install krypton oci://ghcr.io/kryptonhq/charts/krypton &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; --namespace krypton-system &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; --create-namespace &lt;span style="color:#4e9a06"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; --set controlPlane.databaseUrl&lt;span style="color:#ce5c00;font-weight:bold"&gt;=&lt;/span&gt;&lt;span style="color:#4e9a06"&gt;&amp;#34;postgres://user:pass@host:5432/db&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;This installs the most recent chart; its &lt;code&gt;appVersion&lt;/code&gt; pins the
matching image tags. To pin a specific release, pass
&lt;code&gt;--version 0.0.4&lt;/code&gt; (latest stable is &lt;strong&gt;v0.0.4&lt;/strong&gt;).&lt;/p&gt;</description></item><item><title>Local testing with kind</title><link>https://www.kryptonhq.com/docs/getting-started/local-testing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.kryptonhq.com/docs/getting-started/local-testing/</guid><description>&lt;p&gt;End-to-end loop for running Krypton on your laptop. Tested on macOS
(OrbStack and Docker Desktop) and Linux.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Docker (or OrbStack)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kind.sigs.k8s.io/"&gt;kind&lt;/a&gt; ≥ 0.24 — &lt;code&gt;brew install kind&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://helm.sh"&gt;Helm&lt;/a&gt; ≥ 3.14 — &lt;code&gt;brew install helm&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kubernetes.io/docs/tasks/tools/"&gt;kubectl&lt;/a&gt; — &lt;code&gt;brew install kubectl&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Node 22 + pnpm 10 (for the UI build)&lt;/li&gt;
&lt;li&gt;Go 1.25 (only required for unit tests)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;One-liner on macOS:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;brew install kind helm kubectl
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="one-shot-install"&gt;One-shot install&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;make deploy-dev
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;What that runs (&lt;a href="https://github.com/kryptonhq/runtime/blob/main/hack/local-up.sh"&gt;&lt;code&gt;hack/local-up.sh&lt;/code&gt;&lt;/a&gt;):&lt;/p&gt;</description></item></channel></rss>