TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

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

Results

3 similar posts found

Search: #linus

当前筛选 #linus清除筛选
科技&趣闻&杂记

@kejiqu · Post #4054 · 01/12/2026, 02:21 AM

氛围编程真香,“Linux 之父”Linus 在个人业余项目中尝试拥抱 AI Linus Torvalds 近期在其个人业余项目 AudioNoise 中使用了 AI 编程工具 Google Antigravity,用于音频样本可视化器的制作。Torvalds 此前在 Linux Foundation 开源峰会上表示自己未使用 AI 编程,但随后解释称 AI 更适合小型个人项目中的“氛围编程”,而非正式项目的维护。他认为 AI 是一种工具,类似于编译器,能够辅助程序员但无法取代其地位。Google Antigravity 是谷歌于 2025 年 11 月与 Gemini 3.0 一同发布的 AI 原生集成开发环境(IDE)。Torvalds 强调,他对模拟滤波器比 Python 了解更多,但利用 AI 工具可以更快速地实现可视化效果。IT之家 🏷#Linus#Torvalds#AI#编程#Google#Antigravity 📢频道👥群组📝投稿

科技&趣闻&杂记

@kejiqu · Post #3694 · 08/10/2025, 01:17 AM

Linus Torvalds 拒绝 Linux 6.17 的 RISC-V 更改,原因在于提交过晚且代码“垃圾” Linus Torvalds 拒绝了 Linux 6.17 内核的 RISC-V 架构更改,原因是提交时间过晚以及代码质量问题。此次变更的提交恰逢合并窗口即将关闭,且Torvalds本人正在旅行。Torvalds对其中包含的特定代码片段表示不满,将其描述为“垃圾”,特别指出了一段名为 make_u32_from_two_u16() 的辅助函数。Torvalds强调,这类低质量的代码不应出现在通用头文件中,并警告未来将不再接受迟到的合并请求或非 RISC-V 树中的垃圾代码。提交者回应将改进提交时间并关注质量问题。Slashdot 🏷#Linus#Torvalds#RISC#V#Linux 📢频道👥群组📝投稿