Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is the primary marketing site for Kagenti, an open-source platform for depl

Kagenti is positioned as the **infrastructure layer** beneath the agent, not a competing agent framework. The three-word positioning — *deploy, secure, govern* — anchors every section:

- **Deploy:** Kubernetes-native, Ansible-automated, framework-neutral. You bring the agent; Kagenti handles workload lifecycle.
- **Deploy:** Kubernetes-native, Helm-automated, framework-neutral. You bring the agent; Kagenti handles workload lifecycle.
- **Secure:** Zero-trust identity via SPIFFE/SPIRE and AuthBridge, injected at deploy time. No agent code changes required.
- **Govern:** Unified control plane, observability, and policy enforcement across all agents and tools.

Expand Down
30 changes: 18 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="banner" id="event-banner">
<div class="container">
<p>
<strong>Find Kagenti at Red Hat Summit and KubeCon NA</strong><span class="banner-detail"> — May 11–14 &amp; Nov 9–12.</span>
<strong>Find Kagenti at KubeCon NA</strong><span class="banner-detail"> — Nov 9–12.</span>
<a href="#events">Learn more →</a>
</p>
<button class="banner-close" aria-label="Dismiss banner" onclick="dismissBanner()">×</button>
Expand Down Expand Up @@ -152,7 +152,7 @@ <h3><a href="https://github.com/kagenti/kagenti/blob/main/docs/tech-details.md"
<div class="code-panel-inner">
<div class="code-prose">
<h2>Install the platform.<br class="hero-br"> Own the lifecycle.</h2>
<p>Ansible-automated. OpenShift, upstream Kubernetes, or Kind. Security and observability are configured from first deployment, not added later.</p>
<p>Helm-automated. OpenShift, upstream Kubernetes, or Kind. Security and observability are configured from first deployment, not added later.</p>
<a href="https://github.com/kagenti/kagenti/blob/main/docs/install.md" class="btn btn-ghost" rel="noopener noreferrer">Quickstart guide →</a>
</div>
<div class="code-blocks">
Expand All @@ -165,12 +165,18 @@ <h2>Install the platform.<br class="hero-br"> Own the lifecycle.</h2>
<span class="cmd">git clone</span> https://github.com/kagenti/kagenti.git
<span class="cmd">cd</span> kagenti

<span class="cc"># Configure secrets (edit with your GitHub token, API keys, etc.)</span>
<span class="cc"># Configure secrets (optional - edit with your GitHub token, API keys, etc.)</span>
<span class="cmd">cp</span> deployments/envs/secret_values.yaml.example \
deployments/envs/.secret_values.yaml

<span class="cc"># Install on Kind (dev) or OpenShift (--env ocp)</span>
deployments/ansible/run-install.sh <span class="key">--env</span> <span class="val">dev</span>
<span class="cc"># Check out the latest release</span>
git checkout v0.6.0

<span class="cc"># Install on Kind</span>
scripts/kind/setup-kagenti.sh --with-ui --with-spire --with-agent-sandbox --with-builds

<span class="cc"># Or on OpenShift</span>
scripts/ocp/setup-kagenti.sh --with-ui --with-agent-sandbox --with-builds

<span class="cc"># Open the Kagenti dashboard</span>
<span class="cmd">open</span> http://kagenti-ui.localtest.me:8080</code></pre>
Expand Down Expand Up @@ -499,13 +505,6 @@ <h2 class="section-header">Upcoming Events</h2>

<div class="credentials-grid">

<div class="credential-block featured">
<h3>Red Hat Summit 2026</h3>
<p><strong>Look for Kagenti at Red Hat Summit in Atlanta.</strong></p>
<p class="cred-meta">May 11–14, 2026</p>
<a href="https://www.redhat.com/en/summit" class="cred-link" rel="noopener noreferrer">Event details →</a>
</div>

<div class="credential-block featured">
<h3>KubeCon North America 2026</h3>
<p><strong>Find us at KubeCon + CloudNativeCon NA this fall.</strong></p>
Expand All @@ -528,6 +527,13 @@ <h2 class="section-header">Past Events</h2>

<div class="credentials-grid">

<div class="credential-block">
<h3>Red Hat Summit 2026</h3>
<p><strong>Kagenti at Red Hat Summit in Atlanta.</strong></p>
<p class="cred-meta">May 11–14, 2026</p>
<a href="https://www.redhat.com/en/summit" class="cred-link" rel="noopener noreferrer">Event details →</a>
</div>

<div class="credential-block">
<h3>KubeCon NA 2025</h3>
<p><strong>Build a Bot Workshop: Enabling Trusted Agents with SPIRE + MCP.</strong></p>
Expand Down