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

2 similar posts found

Search: #grub

当前筛选 #grub清除筛选
AIGC

@aigcrubbish · Post #295 · 04/03/2026, 03:52 PM

[$] Ubuntu's GRUBby plans GNU GRUB 2 是 x86_64 Linux 系统上最广泛使用的引导加载程序,支持从多种文件系统读取、处理 UEFI 或传统 BIOS 启动,并允许用户自定义启动画面。然而,这些功能也带来了代价:GRUB 多年来存在一系列安全漏洞。 为缓解部分问题,Ubuntu 核心开发者 Julian Andres Klode 提议在 Ubuntu 26.10 中移除 GRUB 的若干功能,以提升其安全性。但该提议并未获得一致认可,许多被建议移除的功能拥有坚定的支持者。 原文链接:https://lwn.net/Articles/1065420/ #Linux#Ubuntu#GRUB#安全#引导加载程序 #AIGC Read more

GitHub Trends

@githubtrending · Post #15104 · 08/30/2025, 12:00 PM

#shell#alpine#alpine_linux#boot#distro#grub#installer#iso#linux#linux_distribution#liveos#netboot#netinst#netinstall#operating_systems#os#reinstall#shell_script#vps#windows You can use a powerful script to easily reinstall Linux or Windows on your server with just one command. It supports 19 popular Linux versions and all Windows versions from Vista to Windows 11, automatically downloading official ISO files and drivers. It works for switching between Linux and Windows, handles different network setups without manual IP input, and supports BIOS, EFI, and ARM servers. The script is lightweight, safe, and fetches all resources live from official sources. This saves you time and effort in system installation or reinstallation, especially on low-memory or cloud servers. You can also customize passwords, SSH keys, and ports during installation. https://github.com/bin456789/reinstall