Skip to content

Commit

Permalink
feat: 增加新的項目 (#4)
Browse files Browse the repository at this point in the history
* feat: 增加新的項目
  • Loading branch information
sz9751210 committed Jan 18, 2024
1 parent a3765e7 commit 99b1f21
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions items/CICD/argo-cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: CICD
owner: argoproj
repo: argo-cd
desc: '针对 Kubernetes 的声明式持续部署'
desc_en: 'Declarative Continuous Deployment for Kubernetes'
5 changes: 5 additions & 0 deletions items/CICD/kube-applier.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: CICD
owner: box
repo: kube-applier
desc: 'kube-applier 能为您的 Kubernetes 集群提供自动化部署和声明式配置的功能。'
desc_en: 'kube-applier enables automated deployment and declarative configuration for your Kubernetes cluster.'
5 changes: 5 additions & 0 deletions items/CICD/terraform-kubestack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: CICD
owner: kbst
repo: terraform-kubestack
desc: 'Kubestack 是一个面向 Kubernetes 平台工程团队的框架,它允许在一个 Terraform 代码库中定义完整的云原生技术栈,并通过 GitOps 实现平台的安全持续发展。'
desc_en: 'Kubestack is a framework for Kubernetes platform engineering teams to define the entire cloud native stack in one Terraform code base and continuously evolve the platform safely through GitOps.'
5 changes: 5 additions & 0 deletions items/K8S-Cluster-Manage/kruise.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Cluster-Manage
owner: openkruise
repo: kruise
desc: '在 Kubernetes 上自动管理大规模应用程序(属于 CNCF 的孵化项目)'
desc_en: 'Automated management of large-scale applications on Kubernetes (incubating project under CNCF)'
5 changes: 5 additions & 0 deletions items/K8S-Tools/krew.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Tools
owner: kubernetes-sigs
repo: krew
desc: '寻找并安装 kubectl 插件'
desc_en: 'Find and install kubectl plugins'
5 changes: 5 additions & 0 deletions items/K8S-Tools/kubectx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Tools
owner: ahmetb
repo: kubectx
desc: '在 kubectl 中更快速地切换不同集群和命名空间的方法'
desc_en: 'Faster way to switch between clusters and namespaces in kubectl'
5 changes: 5 additions & 0 deletions items/K8S-Tools/kubetail.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Tools
owner: johanhaleby
repo: kubetail
desc: '可以同时监控 Kubernetes 多个 pods 日志的 Bash 脚本。'
desc_en: 'Bash script to tail Kubernetes logs from multiple pods at the same time'
5 changes: 5 additions & 0 deletions items/K8S-Tools/kubeval.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Tools
owner: instrumenta
repo: kubeval
desc: '验证您的 Kubernetes 配置文件,支持多个不同版本的 Kubernetes'
desc_en: 'Validate your Kubernetes configuration files, supports multiple Kubernetes versions'
5 changes: 5 additions & 0 deletions items/K8S-Tools/sealed-secrets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Tools
owner: bitnami-labs
repo: sealed-secrets
desc: '一款 Kubernetes 控制器並用于实现单向加密 Secrets 的工具'
desc_en: 'A Kubernetes controller and tool for one-way encrypted Secrets'
5 changes: 5 additions & 0 deletions items/K8S-Tools/tfk8s.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Tools
owner: jrhouston
repo: tfk8s
desc: '一个用于将 Kubernetes 的 YAML 清单转换为 Terraform 的 HCL 的工具。'
desc_en: 'A tool for converting Kubernetes YAML manifests to Terraform HCL'

0 comments on commit 99b1f21

Please sign in to comment.