Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #301 from stakater/rasheedamir-patch-1
Browse files Browse the repository at this point in the history
minor updates
  • Loading branch information
TehreemNisa authored Apr 8, 2022
2 parents 8002f64 + d794488 commit 4bd9a34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 9 additions & 7 deletions content/sre/addons/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 3 additions & 5 deletions content/sre/tronador/overview.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.
- **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.

0 comments on commit 4bd9a34

Please sign in to comment.