Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
feat: add getting started guide for starter cluster (#33)
Browse files Browse the repository at this point in the history
* feat: add getting started guide for starter cluster

* docs: add guide for starter cluster
  • Loading branch information
dave-at-koor authored Apr 3, 2024
1 parent 4a87f50 commit 0041dc5
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 7 deletions.
9 changes: 5 additions & 4 deletions docs/guides/.pages
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
nav:
- index.md
- solutions-for-storage.md
- kubernetes.md
- containers-and-persistent-storage.md
- 'Getting Started with a Koor Starter Cluster': getting-started-starter-cluster.md
- 'Getting Started with Data Control Center': getting-started-data-control-center.md
- introduction-to-ceph.md
- introduction-to-rook.md
- 'Getting Started with Data Control Center': getting-started-data-control-center.md
- kubernetes.md
- containers-and-persistent-storage.md
- solutions-for-storage.md
39 changes: 39 additions & 0 deletions docs/guides/getting-started-starter-cluster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Getting Started with your Koor Starter Cluster
---

# Overview

Thank you for trying Rook Ceph using a Koor Starter Cluster.

Your starter cluster running in a low-cost cloud provider. We provision shared, virtual machines, which are cheaper than dedicated hardware. This cluster is spec'ed for production use, although scaled way down. You get 4 nodes with X processors, Y RAM, Z GB of local storage, and ZZZ GB of attached storage managed by Ceph.

We figure that is plenty of room to try a few use cases and see how everything works.

When you are ready to scale up and graduate to a heftier system, talk to us about [Managed Ceph](https://koor.tech/solutions/managed-ceph). We can provision more and better servers, use dedicated hardware, add disk capacity, and customize the environment for your particular use cases. Plus, we take care of the system for as long as you need it.

We are also happy to turn over the keys if and when you are ready to take over. After all, it's your cluster with your data and applications.

# How to take control

The rest of this guide needs to be filled in. Stay tuned.

## Log in

## View console

## See what is running

# Do something with it

## Try setting up your cluster using one of our recipes

Follow these recipes for step-by-step instructions. These are meant to give you ideas, as well as operational experience running real-world applications.

- Website hosting
- Serverless AI processing
- Photo archive

# How to get help

If you get stuck and want a helping hand, [let us know](https://koor.tech/contact).
17 changes: 14 additions & 3 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
title: Data Storage Guides
---

We want to help you understand you data storage options, especially Ceph and Rook. This set of guides starts with a high-level overview of [storage solutions](solutions-for-storage.md) in the market. Then you can learn about [Kubernetes](kubernetes.md), [containers and persistent storage](containers-and-persistent-storage.md).
## Getting Started Guides

You can also get an introduction to [Ceph](introduction-to-ceph.md) and [Rook](introduction-to-rook.md).
These guides will help you get the most out of Koor solutions.

Finally, if you happen to be using the Data Control Center, you might find the [getting started guide](getting-started-data-control-center.md) to be useful.
- [Starter Cluster](getting-started-starter-cluster.md)
- [Data Control Center](getting-started-data-control-center.md)

## Open Source Software Guides

Learn about data storage options and the open source ecosystem.

- [Overview of storage solutions](solutions-for-storage.md)
- [Kubernetes](kubernetes.md)
- [Containers and persistent storage](containers-and-persistent-storage.md)
- [Ceph](introduction-to-ceph.md)
- [Rook](introduction-to-rook.md)

0 comments on commit 0041dc5

Please sign in to comment.