Comparison with Docker Swarm
This lesson is a comparison between Kubernetes Secrets and the Docker Swarm equivalent.
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.
The Differences
The ...
Access this course and 1400+ top-rated courses and projects.