Skip to content

Commit

Permalink
update EE V1 (#595)
Browse files Browse the repository at this point in the history
* update EE V1

* update

* update table

* update

* update

* update

* Update Security.vue

* Update Security.vue
  • Loading branch information
MartinRst authored Oct 23, 2023
1 parent 8109905 commit 853be16
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 68 deletions.
2 changes: 1 addition & 1 deletion components/enterprise/Contact.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="container rounded-3">
<Section
title="Ready to bring your data orchestration to the next level?"
title="Ready to bring your orchestration to the next level?"
>
<div class="text-center cta">
<a href="https://kestra.io/demo" target="_blank" class="btn btn-primary me-2 mb-2" data-aos="zoom-in">
Expand Down
114 changes: 68 additions & 46 deletions components/enterprise/Editions.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<template>
<div class="container">
<Section>
<Section
title="Unlock exclusive features with the Enterprise Edition"
subtitle="Advanced Solutions for Your Organization">

<div class="row card-group mb-4">
<div class="col-12 col-md-6 d-md-flex justify-content-md-end">
<div class="card col-lg-9 col-xl-7">
Expand All @@ -14,14 +17,14 @@
</div>
<ul>
<li data-aos="fade-right"><span>Free usage under Apache 2.0 license</span></li>
<li data-aos="fade-right" data-aos-delay="50"><span>Self-hosted</span></li>
<li data-aos="fade-right" data-aos-delay="100"><span>Community Blueprints</span></li>
<li data-aos="fade-right" data-aos-delay="150"><span>Community Plugins</span></li>
<li data-aos="fade-right" data-aos-delay="200"><span>Basic Auth for a Single User</span></li>
<li data-aos="fade-right" data-aos-delay="250"><span>Basic Namespace Configuration</span></li>
<li data-aos="fade-right" data-aos-delay="300"><span>Basic Workflow Management</span></li>
<li data-aos="fade-right" data-aos-delay="350"><span>Basic Secrets Management via Environment Variables</span></li>
<li data-aos="fade-right" data-aos-delay="400"><span>Onboarding via Online Documentation</span></li>
<li data-aos="fade-right" data-aos-delay="50"><span>Flexible & Decoupled Architecture</span></li>
<li data-aos="fade-right" data-aos-delay="100"><span>Scalable Executions</span></li>
<li data-aos="fade-right" data-aos-delay="150"><span>Basic Authentification</span></li>
<li data-aos="fade-right" data-aos-delay="200"><span>Basic Role Management</span></li>
<li data-aos="fade-right" data-aos-delay="250"><span>Secrets Management via Environment Variables</span></li>
<li data-aos="fade-right" data-aos-delay="300"><span>Flow Credentials Store</span></li>
<li data-aos="fade-right" data-aos-delay="350"><span>Community Blueprints</span></li>
<li data-aos="fade-right" data-aos-delay="400"><span>Single Tenancy</span></li>
<li data-aos="fade-right" data-aos-delay="450"><span>Community Support</span></li>
</ul>
</div>
Expand All @@ -39,17 +42,16 @@
</div>
<ul>
<li data-aos="fade-left"><span><strong>All features from the Open-Source Edition and More</strong></span></li>
<li data-aos="fade-left" data-aos-delay="50"><span>Self-hosted</span></li>
<li data-aos="fade-left" data-aos-delay="100"><span>Community and Organization Blueprints</span></li>
<li data-aos="fade-left" data-aos-delay="150"><span>Community and Custom Plugins</span></li>
<li data-aos="fade-left" data-aos-delay="200"><span>Enterprise-Grade Auth with SSO and RBAC</span></li>
<li data-aos="fade-left" data-aos-delay="250"><span>Secure Namespace Configuration</span></li>
<li data-aos="fade-left" data-aos-delay="300"><span>Workflow Management with Audit Logs for Every Action</span></li>
<li data-aos="fade-left" data-aos-delay="350"><span>Encrypted Namespace-level Secrets and Secrets Manager Integration</span></li>
<li data-aos="fade-left" data-aos-delay="400"><span>Personalized Onboarding & Training</span></li>
<li data-aos="fade-left" data-aos-delay="450"><span>Enterprise Support with SLAs</span></li>
<li data-aos="fade-left" data-aos-delay="500"><span>Worker Security Isolation</span></li>
<li data-aos="fade-left" data-aos-delay="550"><span>High Availability and Fault Tolerance</span></li>
<li data-aos="fade-left" data-aos-delay="100"><span>High Availability with no Single Point of Failure Architecture</span></li>
<li data-aos="fade-left" data-aos-delay="150"><span>Worker Groups</span></li>
<li data-aos="fade-left" data-aos-delay="200"><span>Single Sign-On (SSO)</span></li>
<li data-aos="fade-left" data-aos-delay="250"><span>Role-Based Access Control (RBAC)</span></li>
<li data-aos="fade-left" data-aos-delay="300"><span>Secrets Manager Integration</span></li>
<li data-aos="fade-left" data-aos-delay="350"><span>Organization Credentials Store</span></li>
<li data-aos="fade-left" data-aos-delay="400"><span>Organization Blueprints</span></li>
<li data-aos="fade-left" data-aos-delay="450"><span>Multi-Tenancy (soon)</span></li>
<li data-aos="fade-left" data-aos-delay="500"><span>Enterprise Support with Guaranteed SLAs</span></li>
<li data-aos="fade-left" data-aos-delay="550"><span>Customer Onboarding & Training</span></li>
</ul>
</div>
</div>
Expand All @@ -74,7 +76,7 @@
<td></td>
</tr>
<tr>
<td><NuxtLink href="/features/declarative-data-orchestration">Low Code (YAML-based)</NuxtLink></td>
<td><NuxtLink href="/features/declarative-data-orchestration">Declarative Flow Editor (YAML-based)</NuxtLink></td>
<td><Check /></td>
<td><Check /></td>
</tr>
Expand Down Expand Up @@ -138,6 +140,26 @@
<td><Check /></td>
<td><Check /></td>
</tr>
<tr class="table-section">
<td>User Interface and Experience</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Rich User Interface</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr>
<td>Built-in Plugin Ecosystem</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr>
<td>Extended API</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr class="table-section">
<td>Connectivity and Integration</td>
<td></td>
Expand All @@ -149,17 +171,22 @@
<td><Check /></td>
</tr>
<tr>
<td>Integration with Terraform and CI/CD Pipelines</td>
<td>Official Terraform Provider</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr>
<td>Kafka Integration</td>
<td></td>
<td>Official Support for Gitlab CI/CD, Github Actions</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr>
<td>Elasticsearch Integration</td>
<td>Community Blueprints</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr>
<td>Organization Blueprints</td>
<td></td>
<td><Check /></td>
</tr>
Expand All @@ -169,27 +196,27 @@
<td></td>
</tr>
<tr>
<td>Audit Logs</td>
<td>OIDC/SSO Authentication</td>
<td></td>
<td><Check /></td>
</tr>
<tr>
<td>OIDC/SSO Authentication</td>
<td>Role-Based Access Control</td>
<td></td>
<td><Check /></td>
</tr>
<tr>
<td>Role-Based Access Control</td>
<td>Audit Logs</td>
<td></td>
<td><Check /></td>
</tr>
<tr>
<td>Secure Namespace Configuration</td>
<td>Secret Managers Integration</td>
<td></td>
<td><Check /></td>
</tr>
<tr>
<td>Secret Managers Integration</td>
<td>Secure Namespace Configuration</td>
<td></td>
<td><Check /></td>
</tr>
Expand All @@ -213,38 +240,33 @@
<td></td>
<td><Check /></td>
</tr>
<tr>
<td>Worker Groups</td>
<td></td>
<td><Check /></td>
</tr>
<tr class="table-section">
<td>User Interface and Experience</td>
<td>Support & Services</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Rich User Interface</td>
<td>Community Support</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr>
<td>Built-in Plugin Ecosystem</td>
<td><Check /></td>
<td>Enterprise Support with SLAs</td>
<td></td>
<td><Check /></td>
</tr>
<tr>
<td>Extended API</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr class="table-section">
<td>Support & Services</td>
<td></td>
<td>Onboarding</td>
<td></td>
</tr>
<tr>
<td>Community Support</td>
<td><Check /></td>
<td><Check /></td>
</tr>
<tr>
<td>Enterprise Support with SLAs</td>
<td>Training</td>
<td></td>
<td><Check /></td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion components/enterprise/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div>
<p data-aos="fade-left" class="overline">Enterprise Edition</p>
<h1 data-aos="fade-right">Kestra Enterprise to Scale Your Workflows<span class="dot">.</span></h1>
<p data-aos="fade-left" class="baseline">Get full access to the Enterprise-only features and enjoy best in class support with custom SLAs to ensure that you have the help you need, whenever you need it</p>
<p data-aos="fade-left" class="baseline">Made for organizations & professionals seeking to secure production workloads with high-security standards and enterprise support.</p>
<a href="https://kestra.io/demo" target="_blank" class="btn btn-lg btn-primary me-2 mb-2" data-aos="zoom-in">
Book a demo
</a>
Expand Down
Loading

0 comments on commit 853be16

Please sign in to comment.