From 56092c7136d73bb30564aeb65e79d9690ad12976 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Fri, 8 Apr 2022 10:42:36 +0200 Subject: [PATCH 1/2] Update introduction.md --- content/sre/addons/introduction.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/content/sre/addons/introduction.md b/content/sre/addons/introduction.md index ed94db31..84bcd562 100644 --- a/content/sre/addons/introduction.md +++ b/content/sre/addons/introduction.md @@ -4,25 +4,27 @@ Here is the list of fully managed addons available on Stakater App Agility Platf Managed AddOn | Description --- | --- -Secrets management | Vault Logging | ElasticSearch, Fluentd, Kibana Monitoring | Prometheus, Grafana -Artifacts management | Nexus CI (continuous integration) | Tekton CD (continuous delivery) | ArgoCD -Code inspection | SonarQube -Log alerting | [Stakater Konfigurator](https://github.com/stakater/Konfigurator) Internal alerting | AlertManager -External (downtime) alerting | [Stakater IMC](https://github.com/stakater/IngressMonitorController), UptimeRobot (free tier) Service mesh | Istio, Kiali, Jaeger (only one fully managed control plane) Image scanning | Trivy Backups & Recovery | Velero SSO (for managed addons) | KeyCloak +Secrets management | Vault +Artifacts management | Nexus +Code inspection | SonarQube Policy enforcement | Kyverno -Automatic reload | [Stakater Reloader](https://github.com/stakater/Reloader) +Log alerting | [Stakater Konfigurator](https://github.com/stakater/Konfigurator) +External (downtime) alerting | [Stakater IMC](https://github.com/stakater/IngressMonitorController), UptimeRobot (free tier) +Automatic application reload | [Stakater Reloader](https://github.com/stakater/Reloader) Developer dashboard - Launchpad to discover applications | [Stakater Forecastle](https://github.com/stakater/Forecastle) -Multi-tenancy | Stakater Tenant Operator +Multi-tenancy | [Stakater Tenant Operator] (https://docs.cloud.stakater.com/content/sre/tenant-operator/overview.html) +Environments-as-a-Service | [Stakater Tronador] (https://docs.cloud.stakater.com/content/sre/tronador/overview.html) Clone secrets, configmaps, etc. | Stakater Replicator +GitOps Application Manager | Stakater Fabrikate Management and issuance of TLS certificates | [cert-manager](https://github.com/jetstack/cert-manager) Intrusion detection | Falco (coming soon) Automated base image management | Renovate (coming soon) From d79448887b994b4763ef2b20bb8bedeafb953e09 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Fri, 8 Apr 2022 10:44:13 +0200 Subject: [PATCH 2/2] Update overview.md --- content/sre/tronador/overview.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/sre/tronador/overview.md b/content/sre/tronador/overview.md index 08a108d2..ab8b16a4 100644 --- a/content/sre/tronador/overview.md +++ b/content/sre/tronador/overview.md @@ -1,8 +1,6 @@ -# Tronador +# Overview -Dynamic test environments on Kubernetes on demand! - -## Overview +Environment-as-a-Service; Dynamic test environments on Kubernetes on demand! Traditionally, many software development projects merge changes from developers into the repository, and then identify regressions resulting from those changes, followed by more patches to fix those bugs. @@ -31,4 +29,4 @@ Tronador comes with a CRD and a Tekton cluster task. The CRD, `EnvironmentProvis 7. Tronador will create a test environment for the application, by creating a HelmRelease for your application and external dependencies inside that environment ## Dependencies -- **Helm Operator**: Tronador requires the Helm Operator to be installed in your cluster. The Helm Operator is a Kubernetes operator that manages the lifecycle of Helm releases. Tronador's `EnvironmentProvisioner` Custom Resource creates helm releases that are managed by the Helm Operator. \ No newline at end of file +- **Helm Operator**: Tronador requires the Helm Operator to be installed in your cluster. The Helm Operator is a Kubernetes operator that manages the lifecycle of Helm releases. Tronador's `EnvironmentProvisioner` Custom Resource creates helm releases that are managed by the Helm Operator.