-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
53 additions
and
77 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Cloud providers | ||
=============== | ||
|
||
To enable us to create Kubernetes clusters, you need to add access keys for cloud provider APIs to the system. | ||
Using these keys, we will create virtual machines, load balancers, and disks for your clusters. | ||
|
||
Below are the instructions for Hetzner Cloud and Amazon Web Services. | ||
|
||
* [Connect Hetzner cloud](Cloud-providers/connect-hetzner-cloud.md) | ||
* [Connect AWS](Cloud-providers/connect-aws.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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Installation guides | ||
=================== | ||
|
||
* [ingress-nginx](./Guides/ingress-nginx/index) | ||
* [CertManager](./Guides/cert-manager.md) |
File renamed without changes.
File renamed without changes
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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,17 +1,21 @@ | ||
# Neterial documentation | ||
Neterial documentation | ||
====================== | ||
|
||
Everything you need to know about Neterial. | ||
|
||
# Getting help | ||
## Connect your cloud | ||
|
||
Having trouble? We’d like to help! | ||
We use the BYOC (Bring-Your-Own-Cloud) model, so you need to connect your cloud to our system. | ||
|
||
* Try the [FAQ](/FAQ) – it’s got answers to many common questions. | ||
* Looking for specific information? Try the Index, Module Index or the detailed table of contents. | ||
* Not found anything? See FAQ: Getting Help for information on getting support and asking questions to the community. | ||
* Report bugs with Django in our ticket tracker. | ||
* [Connect Hetzner Cloud](Cloud-providers/connect-hetzner-cloud.md) | ||
* [Connect AWS](Cloud-providers/connect-aws.md) | ||
|
||
# How the documentation is organized | ||
## Our guides | ||
|
||
Neterial has a lot of documentation. A high-level overview of how it’s organized will help you know where to look for certain things: | ||
* [Install Ingress NGINX](Guides/ingress-nginx.md) | ||
* [Install cert-manager](Guides/cert-manager.md) | ||
|
||
## About us | ||
|
||
* [About](about.md) – Basic information | ||
|
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,10 +1,17 @@ | ||
<!-- docs/_sidebar.md --> | ||
* [HOME](./) | ||
* [API keys](./API-keys/index) | ||
* [Hetzner](./API-keys/Hetzner/index) | ||
* [AWS](./API-keys/AWS/index) | ||
* [Guides](./Guides/index) | ||
* [Ingress-nginx](./Guides/ingress-nginx/index) | ||
* [CertManager](./Guides/CertManager/index) | ||
* [CLI](CLI/) | ||
* [About](./About/index) | ||
<!-- * [How it works](how-it-works.md) --> | ||
<!-- * [Get started](Get-started/) --> | ||
<!-- * [Create cluster](Get-started/create-cluster.md) --> | ||
<!-- * [Deploy your first app](Get-started/deploy-app.md) --> | ||
* [Cloud providers](Cloud-providers/) | ||
* [Connect Hetzner Cloud](Cloud-providers/connect-hetzner-cloud.md) | ||
* [Connect AWS](Cloud-providers/connect-aws.md) | ||
<!-- * [Increase quotas](./Cloud-providers/quotas.md) --> | ||
* [Guides](Guides/) | ||
* [Install Ingress NGINX](Guides/ingress-nginx.md) | ||
* [Install cert-manager](Guides/cert-manager.md) | ||
<!-- * [Use GitHub registry](./Guides/use-gh-registry.md) --> | ||
* [CLI](CLI.md) | ||
<!-- * [FAQ](FAQ.md) --> | ||
* [About](about.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