This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: restructure the documentation (#253)
This PR restructures the documentation to make it more clear to the reader where to find relevant information. Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
- Loading branch information
Matthew Fisher
authored
Jan 11, 2019
1 parent
c51b23e
commit 077f396
Showing
75 changed files
with
402 additions
and
442 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,23 @@ | ||
# AKS-Engine - Builds Kubernetes Clusters | ||
|
||
## Overview | ||
|
||
This cluster definition examples demonstrate how to create a customized Docker Enabled Cluster on Microsoft Azure. | ||
|
||
## User Guides | ||
|
||
* [AKS Engine](aksengine.md) - shows you how to build and use the AKS engine to generate custom Docker enabled container clusters | ||
* [Cluster Definition](clusterdefinition.md) - describes the components of the cluster definition file | ||
* [Kubernetes Walkthrough](kubernetes.md) - shows how to create a Kubernetes enabled Docker cluster on Azure | ||
* [Kubernetes Windows Walkthrough](kubernetes/windows.md) - shows how to create a hybrid Kubernetes Windows enabled Docker cluster on Azure. | ||
* [Kubernetes with GPU support Walkthrough](kubernetes/gpu.md) - shows how to create a Kubernetes cluster with GPU support. | ||
* [Kubernetes AAD integration Walkthrough](kubernetes/aad.md) - shows how to create a Kubernetes cluster with AAD as authentication provider. | ||
* [Kubernetes Monitoring Walkthrough](kubernetes/monitoring.md) - shows how to set up monitoring of your Kubernetes cluster | ||
* [Custom VNET](../examples/vnet) - shows how to use a custom VNET | ||
* [Attached Disks](../examples/disks-storageaccount) - shows how to attach up to 4 disks per node | ||
* [Managed Disks](../examples/disks-managed) (under private preview) - shows how to use managed disks | ||
* [Large Clusters](../examples/largeclusters) - shows how to create cluster sizes of up to 1200 nodes | ||
* [Running Kubernetes in a hybrid environment](kubernetes/hybrid-environment.md) - considerations around how you will configure your cluster, and plan your deployment when running Kubernetes in a Cloud/On-Premise environment | ||
# AKS-Engine documentation | ||
|
||
Everything you need to know about AKS-Engine. | ||
|
||
## How the documentation is organized | ||
|
||
AKS-Engine has a lot of documentation. A high-level overview of how it’s organized will help you know where to look for certain things. | ||
|
||
[Tutorials][] take you by the hand through a series of steps on a given subject. Start here if you’re new to AKS-Engine. | ||
|
||
[Topic guides][] discuss key topics and concepts at a fairly high level and provide useful background information and explanation. | ||
|
||
[How-to guides][] are recipes. They guide you through the steps involved in addressing key problems and use-cases. They are more advanced than tutorials and assume some knowledge of how AKS-Engine works. | ||
|
||
[Community guides][] teach you about the AKS-Engine community. It incudes information on the project's Code of Conduct, the planning process for the AKS-Engine project itself, its release cycle, and how you can contribute to the project. | ||
|
||
[quickstart]: tutorials/quickstart.md | ||
[getting started]: tutorials/hello-world.md | ||
[tutorials]: tutorials/README.md | ||
[How-to guides]: how-to/README.md | ||
[Topic guides]: topics/README.md | ||
[the reference guides]: reference/README.md | ||
[community guides]: community/README.md |
This file was deleted.
Oops, something went wrong.
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,14 @@ | ||
# Community | ||
|
||
Here you'll find documentation geared towards learning about the development process for the AKS-Engine project itself and how you can contribute. | ||
|
||
- [Code of Conduct](code-of-conduct.md) | ||
- [Developer Guide](developer-guide.md) | ||
- [Planning Process](planning-process.md) | ||
- [Release Checklist](release-checklist.md) | ||
|
||
AKS-Engine is a community effort. As it keeps growing, we always need more people to help others. As soon as you learn AKS-Engine, you can contribute in many ways: | ||
|
||
- Join the #sig-azure Slack channel on <https://kubernetes.slack.com> and answer questions. By explaining AKS-Engine to other users, you’re going to learn a lot about the tool yourself. | ||
- Blog about AKS-Engine. We syndicate all the AKS-Engine blogs we know about on the [topics page](../topics/README.md); if you’d like to see your blog on that page, you are more than welcome to add it there. | ||
- Contribute to other projects that use AKS-Engine, write documentation, or release your own code as an open-source extension. The ecosystem of extensions is a community effort; help us build it! |
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,3 @@ | ||
## Code of conduct | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
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.
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,8 @@ | ||
# "How-to" guides | ||
|
||
Here you’ll find short answers to “How do I….?” types of questions. These how-to guides don’t cover topics in depth – you’ll find that material in the [Topic Guides](../topics/). However, these guides will help you quickly accomplish common tasks. | ||
|
||
- [Troubleshooting](troubleshooting.md) | ||
- [Building Windows Kubernetes Binaries](building-windows-kubernetes-binaries.md) | ||
- [Large Kubernetes Clusters with AKS-Engine](kubernetes-large-clusters.md) | ||
- [Using HTTP Ingress Routing in a Mixed Cluster](mixed-cluster-ingress.md) |
5 changes: 4 additions & 1 deletion
5
docs/kubernetes-build-win-binaries.md → ...o/building-windows-kubernetes-binaries.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
9 changes: 6 additions & 3 deletions
9
docs/kubernetes-large-clusters.md → docs/howto/kubernetes-large-clusters.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
Oops, something went wrong.