Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 340 Bytes

05-challege-secrets.md

File metadata and controls

11 lines (6 loc) · 340 Bytes

Challenge: Replicate Vault Secrets into Kubernetes

In this challenge you will sync secrets from vault into Kubernetes.

Perform the following steps:

  • Create a tool that syncs a Vault secret into a Kubernetes secret.

Bonus

  • Create a Kubernetes deployment for your secrets management tool and sync a Vault secret every 10 seconds.