Skip to content

Commit

Permalink
Merge pull request #433 from equinor/423-add-info---when-not-to-use-r…
Browse files Browse the repository at this point in the history
…adix

added when not to use Radix
  • Loading branch information
emirgens authored Dec 23, 2024
2 parents 6da8d3f + 8f4776f commit 5eb1e5f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions public-site/docs/start/not-radix/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: When to not use Radix
---

## When to not use Radix

There will be certain circumstances that will Radix not suitable for your applications, some of these can be

- On-prem connectivity is required
- Need to use own terraform configurations
- Need to use own helm charts or flux
- Need to use DAPR
- Need to use sidecars
- Need to have direct access to Kubernetes components (pods, secrets, etc.)
- Need low-latency persistant storage (eg. databases and similar)
- Needs to accept traffic other than HTTP (eg. mqtt or UDP)
- Need to run own operators (e.g. redis operator to run Redis database in cluster)

However there are workaround for many of these cases, use the Radix community to ask for guidance.
1 change: 1 addition & 0 deletions public-site/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const sidebars: SidebarsConfig = {
'start/workflows/index',
'start/radix-clusters/index',
'start/onboarding/index',
'start/not-radix/index',
],
},
],
Expand Down

0 comments on commit 5eb1e5f

Please sign in to comment.