Comparison with Docker Swarm

This lesson is a comparison between Kubernetes Secrets and the Docker Swarm equivalent.

We'll cover the following

The Similarities

Secrets are very similar to Kubernetes ConfigMaps and Docker Swarm configs. Everything we said for configurations applies to Secrets, with a few additional features.

Both Kubernetes and Docker Swarm stores Secrets in tmpfs inside containers. From that aspect, they are equally secure.

Get hands-on with 1200+ tech skills courses.