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

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jul 31, 2020
1 parent 4445e11 commit 208b010
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
Binary file added docs/harbor-architecture.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/source/_static/css/riotkit.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
table.right-align-right-col {
text-align: right
}

.wy-nav-content {
max-width: none;
width: 100%;
}
14 changes: 14 additions & 0 deletions docs/source/architecture.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Understanding architecture
==========================

Harbor imposes the architecture of a centralized gateway for web services. It is just like in a cloud, or in Kubernetes -
the centralized Ingress/Webserver takes the traffic and routes it to other services.

.. image:: ../harbor-architecture.png

**Advantages:**

- Easy to manage, and to maintain, one router to reload
- Integration with services such as LetsEncrypt without additional work to be done
- Most popular architecture for hosting multiple services
- SSL termination at the router edge makes SSL support almost transparent to applications
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
html_theme = 'glpi'
html_theme_path = sphinx_glpi_theme.get_html_themes_path()

html_theme_options = {
'body_max_width': None
}

html_css_files = [
'css/riotkit.css',
]

html_static_path = ['_static']
htmlhelp_basename = 'DockerProjectTemplatedoc'

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RiotKit Harbor 2
structure
basic-commands
creating-first-service
architecture


From authors
Expand Down

0 comments on commit 208b010

Please sign in to comment.