The umbrella chart required to deploy the entire saleor ecommerce platform is the saleor-platform
chart.
Chart Name | Notes |
---|---|
saleor-core | Handles deployment of saleor-core application. Includes a number of jobs for initialization tasks. |
saleor-dashboard | Handles deployment of saleor-dashboard application as an nginx application. Required for the front end admin dashboard. |
saleor-storefront | Handles deployment of saleor-dashboard application as an nginx application. Required for the front end UI where customers land. |
saleor-platform | This is an umbrella chart. It does not deploy any single application but rather is deploys a collection of subcharts required for saleor to function. |
There is freedom to deploy the saleor-platform
chart in a number of different ways - not all of which have been tested out.
An example deployment of saleor is illustrated in the example README.md.
Some changes need to be made to suit your specific requirements.
Image | Version | Runtime Base Image | Key Components | Purpose |
---|---|---|---|---|
saleor-core | python:3.8.6-slim |
saleor core application - django, graphql, ecommerce app |
Backend for the saleor platform. Required for k8s deployments. | |
saleor-dashboard | nginxinc/nginx-unprivileged:1.19.5 |
javascript, reactjs |
Frontend for the admin dashboard for the saleor platform. Required for k8s deployments. | |
saleor-storefront | nginxinc/nginx-unprivileged:1.19.5 |
javascript, reactjs |
Default frontend for the storefront for the saleor platform. Required for k8s deployments. Fork this if it is necessary to create a custom UI. |