- Добавил: literator
- Дата: 19-09-2023, 17:59
- Комментариев: 0
![](/uploads/posts/2023-09/thumbs/1695135615_devops-with-laravel.png)
Автор: Martin Joo
Издательство: Independently published
Год: 2023
Страниц: 447
Язык: английский
Формат: pdf + sources
Размер: 57.8 MB
With this guide, you can learn everything about deployments, Docker, Kubernetes, and how to use them with Laravel. "DevOps with Laravel" is a 447-page guide that teaches you how to be better at infrastructure and architecture. Docker is a platform that allows us to create, deploy, and run applications in containers. Containers are a lightweight and portable way to package software and its dependencies, allowing applications to run consistently across different environments. The most important thing is to package software and its dependencies. All of the above by deploying a Laravel app with components such as an API, Vue frontend, MySQL database, Redis queue, multiple queues and worker processes, scheduler.