Skip to content

Introduction

In order to deploy our freshly built Docker image to Kubernetes, several options are available:

  • Manual deployment: You can manually deploy your Docker image to Kubernetes using kubectl commands and YAML manifests
  • Helm chart: You can use a Helm chart to deploy your Docker image to Kubernetes
  • Kustomize: You can use Kustomize to deploy your Docker image to Kubernetes
  • GitOps: You can use GitOps (ArgoCD, Flux) to deploy your Docker image to Kubernetes

In this guide, we'll be using the Helm chart option to deploy our Docker image to Kubernetes, along with everything else required to run Magento / Adobe Commerce.

Released under the MIT License.
This project is not affiliated with, endorsed by, or sponsored by Adobe Inc. "Magento" and "Adobe Commerce" are trademarks of Adobe Inc.
All trademarks and registered trademarks are the property of their respective owners.