Customization point: Application Charts
Epinio uses Application charts as templates for the structure of deployed applications, i.e. of the kubernetes resources used to run an application image.
An installation of Epinio provides a single standard application chart.
If custom application charts adapted to the local environment are desired or needed please follow the instructions on How To create custom application Helm charts and How To use custom application Helm charts.
Application charts are expected to create the following resources:
- A
deployment
specifying the pod and container running the application image. - A
service
to route web requests to the application. - An ingress per specified route to front the service.