I can manage all my K8s config in git, except Secrets. Introduction The problem is rather clear, I cannot save any secret securely in any Git platform as Github or Gitlab. If the repository is public, it is obvious that anyone could read these secrets. And if the repository is private…