https://github.com/devopsmariocom/php-in-k8s
PHP in Kuberentes example
https://github.com/devopsmariocom/php-in-k8s
Last synced: about 2 months ago
JSON representation
PHP in Kuberentes example
- Host: GitHub
- URL: https://github.com/devopsmariocom/php-in-k8s
- Owner: devopsmariocom
- Created: 2021-11-23T10:09:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T16:25:14.000Z (about 4 years ago)
- Last Synced: 2025-10-14T19:37:47.725Z (6 months ago)
- Language: Latte
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP in K8s
This is example PHP project based on [Nette](https://nette.org/) deployed to [Kubernetes](https://kubernetes.io/)
## Components
1. [PHP FPM](https://www.php.net/manual/en/install.fpm.php) for serving application using FastCGI Protocol.
2. [Composer](https://getcomposer.org/) for php packages.
3. [NodeJS](https://nodejs.org/en/) for frontend building.
4. [Adminer](https://www.adminer.org/) for database management.
5. [Minio](https://min.io/) for S3 compatible backend.
6. [Nextras Migrations](https://nextras.org/migrations/docs/master/) for automatic database management.
## Development
### Prerequisites
Docker on Linux or [Docker Desktop](https://docs.docker.com/desktop/) on Mac or Windows
### Run
```bash
docker compose up
```