With the announcement of kubernetes orchestration support and that docker stack compose files can be used when targeting deployment on kubernetes as the backend, how will the secret functionality of the compose format be handled/translated for kubernetes? Will that be supported?
We are developing some new containers and would like to pick the best approach for CLI deployment and management policies that will be compatible w/ the future Docker orchestration direction (i.e. k8 or swarm). From this video (https://www.youtube.com/watch?v=h0c7USYStVQ) it sounded like we should just go w/ using compose files and docker stack deploy… then if I understand correctly we could swap out orchestration targets (k8/swarm) with little effort
So… if I am correct… will this pertain to secrets as well?