...

/

Introduction

Introduction

An overview of secrets and how they are used.

Secrets

It’s common to need to pass sensitive configs to our applications like credentials and private keys. We could use ConfigMaps for these configs as well, but when we are concerned with the security of these values, we have a better option: Secrets.

The way a Secret is used is pretty similar to a ConfigMap ...

Access this course and 1400+ top-rated courses and projects.