Skip to content

Commit

Permalink
Merge pull request #5 from CloudDefenseAI/knikhil42-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
knikhil42 authored Jan 3, 2024
2 parents 4ba65cb + f3f56ab commit 6a059f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@

There are three main pre-requisites for a production grade cdefense installation on-premises

1. A managed Postgres instance (for AWS RDS db.r5.large)
1. A managed Postgres instance (for ex. AWS RDS db.r5.large)
1. enable automated backups
2. A kubernetes cluster (/examples/eks) with at least two nodegroups
2. A Kubernetes cluster (EKS/GKE/AKS) (/examples/eks) with at least two nodegroups
1. node group for jobs
1. each node has { label: job }
2. node group for all else
1. (optional) each node has { label: cdefense }
3. A cluster auto-scaler

Note: `kubectl get nodes`

## WARNINGS

- Database URI has to be the Internal URI valid inside the private network
Expand Down

0 comments on commit 6a059f4

Please sign in to comment.