-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88a8ffa
commit 75cd2db
Showing
3 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: devops | ||
description: all the tools you need for your software engineering back office on plural | ||
featured: true | ||
collections: | ||
- provider: AWS | ||
bundles: | ||
- name: argo-cd-aws | ||
repo: argo-cd | ||
- name: aws-sentry | ||
repo: sentry | ||
- name: aws-grafana | ||
repo: grafana | ||
- name: kubecost-aws | ||
repo: kubecost | ||
- provider: GCP | ||
bundles: | ||
- name: argo-cd-gcp | ||
repo: argo-cd | ||
- name: gcp-sentry | ||
repo: sentry | ||
- name: gcp-grafana | ||
repo: grafana | ||
- name: kubecost-gcp | ||
repo: kubecost | ||
- provider: AZURE | ||
bundles: | ||
- name: argo-cd-azure | ||
repo: argo-cd | ||
- name: azure-sentry | ||
repo: sentry | ||
- name: azure-grafana | ||
repo: grafana | ||
- name: kubecost-azure | ||
repo: kubecost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: security | ||
description: end-to-end k8s security using plural | ||
featured: true | ||
collections: | ||
- provider: AWS | ||
bundles: | ||
- name: kubescape-aws | ||
repo: kubescape | ||
- name: istio-aws | ||
repo: istio | ||
- name: vault-aws | ||
repo: vault | ||
- provider: GCP | ||
bundles: | ||
- name: kubescape-gcp | ||
repo: kubescape | ||
- name: istio-gcp | ||
repo: istio | ||
- name: vault-gcp | ||
repo: vault | ||
- provider: AZURE | ||
bundles: | ||
- name: kubescape-azure | ||
repo: kubescape | ||
- name: istio-azure | ||
repo: istio | ||
- name: vault-azure | ||
repo: vault |