Skip to content

Commit

Permalink
import architecture component
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <mail@maxwolfs.com>
  • Loading branch information
maxwolfs committed Jan 12, 2024
1 parent c69579a commit e081a3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/index.md → docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ title: Introduction
sidebar_position: 1
---

import ArchitecturalModel from '../src/components/ArchitecturalModel'

## About

The Sovereign Cloud Stack combines the best of Cloud Computing in one unified standard.
SCS is built, backed, and operated by an active open-source community worldwide.

## Architectual Overview

TODO
<ArchitecturalModel jsonFilePath="data/architecturalLayerData.json" />

## Use Cases and Deployment Examples

Expand Down Expand Up @@ -45,7 +47,7 @@ SCS cloud of course) checking out the code from

With Cluster Stacks, the V2 KaaS reference implementation, we provide an opinionated optimized configuration of Kubernetes clusters. Through better packaging, integrated testing, and bundled configuration SCS-based Kubernetes clusters can be individualized much easier.
Throughout the R6 development cycle Cluster Stacks are taken from a technical preview to be [functional and available on top of the IaaS reference implementation](https://github.com/SovereignCloudStack/issues/milestone/8) as well to replace the V1 KaaS reference implementation [k8s-cluster-api-provider](https://github.com/SovereignCloudStack/k8s-cluster-api-provider/).
The Cluster Stacks can already be tried out in a [demo](https://github.com/SovereignCloudStack/cluster-stacks-demo). Although this is based on the non production ready provider Docker, the usage is the same for every provider.
The Cluster Stacks can already be tried out in a [demo](https://github.com/SovereignCloudStack/cluster-stacks-demo). Although this is based on the non production ready provider Docker, the usage is the same for every provider.

### Public SCS Clouds in production

Expand Down Expand Up @@ -74,4 +76,4 @@ See our Release Notes [here](https://docs.scs.community/docs/category/releases)

## Standards, Conformity and Certification

How to get compliant? With what am I compliant then? What are the benefits? What does it involve? What to expect in the future? Link to Standards Section: <https://docs.scs.community/standards>
How to get compliant? With what am I compliant then? What are the benefits? What does it involve? What to expect in the future? Learn more in the [standards section](https://docs.scs.community/standards).

0 comments on commit e081a3f

Please sign in to comment.