Introduction to Secrets in Kubernetes
In the previous article, we discussed how we can store non-confidential data as key-value pairs using ConfigMaps. In this article, we will look into how we can use Secrets in Kubernetes to store confidential data. What are Secrets in Kubernetes?…