Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ connection between an exporter and client without physical hardware.

You need the [service](../../introduction/service.md) running in a Kubernetes
cluster with admin access. For installation instructions, refer to the
[installation guide](../installation/service.md).
[installation guide](../installation/service/index.md).

## Instructions

Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting-started/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This section provides guidance on installing Jumpstarter components in your
environment. The guides cover:

- [Packages](packages.md): Installing Jumpstarter software packages
- [Service](service.md): Setting up Jumpstarter as a Kubernetes service
- [Service](service/index.md): Setting up Jumpstarter as a Kubernetes service

```{toctree}
:maxdepth: 1
:hidden:
packages.md
service.md
service/index.md
```
305 changes: 0 additions & 305 deletions docs/source/getting-started/installation/service.md

This file was deleted.

20 changes: 20 additions & 0 deletions docs/source/getting-started/installation/service/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Service

This section explains how to install and configure the Jumpstarter service in your Kubernetes cluster. The service enables centralized management of your Jumpstarter environment.

## Getting Started

For most users, we recommend starting with a **local installation** to get familiar with Jumpstarter before moving to production deployments.

```{toctree}
:maxdepth: 2

service-local.md
service-production.md
```

## Quick Start

**New to Jumpstarter?** Start with the [Local Installation](service-local.md) guide to get up and running quickly on your development machine.

**Ready for production?** See the [Production Deployment](service-production.md) guide for Kubernetes and OpenShift clusters with proper security, monitoring, and ingress configurations.
Loading
Loading