sydphp / meetup-talks

The SydPHP meetup group's topic tracking repository
9 stars 0 forks source link

Getting to grips with PHP on Kubernetes #43

Closed Szasza closed 5 years ago

Szasza commented 5 years ago

Description

"PHP applications can be deployed in many ways - copied to one or more servers to run directly on the given OS, packaged into a container, upladed to AWS Lambda to run in a roundabout way, and so on. One of the options is using a Kubernetes cluster, which also provides many other services readily available. Let's see how a Kubernetes-based PHP API orchestration works in practice!"

Szasza commented 5 years ago

Presented in February 2019

Slides: https://drive.google.com/file/d/1QTguSmERuUhaVV1trja00AqU7sViR1jD/view?usp=sharing

Video: https://www.youtube.com/watch?v=xp_29dkKayE

adrianspacely commented 5 years ago

Thank you for sharing this 😁

Szasza commented 5 years ago

Sure thing @adrianb93 :grin: