Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to features page #370

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions public-site/docs/features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ displayed_sidebar: featuresSidebar

# Features in Omnia Radix

Sorted sort of alphabeticly.


## Alerting and notification

Radix can send alerts about failing pipeline jobs, components or jobs to Slack using Incoming Webhooks.
Expand Down Expand Up @@ -157,7 +160,7 @@ Each application can have one specific component in one specific environment set

[Doc](/start/radix-concepts/index.md#default-alias) - [Radix config reference](/radix-config/index.md#dnsappalias)

## External alias (byo DNS certificate)
## External alias

It is possible to have multiple custom DNS aliases (i.e. to choose your own custom domain) for the application.

Expand Down Expand Up @@ -212,6 +215,12 @@ For modern application development in Kubernetes and in Radix it is preferred to

[Guide](/guides/resource-request/index.md#autoscaling)

## Advanced autoscaling using KEDA

Support for advanced autoscaling enabled, KEDA triggers. Scaling of pods based on messages in a Azure Service Bus, or based on a CRON Schedule, as well as resource metrics (CPU/Memory). If you are using a non-resource trigger, we also support scaling to 0 replicas!

[Radix config reference](/radix-config/#horizontalscaling)

## Monorepo

It is possible to have multiple Radix applications, using the same GitHub repository, also known as monorepo software development strategy.
Expand Down Expand Up @@ -254,7 +263,7 @@ A replica is a running instance of a component. As a normal process, it can writ

[Doc](/start/radix-concepts/index.md#replica)

## Resource request and limits
## Resource request

`resources` is used to ensure that each container is allocated enough resources to run as it should.

Expand All @@ -281,3 +290,5 @@ Submodules is a native git feature which enables git repositories within other g
## Vulnerability scanning

## Web console (dashboard)

[Radix Web Console](https://console.radix.equinor.com/)
11 changes: 1 addition & 10 deletions public-site/src/components/RadixTeam/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ const TeamCardList: Card[] = [
</>
),
},
{
name: 'Anneli Walla Aune',
image: 'images/radix-anneli-aune.jpg',
description: (
<>
Developer
</>
),
},
{
name: 'Elsa Mäyrä Irgens',
image: 'images/radix-elsa-mayra-irgens.jpg',
Expand All @@ -67,7 +58,7 @@ const TeamCardList: Card[] = [
),
},
{
name: 'Sergey Smolniko',
name: 'Sergey Smolnikov',
image: 'images/radix-sergey-smolnikov.jpg',
description: (
<>
Expand Down