Skip to content

Commit

Permalink
Merge pull request #160 from stakater/cleanup
Browse files Browse the repository at this point in the history
cleanup and improve docs
  • Loading branch information
SheryarButt authored Oct 4, 2023
2 parents d7708d5 + a568236 commit c8658a0
Show file tree
Hide file tree
Showing 29 changed files with 10 additions and 391 deletions.
2 changes: 1 addition & 1 deletion content/about/service-definition/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This section outlines the service definition for Stakater App Agility Platform (
1. [Managed Service Mesh (`Istio`, `Kiali`, `Jagaer`, `Prometheus`)](./service-mesh.md)
1. [Managed Certificates](../../managed-addons/cert-manager/overview.md)
1. [Managed Continuous Delivery (ArgoCD)](../../managed-addons/argocd/overview.md)
1. [Managed Continuous Integration (Tekton)](../../managed-addons/tekton/introduction.md)
1. [Managed Continuous Integration (Tekton)](../../managed-addons/tekton/overview.md)
1. [Managed Policy Enforcement (Kyverno, OPA)](../../for-cisos/policies/policies.md)
1. [Managed Downtime Alerting (IMC)](../../managed-addons/imc/overview.md)
1. [Managed Dynamic Environments (Tronador)](../../managed-addons/tronador/overview.md)
Expand Down
10 changes: 4 additions & 6 deletions content/managed-addons/argocd/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# ArgoCD

## Overview
# Overview

ArgoCD is a declarative, GitOps continuous delivery tool designed to simplify and automate application deployments on Kubernetes clusters. It enables you to define the desired state of your applications and infrastructure in a Git repository, providing a robust and scalable approach to managing and deploying your applications across multiple environments.

Expand All @@ -23,7 +21,7 @@ Argo CD supports defining Kubernetes manifests in a number of ways:

ArgoCD compares the actual state of the application in the cluster with the desired state defined in Git and determines if they are out of sync. When it detects the environment is out of sync, ArgoCD can be configured to either send out a notification to kick off a separate reconciliation process or ArgoCD can automatically synchronize the environments to ensure they match.

### Benefits
## Benefits

ArgoCD offers a wide range of powerful features that help streamline your continuous delivery workflow:

Expand All @@ -39,7 +37,7 @@ ArgoCD offers a wide range of powerful features that help streamline your contin

1. **RBAC and Access Controls:** ArgoCD offers robust Role-Based Access Control (RBAC) mechanisms, allowing you to define granular permissions for different users or teams. This ensures that only authorized individuals can modify or deploy applications, maintaining the security and integrity of your deployments.

### SLAs
## SLAs

**Availability:**
We understand the importance of high availability for continuous deployment. We guarantee a minimum monthly uptime percentage of 99.9% for the ArgoCD platform integrated into our product. This ensures that the ArgoCD service remains accessible, allowing you to effectively manage and deploy your applications without significant disruptions.
Expand All @@ -56,7 +54,7 @@ We are dedicated to providing exceptional support to our customers throughout th
**Service Maintenance:**
To ensure the stability and security of our product, periodic maintenance activities may be necessary. We make every effort to schedule maintenance windows during off-peak hours to minimize any impact on your continuous deployment processes. Prior notice will be provided regarding any scheduled maintenance, allowing you to plan accordingly.

### Terminology
## Terminology

Argo CD uses a number of terms to refer to the components:

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 1 addition & 3 deletions content/managed-addons/sonarqube/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Code Quality

We offer [SonarQube](https://www.sonarqube.org/) as managed addon to analyze the code's quality.
# Overview

SonarQube performs static code analysis to evaluate code quality, using analysis rules that focus on three areas:

Expand Down
33 changes: 0 additions & 33 deletions content/managed-addons/sonarqube/sonarqube-upgrade.md

This file was deleted.

39 changes: 0 additions & 39 deletions content/managed-addons/tekton/cluster-tasks.md

This file was deleted.

Binary file removed content/managed-addons/tekton/images/CI-CD-CD.png
Binary file not shown.
19 changes: 0 additions & 19 deletions content/managed-addons/tekton/introduction.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit c8658a0

Please sign in to comment.