Aniket Kharpatilaniket-on-cloud9.hashnode.dev·3 hours agoConfigMaps and Secrets in KubernetesIntroduction Configuration⚙️ is essential for any application to function properly. Any data that controls or influences how an application works can be considered configuration. Before jumping to ConfigMaps and Secrets let's understand something abo...Discuss·1 like2Articles1Week
Kleonkleon.cc·Nov 27, 2023Borrowing The Doom Eternal ConsoleIntroduction Ever wondered how game modders are abusing your game's preexisting code routines to richen the user's game experience? Allow me to take your hand and let's explore Doom Eternal's Console output. Why The Console? The Console, meticulously...DiscussDoom
Thomas SeguraforGitGuardiangitguardian.hashnode.dev·Nov 15, 2023HasMySecretLeaked - Building a Trustless and Secure ProtocolHasMySecretLeaked is the first free service that allows security practitioners to proactively verify if their secrets have leaked on GitHub.com. With access to GitGuardian's extensive database of over 20 million records of detected leaked secrets, in...DiscussSecurity
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 29, 2023🔐 Harnessing the Power of ConfigMaps and Secrets in Kubernetes ☸️: A Comprehensive Guide with Real-World Example 🚀📋💡Kubernetes, the open-source container orchestration platform, has revolutionized how we manage and deploy applications at scale. Central to its success are two critical components: ConfigMaps and Secrets. These Kubernetes resources are indispensable ...Discuss·20 likesKubernetesKubernetes
Thomas SeguraforGitGuardiangitguardian.hashnode.dev·Oct 20, 2023Yes, GitHub's Copilot can Leak (Real) SecretsThere has been a growing focus on the ethical and privacy concerns surrounding advanced language models like ChatGPT and OpenAI GPT technology. These concerns have raised important questions about the potential risks of using such models. However, it...DiscussAI
Ajit Fawadeblog.ajitfawade.com·Oct 11, 2023Demystifying Kubernetes ConfigMaps and Secrets for Smooth Deployments 🚀: Day 35 of 90DaysOfDevOpsConfigMaps and Secrets play a pivotal role in Kubernetes for managing configuration data and safeguarding sensitive information. Let's delve into these critical components, understand how to use them, and explore their real-world significance. What a...Discuss·9 likes·30 reads90DaysOfDevOpsDevops
Tiexin GuoforGitGuardiangitguardian.hashnode.dev·Oct 9, 2023Handling Secrets with AWS Secrets ManagerIn my previous tutorials, we looked at Azure Key Vault and Google Secret Manager: How to Handle Secrets with Azure Key Vault: In this piece, we had a look at the Zero Trust security strategy, how to put it into practice to secure applications and da...DiscussDevops
shehbaz khanshehbaz.hashnode.dev·Oct 9, 2023Effortless Secrets Management: Integrating Doppler with KubernetesIn today's rapidly evolving realm of modern application development, Kubernetes has firmly established itself as the premier platform for orchestrating containerized workloads.Secrets, in the context of Kubernetes, are not merely passwords or keys; t...Discuss·32 readsDevops
Sourav Kumarsouravk.hashnode.dev·Oct 6, 2023Kubernetes SecretsWelcome to our latest blog post, where we delve into the world of Kubernetes Secrets. Whether you're new to Kubernetes or a seasoned pro, this guide will equip you with why we need secrets. Let's get started! What is a K8s secret? A secret as the nam...Discuss·1 like·115 readssecrets
Akash Singhakashblogs-1689395803240.hashnode.dev·Oct 5, 2023Day 35: Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️What is ConfigMaps. In Kubernetes, a ConfigMap is a resource object that allows you to store configuration data separately from your application code. It is a key-value store where you can store configuration settings, environment variables, or any o...Discussk8s