This commit is contained in:
Roberto Alsina 2024-06-30 20:29:23 -03:00
parent af05b410ef
commit 137c77d7a5

View File

@ -25,15 +25,17 @@ end
R(runtime for X) R(runtime for X)
C(fa:fa-box Containerized Application) C(fa:fa-box Containerized Application Code)
D1(fa:fa-image Local Docker Image) D1(fa:fa-image Local Docker Image)
subgraph server
D2(fa:fa-image Remote Docker Image) D2(fa:fa-image Remote Docker Image)
E(fa:fa-server FaaSO Proxy) E(fa:fa-server FaaSO Proxy)
F(Container Instance Running In Server) F(Container Instance Running In Server)
end
G(Container Instance Running Locally) G(Container Instance Running Locally)
funko_hello --> C -- faaso build -l --> D1 funko_hello --> C -- faaso build -l --> D1
C -- faaso build --> E --> D2 C --> E -- faaso build --> D2
R --> C R --> C
D2 -- faaso up --> F D2 -- faaso up --> F
D1 -- faaso up -local --> G D1 -- faaso up -local --> G