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: #efi

当前筛选 #efi清除筛选
Stick Rules

@usestick · Post #58 · 12/19/2019, 06:32 AM

#杂项#EFI [冒泡] 近期事情挺多,期末作品和毕业作品赶到一起,焦头烂额,所以几乎没有维护规则,甚至没怎么打开 Telegram,不过还是有些事想说一下: 1. 可能有同学发现了,规则里我放了一个 Dler Cloud 快速设置的配置文件,点击此处 查看; 2. 前些天为频道的第 600 位订阅者赠送了 2.99 美元的 app 一个(自选,以后看心情还会有的 🥳); 3. 上周日装了一台中配黑果,经过四天的学习和研究,现分享较完美的 EFI 到 GitHub,详情 点击此处 查看(纯小白,有建议请提出); 4. 这个假期时间相对较多,应该会不断完善规则和黑果 EFI 文件,共勉。

Hashtags

GitHub Trends

@githubtrending · Post #15612 · 04/12/2026, 11:30 AM

#c_lang#aarch64#arm#arm64#bios#boot_loader#boot_manager#bootloader#efi#gpt#loongarch#loongarch64#loongson#mbr#risc_v#riscv#riscv64#uefi#x64#x86#x86_64 Limine is a modern bootloader that boots Linux and other OSes on x86, ARM64, RISC-V, and LoongArch64 hardware, supporting MBR/GPT partitions and FAT/ISO filesystems on 32-bit Pentium Pro+ or 64-bit systems. Get binaries via Git (e.g., `git clone --branch=v11.x-binary`), build tools with `make`, and join Matrix/Fluxer chats for help. This lets you easily manage and boot multiple OSes with a clean menu, saving time on custom PC or server setups. https://github.com/Limine-Bootloader/Limine