Skip to content

BunnyCrlu/demo-pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-pod

An example of 4 grouped services:

flowchart LR
    User--Makes a Request to-->main

    subgraph POD
        subgraph LR backendService[backendSidecar]
            backendPHP[php:backend]
            backendPHP--generates-->backendLogs
        end
        subgraph LR monitorService[monitorSidecar]
            monitorNginx[nginx:monitor]
            monitorNginx--serves-->monitorLogs
            monitorNginx--serves-->backendLogs
        end
        subgraph LR frontendService[frontendInit]
            frontendNPM[node+npm]
            frontendAssets[assets]
            frontendStatic[static]
            frontendNPM--generates-->frontendAssets
            frontendAssets--copied to-->frontendStatic
        end

        subgraph LR mainService[main]
            main[nginx:main]

            main--proxies-->monitorNginx
            main--proxies-->backendPHP
            main--serves-->frontendStatic
        end
    end
Loading

Thanks to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published