Skip to main content
Solved

Kubernetes Question of the day July 14 2022


Geoff Burke
Forum|alt.badge.img+22

Hashicorp’s Vault can be leveraged to do what in a Kubernetes Cluster?

Best answer by Aly Idriss

manage and control access to secrets

View original
Did this topic help you find an answer to your question?

2 comments

JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • July 14, 2022

Vault provides a Kubernetes authentication method that enables clients to authenticate with a Kubernetes Service Account Token. Applications using the Vault service running in Kubernetes can leverage the transit secret engine as "encryption as a service". This allows applications to offload encryption needs to Vault before storing data at rest.


Aly Idriss
Forum|alt.badge.img+1
  • Comes here often
  • 27 comments
  • Answer
  • July 14, 2022

manage and control access to secrets


Comment