SOPS Encryption Encrypt secrets in configuration files while keeping structure visible. When to Use This Skill Use this skill when: - Encrypting secrets in Git - Implementing GitOps with secrets - Managing Kubernetes secrets as code - Encrypting configuration files Prerequisites - SOPS installed - KMS access (AWS, GCP, Azure) or PGP key Installation Basic Usage Configuration Kubernetes Integration Best Practices - Store .sops.yaml in repository - Use different keys per environment - Rotate encryption keys regularly - Never commit unencrypted secrets - Use key aliases for readability Related S…