Hung Ngohungoboss.hashnode.dev·Sep 23, 2023Between the Lines: What are the secrets in your code?One critical aspect of security is ensuring that sensitive data, such as passwords, API keys, and encryption keys, are not accidentally exposed in your source code. These sensitive data are usually called “secrets”, and for penetration testers, they ...Discusssecrets
Rohan Balgotradevxblog.hashnode.dev·Sep 19, 2023ConfigMaps and Secrets in Kubernetes: Best Practices 🔒🔑🛡️Introduction In the intricate landscape of Kubernetes, efficient configuration management is a key to success. ConfigMaps and Secrets are powerful tools that play a pivotal role in storing and managing configuration data, whether non-sensitive or con...Discuss·1 like2Articles1Week
Karan Idnanikaranidnani6.hashnode.dev·Sep 9, 2023#Day35:Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️Introduction to ConfigMaps and Secrets in Kubernetes In the dynamic world of Kubernetes, efficient configuration management and secure handling of sensitive data are paramount. To tackle these challenges, Kubernetes offers two essential resources: Co...Discuss#90daysofdevops
CHANDRESH PATLEchandreshpatle.hashnode.dev·Sep 8, 2023Day 35 Task: Mastering ConfigMaps and Secrets in Kubernetes🔶 What are ConfigMaps and Secrets in K8s In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-value pairs, while Secrets store sensitive data in an encrypted...Discuss90DaysOfDevopsChallengesecrets
Alex Wolfcameda.hashnode.dev·Aug 24, 2023ExternalSecrets Operator part 1Установка в k8s. helm repo add external-secrets https://charts.external-secrets.io helm install external-secrets \ external-secrets/external-secrets \ -n external-secrets \ --create-namespace -------------------------------------------------...DiscussKubernetes
Gianluca Mardenteprojectsveltos.hashnode.dev·Jul 25, 2023Securely Managing, Distributing, and Scaling Secrets Across Multiple Kubernetes ClustersA secret is any piece of information that you want to keep confidential, such as API keys, passwords, certificates, and SSH keys. Secret Manager systems store your secrets in a secure, encrypted format, and provide you with a simple, secure way to ac...DiscussKubernetes
Ashutosh Mahajanashutoshamblogs.hashnode.dev·Jul 16, 2023Set the Environment Variables (ENV) in Kubernetes🗼Introduction Environment variables play a crucial role in configuring applications deployed in Kubernetes clusters. They allow developers to provide runtime configuration values to their applications without hardcoding them in the application code....Discuss·28 readskubernetes-configmap
Subho Deydevopsculture.hashnode.dev·Jul 14, 2023Simplifying Container Configuration in Kubernetes with Secrets and ConfigMapsIntroduction: Kubernetes has revolutionized container orchestration, providing a robust platform for managing and scaling containerized applications. One of the key challenges in container deployment is managing the configuration of individual contai...Discuss·1 like·133 readsKubernetes
Dheeraj Gambhirdheerajgambhir.hashnode.dev·Jul 10, 2023Sensitive Data in Azure Pipelines - Azure Variable Groups (Benefits and Real-World Examples)Secret variables are variables that are encrypted and can be used in pipelines without having their value revealed. You can use secret variables to store confidential information like passwords, identification numbers, and other identifying informati...Discuss·1 likeAzure
Antoine LOIZEAUblog.smartcloudarchitect.fr·Jul 5, 2023Consommer un Azure Key Vault depuis vos pipelines Azure DevOpsScénario Imaginons ensemble une solution simple où j'ai besoin, depuis un pipeline Azure, d'appeler une API externe utilisant un compte utilisateur. Pour maximiser la sécurité et afin de partager cette information avec différentes applications nous s...Discuss·73 readsAzure Key Vault