DEV Community

Docker to Kubes

Justyn Temme on July 25, 2018

If I told you that the transition from Docker to Kubernetes takes an afternoon of seamlessly migrating containers, I would be lying. Kubernetes fo...
Collapse
 
kskitek profile image
kskitek • Edited

As for the persistent volumes and SSL keys problem you should use for that kubrrnetes secrets. You can create generic secret from file and mount it on every deployment.
Kubernetes docs actually show really well how to do that kubernetes.io/docs/concepts/config...

Collapse
 
justyntemme profile image
Justyn Temme • Edited

I have actually started looking into this, any advice for me? I plan to create a step by step playbook for moving a static site or wordpress site to kubes, thanks for the info!