DEV Community

Discussion on: Docker to Kubes

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!