"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!"
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!"