Skip to content

Commit

Permalink
update categories to reflect the list of possible ones, and the limit…
Browse files Browse the repository at this point in the history
… 1 (#16)
  • Loading branch information
fharper authored Aug 28, 2023
1 parent 849d4f9 commit e828c7d
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ apps:
imageUrl: "https://argoproj.github.io/argo-events/assets/logo.png"
description: "Argo Events is an event-driven workflow automation framework for Kubernetes which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc. on events from a variety of sources like webhooks, S3, schedules, messaging queues, gcp pubsub, sns, sqs, etc"
categories:
- Queueing
- CI/CD

- name: argo-rollouts
displayName: Argo Rollouts
website: "https://github.com/argoproj/argo-rollouts"
imageUrl: "https://argoproj.github.io/static/3748e3a7881fe3b037f2401b65943dc0/93d75/rollouts.png"
description: "Argo Rollouts is a Kubernetes controller and set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, and progressive delivery features to Kubernetes."
categories:
- Continuous Delivery
- CI/CD

- name: datadog-agent
displayName: Datadog
website: "https://github.com/DataDog/datadog-agent"
Expand All @@ -23,67 +25,70 @@ apps:
- name: app-key
label: Datadog application key
imageUrl: "https://imgix.datadoghq.com/img/dd_logo_n_70x75.png"
description: "Datadogs SaaS-based infrastructure monitoring provides metrics, visualizations, and alerting to ensure your engineering teams can maintain and optimize your cloud or hybrid environments."
description: "Datadog's SaaS-based infrastructure monitoring provides metrics, visualizations, and alerting to ensure your engineering teams can maintain and optimize your cloud or hybrid environments."
categories:
- Monitoring
- Observability

- name: goldilocks
displayName: Goldilocks
website: "https://github.com/FairwindsOps/goldilocks"
imageUrl: "https://raw.githubusercontent.com/FairwindsOps/goldilocks/4ce63764d40d8215b2d517c7cb34c557cc81e533/img/goldilocks.svg"
description: "Goldilocks is a utility that can help you identify a starting point for resource requests and limits."
categories:
- Monitoring

- name: kratix
displayName: Kratix
website: "https://github.com/syntasso/kratix"
imageUrl: "https://assets.website-files.com/6194c620b350c4056027fac7/62c6d513f52586d698eb1c43_kratix-logo.png"
description: "Kratix is a framework used by platform teams to build the custom platforms tailored to their organisation."
categories:
- Application Management
- App Management

- name: kubernetes-dashboard
displayName: Kubernetes Dashboard
website: "https://github.com/kubernetes/dashboard"
imageUrl: "https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.svg"
description: "Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself."
categories:
- Observability

- name: kyverno
displayName: Kyverno
website: "https://github.com/kyverno/kyverno"
imageUrl: "https://repository-images.githubusercontent.com/169108858/35923880-823a-11e9-9089-0c9c102f9e6f"
description: "Kyverno is a policy engine designed for Kubernetes. Kyverno Policies are managed as Kubernetes resources and no new language is required to write policies."
categories:
- Security

- name: opencost
displayName: OpenCost
website: "https://github.com/opencost/opencost"
imageUrl: "https://www.opencost.io/assets/images/opencost-logo-da1451b88bd3065568f9755168643730.png"
description: "OpenCost is a vendor-neutral open source project for measuring and allocating infrastructure and container costs in real time."
categories:
- FinOps
- Observability

- name: polaris
displayName: Polaris
website: "https://github.com/FairwindsOps/polaris"
imageUrl: "https://camo.githubusercontent.com/21017bcdf60b658e5719e8d4b8ebf4ba4c1115ea907f2d8190427a82f8979eaf/68747470733a2f2f706f6c617269732e646f63732e6661697277696e64732e636f6d2f696d672f706f6c617269732d6c6f676f2e706e67"
description: "Polaris is an open source policy engine for Kubernetes."
categories:
- Security

- name: testkube
displayName: Testkube
website: "https://github.com/kubeshop/testkube"
imageUrl: "https://assets.website-files.com/61e00b3936e571a4ea7a5a4c/63eba7324e90b73e382e9443_testkube-small-logo.svg"
description: "Testkube is a Kubernetes-native testing framework that allows you to automate the executions of your existing testing tools inside your Kubernetes cluster."
categories:
- Testing
- Kubeshop

- name: tracetest
displayName: Tracetest
website: "https://github.com/kubeshop/tracetest"
imageUrl: "https://assets.website-files.com/625f135a8e554e44ad158913/63f4ff012c966601d2dc37dc_tracetest-small-logo.svg"
description: "Tracetest uses your existing OpenTelemetry traces to power trace-based testing with assertions against your trace data at every point of the request transaction."
categories:
- Testing
- Observability
- Kubeshop

0 comments on commit e828c7d

Please sign in to comment.