Skip to content

Commit

Permalink
DOCS expose: add ingress picture
Browse files Browse the repository at this point in the history
  • Loading branch information
xhejtman committed Jun 30, 2024
1 parent ac8b891 commit 25d8766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/expose.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ In the following documentation there are YAML fragments, they are meant to be de

Web-based applications are those that communicate using the `HTTP` protocol. These applications are exposed using `Ingress` rules.

Overal architecture is shown in this Figure:
![Networking](ingress.png)

This type of application requires a service that binds a port to an application and ingress rules that expose the service to the Internet.

Suppose we have an application that is ready to run on port 8080. We create a service:
Expand Down
Binary file added docs/ingress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25d8766

Please sign in to comment.