@jichangzhijia · Post #52 · 01/08/2024, 05:22 AM
▌机场名称:#POCONET ▌机场地址: https://poconet.me/ ▌成立时间:2023年3月 ▌支持协议:#Shadowsocks ▌套餐价格: 套餐1:12元150G/月; 套餐2:24元350G/月; ▌特点介绍:延迟低,速度快,有多个0.5倍率节点,速度也很快,实际12元套餐可以使用300G流量
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #14783 · Jun 3
#go#devops_workflow#encrypt_secrets#gitops#kubernetes#kubernetes_secrets Sealed Secrets is a tool for Kubernetes that lets you safely store sensitive information—like passwords or API keys—in your code repository by encrypting them so only your Kubernetes cluster can decrypt them. You use a tool called `kubeseal` to encrypt secrets on your computer, and then store the encrypted result in your repository. When you apply this encrypted secret to your cluster, a special controller inside Kubernetes decrypts it and creates a regular secret that your apps can use. This means you can manage all your configuration in Git, even secrets, without worrying about exposing sensitive data, and only the cluster itself can access the real secret[2][5][1]. The benefit is that your secrets are protected at every step, and you can use Git workflows for everything, making your setup more secure and easier to manage. https://github.com/bitnami-labs/sealed-secrets