Manage Kubernetes secrets with Azure Key Vault

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ค. 2024
  • 🔒 Safeguard your application's sensitive information in Azure Kubernetes Service (AKS) with this comprehensive guide on managing secrets using Azure Key Vault! In this video, I'll walk you through the step-by-step process of integrating Azure Key Vault with AKS to enhance security and streamline secret management.
    🚀 Key Highlights:
    **Integrating Azure Key Vault with AKS**: Follow a hands-on demonstration on connecting Azure Key Vault to AKS, establishing a secure channel for storing and retrieving sensitive information.
    By the end of this tutorial, you'll have the knowledge and confidence to implement a robust secrets management strategy in Azure Kubernetes Service, ensuring your applications remain secure and compliant. Don't compromise on security-watch now and level up your AKS deployment! 🔐💻
    #azure #kubernetes #security #devops #AzureKeyVault #SecretsManagement #azurekubernetesservice
    ▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬
    - 🔗 CSI Secret Store Driver - learn.microsoft.com/en-us/azu...
    - 🔗 Kubernetes docs for CSI Secret Store Driver - secrets-store-csi-driver.sigs...
    ▬▬▬▬▬▬ ⏱ Chapters⏱ ▬▬▬▬▬▬
    00:00 - Introduction
    00:20 - Different options to store secrets in Kubernetes
    01:15 - Prerequisites
    02:10 - Create AKS cluster with Azure KeyVault Secrets Provider add on
    03:30 - Create Azure Key Vault using Azure CLI
    04:30 - Create a secret in Azure Key Vault using Azure CLI
    05:40 - Assign permissions to managed identity to access secret from Azure key Vault
    10:10 - Create a secret provider class
    12:10 - Use the Key Vault Secret in a Pod
    13:50 - Verify the secret is mounted correctly inside the pod
    14:55 - summary
    ▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
    Connect with me here:
    - 🔗 Subscribe: / @nilesh-gule
    - 🔗 TH-cam : / @nilesh-gule
    - 🔗 GitHub: github.com/nileshgule
    - 🔗 Twitter: / nileshgule
    - 🔗 Website: www.HandsOnArchitect.com/
    - 🔗 LinkedIn : / nileshgule
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 5

  • @Sandeepsharma-mc1er
    @Sandeepsharma-mc1er 4 หลายเดือนก่อน +1

    Thanks for sharing!!

    • @nilesh-gule
      @nilesh-gule  4 หลายเดือนก่อน

      Thanks Sandeep. Glad that you found the video useful.

    • @Sandeepsharma-mc1er
      @Sandeepsharma-mc1er 4 หลายเดือนก่อน

      @@nilesh-gule please create video for kubernetes infrastructure and deployment for machine learning models
      It will be very helpful

  • @raghus5551
    @raghus5551 2 หลายเดือนก่อน +1

    Does this create a Kubernetes secret automatically? Just want to confirm as in my case I want to move to Azure Key vault instead of creating using a Kubernetes secret as anybody who has access the cluster can base64 decode a secret. Please confirm if the solution with Azure Key vault does not auto create a secret which then can be decoded by anybody who has access to the cluster. If it does not do this then this servers my use case of totally avoiding using a secret.

    • @nilesh-gule
      @nilesh-gule  หลายเดือนก่อน

      Yes, Azure Key Vault will automatically create the secret.