KickAssCommerce / KickAssDocker

Docker containers with all required KickAssCommerce dependencies installed available as FPM through Nginx and CLI
https://github.com/KickAssCommerce/KickAssDocker
MIT License
0 stars 0 forks source link

Helm chart #1

Open andrewhowdencom opened 7 years ago

andrewhowdencom commented 7 years ago

Can probably contribute a helm chart once the docker-compose is written.

For context, Helm is the package manager on Kubernetes. It would allow you to deploy this application easily into a k8s environment.

See https://github.com/kubernetes/helm

adam-paterson commented 7 years ago

@andrewhowdencom That would be great, I'm relatively new to Docker environments and have only used them for local environments. So I'll probably have to hand the baton over for creating deployable instances.

andrewhowdencom commented 7 years ago

I can build the helm chart almost directly from docker-compose. "Managing Expectation", I'm not sure I'll have time to build the stack entirely (: I can help with questions, though.

Current notes on Magento related docker stuff is here: https://github.com/littlemanco/docker-apache-php, if it provides you sufficient use.