767 B

Backend deployment

Overview

This repository contains the necessary files for deploying the backend application to a kubernetes environment.

Prerequisites

Before deploying the backend application, ensure that you have the following prerequisites:

  • Kubernetes cluster with the following components:
    • ingress controller
    • storage class
  • kubectl installed (kustomize is usually bundled)

Deployment Steps

To deploy the backend application, follow these steps:

  1. Clone this repository: git clone https://github.com/your-repo.git
  2. Apply the kustomization: kubectl apply -k .

Configuration

The kustomization allows for easy configuration of the backend application. To customize the deployment, modify the kustomization.yaml file.