Play in Google Cloud Kubernetes cluster

Play in Google Cloud Kubernetes cluster

Play in the Google Cloud Kubernetes cluster Kubernetes is a container orchestration system. It allows for easy deployment, management and scaling of containerized applications. Its key feature is the ability to create clusters of identical nodes of a single...
How to deploy a Play application to AWS

How to deploy a Play application to AWS

How to deploy a Play application to AWS Amazon Web Services – AWS – is one of the most popular Cloud platforms. It hosts over 200 unique services including docker container hosting, load balancer, database hosting, file storage. CloudCaptain –...
How to deploy a Play server with Docker Compose and Postgres

How to deploy a Play server with Docker Compose and Postgres

One of the easiest ways of deploying pretty much any application is by using Docker Container. There is a plethora of hosting sites that offer container hosting, or you can choose to host your service on your own, using a dedicated server or VPS. Manually maintaining...