docs: add kube-green to showcase (#6433)

This commit is contained in:
Davide Bianchi 2022-01-22 09:23:53 +01:00 committed by GitHub
parent c2e2938d1b
commit a4a386a45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

View File

@ -801,6 +801,14 @@ const Users: User[] = [
source: 'https://github.com/kotest/kotest',
tags: ['opensource'],
},
{
title: 'kube-green',
description: 'A kubernetes (k8s) operator to suspend your pods when no-one using them to save energy',
preview: require('./showcase/kube-green.png'),
website: 'https://kube-green.dev',
source: 'https://github.com/kube-green/kube-green.github.io',
tags: ['opensource', 'product']
},
{
title: 'kwatch',
description: 'monitor & detect crashes in your Kubernetes(K8s) cluster instantly',