My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Tips for Kubernetizing / containerizing a PHP app?

Deactivated User's photo
Deactivated User
·Jan 25, 2019

I want to upgrade an existing PHP7 application to run on Kubernetes / Docker, because of the scalability options. The application is an asset management system that mimics an OS-like folder structure (files stored in one upload path, folder structure is just database relations) and is able to upload (potentially huge) files (admins) and share these files (users).

I have never used Docker / Kubernetes in practice, but read a lot about it and understand the principles and uses of images, containers, services.

I realise this is a very global question with such little information, but could anyone point out some important things to take into account?

Screenshot 2019-01-25 14.21.20.jpg