Skip to content

Commit

Permalink
Remove - from self-hosted. (#515)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Stanton <evan.h.stanton@gmail.com>
  • Loading branch information
EvanHStanton authored May 14, 2024
1 parent 7b31a4f commit e52f6b9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/product/software/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Callout from '../../../../components/Callout.astro';
## Tembo Software

* <a href="/docs/product/software/tembo-operator/overview">Tembo Operator</a>
* <a href="/docs/product/software/tembo-self-hosted/overview">Tembo Self-Hosted</a>
* <a href="/docs/product/software/tembo-self-hosted/overview">Tembo Self Hosted</a>
* <a href="https://github.com/tembo-io/terraform-provider-tembo">Tembo Terraform Provider</a>
* <a href="https://github.com/tembo-io/tembo-images">Tembo Images</a>
* <a href="https://github.com/tembo-io/trunk">Trunk</a>
Expand Down
28 changes: 14 additions & 14 deletions src/content/docs/product/software/tembo-self-hosted/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tembo Self-Hosted
title: Tembo Self Hosted
sideBarPosition: 201
description: Tembo Self-Hosted allows you to run the Tembo Platform within your own Kubernetes cluster.
description: Tembo Self Hosted allows you to run the Tembo Platform within your own Kubernetes cluster.
---

import Callout from '../../../../../components/Callout.astro';
Expand All @@ -12,19 +12,19 @@ import Callout from '../../../../../components/Callout.astro';
</Callout>


## Tembo Self-Hosted
## Tembo Self Hosted

Tembo Self-Hosted is a self-hosted version of the Tembo Platform that runs in your own Kubernetes cluster. It
Tembo Self Hosted is a version of the Tembo Platform that runs in your own Kubernetes cluster. It
allows you to benefit from the same features as Tembo Cloud, but with the added control and security of running
the software in your own environment.

Tembo Self-Hosted is made up of the same components as Tembo Cloud, but packaged and distributed in a way that allows for
Tembo Self Hosted is made up of the same components as Tembo Cloud, but packaged and distributed in a way that allows for
easy installation and management. Instead of running in separate Kubernetes clusters, the components run in a single
Kubernetes cluster. This keeps your total cost of ownership low and makes for a simple and easy-to-manage deployment.

<img src="/enterprise-software.png" />

Configurability is a key feature of Tembo Self-Hosted. The platform comes with a set of default configurations and
Configurability is a key feature of Tembo Self Hosted. The platform comes with a set of default configurations and
components for convenience, but you can easily customize the platform to suit your needs. Example configurations
include:
- Enabling a private extension registry
Expand All @@ -34,7 +34,7 @@ include:

## Installation

Tembo Self-Hosted is packaged and distributed as a Helm chart. The chart can be configured to suit your needs and installed
Tembo Self Hosted is packaged and distributed as a Helm chart. The chart can be configured to suit your needs and installed
in your Kubernetes cluster using the Helm package manager. The installation process is simple and can be done in a few
steps.
1. `helm repo add tembo https://tembo-io.github.io/tembo-self-hosted`
Expand All @@ -43,30 +43,30 @@ steps.

## Releases and Upgrades

Tembo Self-Hosted is released on a regular basis, with new features, bug fixes, and security updates:
Tembo Self Hosted is released on a regular basis, with new features, bug fixes, and security updates:
- Patch releases with bugfixes every 2 weeks
- Minor releases every 3 months
- Major releases every 12 months

Upgrading Tembo Self-Hosted is as simple as running `helm upgrade` with the new version of the Helm chart. The upgrade
Upgrading Tembo Self Hosted is as simple as running `helm upgrade` with the new version of the Helm chart. The upgrade
process is designed to be seamless and non-disruptive to your running workloads.


## Support

Tembo provides support for the installation, configuration, and operation of Tembo Self-Hosted. Our support team is
available to help you with any Tembo Self-Hosted issues you may encounter and to provide guidance on best practices for running the
Tembo provides support for the installation, configuration, and operation of Tembo Self Hosted. Our support team is
available to help you with any Tembo Self Hosted issues you may encounter and to provide guidance on best practices for running the
platform in your environment.

Kubernetes cluster management is not included in our support offering, but we can provide
guidance on how to manage your Kubernetes cluster to ensure the best performance and reliability of the Tembo Platform.

We encourage Tembo Self-Hosted users to upgrade to the latest patch release as soon as possible to benefit from the latest
We encourage Tembo Self Hosted users to upgrade to the latest patch release as soon as possible to benefit from the latest
bug fixes and features. Minor release `N` will be supported until 1 month after the release of minor release `N+2`.
For example, if you are running release `24.1.0`, you will receive support until 1 month after the release of minor
release `24.3.0`.


## Try Tembo Self-Hosted
Ready to try Tembo Self-Hosted? [Schedule some time with us](https://calendly.com/ian-tembo) to get
## Try Tembo Self Hosted
Ready to try Tembo Self Hosted? [Schedule some time with us](https://calendly.com/ian-tembo) to get
started!

0 comments on commit e52f6b9

Please sign in to comment.