initial commit with minimal deployment configured
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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`
|
||||
1. 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.
|
Reference in New Issue
Block a user