A multi container ML app (3/3): Kubernetes and Google Cloud Platform Posted on September 17, 2022 Deploying our 3-container translation app on a Kubernetes cluster to get scalability and resilience. [Read More] kubernetes k8s gcp google cloud gke swarm
A multi container ML app (2/3): deploying with Docker Compose Posted on September 15, 2022 Now that we have Docker containers, let’s deploy them together with Docker Compose. Also covered: security with Docker secrets, data persistence with Docker volumes and dependency ordering. [Read More] docker container compose secrets volume swarm