·manage-kubernetes-secrets
</>

manage-kubernetes-secrets

使用适用于 GitOps 的 SealedSecrets、适用于云机密管理器的外部机密操作器以及轮换策略在 Kubernetes 中实施安全机密管理。通过静态加密和 RBAC 控制来处理 TLS 证书、API 密钥和凭证。在存储 Kubernetes 应用程序的敏感配置、实施必须对密钥进行版本控制的 GitOps、与 AWS Secrets Manager 或 Azure Key Vault 集成、在不停机的情况下轮换凭证或从纯文本 Secret 迁移到加密解决方案时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill manage-kubernetes-secrets

如何安装 manage-kubernetes-secrets

通过命令行快速安装 manage-kubernetes-secrets AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill manage-kubernetes-secrets
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Implement production-grade secrets management for Kubernetes with encryption, rotation, and integration with external secret stores.

Configure encryption at rest for Secrets using KMS or local encryption.

Expected: Secrets encrypted at rest in etcd. Hexdump shows encrypted data, not plaintext. KMS integration configured for cloud-managed clusters. Re-encryption of existing secrets completes without errors.

使用适用于 GitOps 的 SealedSecrets、适用于云机密管理器的外部机密操作器以及轮换策略在 Kubernetes 中实施安全机密管理。通过静态加密和 RBAC 控制来处理 TLS 证书、API 密钥和凭证。在存储 Kubernetes 应用程序的敏感配置、实施必须对密钥进行版本控制的 GitOps、与 AWS Secrets Manager 或 Azure Key Vault 集成、在不停机的情况下轮换凭证或从纯文本 Secret 迁移到加密解决方案时使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill manage-kubernetes-secrets
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-11

Browse more skills from pjt222/development-guides

快速解答

什么是 manage-kubernetes-secrets?

使用适用于 GitOps 的 SealedSecrets、适用于云机密管理器的外部机密操作器以及轮换策略在 Kubernetes 中实施安全机密管理。通过静态加密和 RBAC 控制来处理 TLS 证书、API 密钥和凭证。在存储 Kubernetes 应用程序的敏感配置、实施必须对密钥进行版本控制的 GitOps、与 AWS Secrets Manager 或 Azure Key Vault 集成、在不停机的情况下轮换凭证或从纯文本 Secret 迁移到加密解决方案时使用。 来源:pjt222/development-guides。

如何安装 manage-kubernetes-secrets?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill manage-kubernetes-secrets 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides