Deploying the Application
Introduction
The Bunnyshell Books repository contains:
- a Helm Chart to deploy the backend, located in
helm/backend
- a plain Kubernetes manifest to deploy the frontend, located in
manifests/frontend
- no means to deploy the database
In the 2nd step of this section - Create the Environment, we will put together an bunnyshell.yaml
definition which will "glue" the three components and make them work together.
The process will include these four stages:
Updated about 1 year ago