Deploy Magento 2 to Kubernetes

Deploy Magento 2 to Kubernetes

Magento 2 currently does not have a fully cloud native approach, and documentation lacks on this topic. We'll see below how to deploy immutable Docker images of Magento 2 on Kubernetes, make it possible to build once (ie. a tag) and deploy many times (ie. staging, preproduction, production).

[…]

See our clickandmortar/magento-kubernetes GitHub repository for a complete Dockerfile example.

[…]