-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add missing doc links and context
Signed-off-by: Kevin Carter <[email protected]>
- Loading branch information
Showing
5 changed files
with
115 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,48 @@ | ||
#### 1.Getting Started | ||
# Welcome to the Genestack Documentation | ||
|
||
Genestack — where Kubernetes and OpenStack tango in the cloud. Imagine a waltz between systems that deploy | ||
what you need. Operators play the score, managing the complexity with a flick of their digital batons. They | ||
unify the chaos, making scaling and management a piece of cake. Think of it like a conductor effortlessly | ||
guiding a cacophony into a symphony. | ||
|
||
## Environment Architecture | ||
|
||
Genestack is making use of some homegrown solutions, community operators, and OpenStack-Helm. Everything | ||
in Genestack comes together to form cloud in a new and exciting way; all built with opensource solutions | ||
to manage cloud infrastructure in the way you need it. | ||
|
||
They say a picture is worth 1000 words, so here's a picture. | ||
|
||
![Genestack Architecture Diagram](assets/images/diagram-genestack.png) | ||
|
||
--- | ||
|
||
Building our cloud future has never been this simple. | ||
|
||
### 0.Getting Started | ||
* [Getting Started](getting-started.md) | ||
#### 2.Kubernetes | ||
* [Building Virtual Environments for Testing](build-test-envs.md) | ||
|
||
### 1.Kubernetes | ||
* [Building Your Kubernetes Environment](build-k8s.md) | ||
* [Retrieve kube config](kube-config.md) | ||
#### 3.Storage | ||
|
||
### 2.Storage | ||
* [Create Persistent Storage](Create-Persistent-Storage.md) | ||
#### 4.Openstack Infrastructure | ||
* [Deploy Openstack on k8s](Deploy-Openstack.md) | ||
####Build Images | ||
|
||
### 3.Infrastructure | ||
* [Deploy Required Infrastructure](deploy-required-infrastructure.md) | ||
* [Deploy Prometheus](prometheus.md) | ||
* [Deploy Vault](vault.md) | ||
|
||
### 4.Openstack Infrastructure | ||
* Deploy Openstack on k8s](Deploy-Openstack.md) | ||
|
||
#### Post Deployment | ||
* [Post Deploy Operations](post-deploy-ops.md) | ||
* [Building Local Images](build-local-images.md) | ||
####Build Test Environments | ||
* [Building Virtual Environments for Testing](build-test-envs.md) | ||
####Networking | ||
* [OVN Database Backup](ovn-db-backup.md) | ||
####Post Deployment | ||
* [Post Deploy Operations](post-deploy-ops.md) | ||
####Upgrades | ||
|
||
#### Upgrades | ||
* [Running Genestack Upgrade](genestack-upgrade.md) | ||
* [Running Kubernetes Upgrade](k8s-upgrade.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters