This repository contains everything that is needed for "Deploying ML models on GKE" workshop. It provides necessaary scripts and code samples to ensure smooth experience during workshop.
git clone https://github.com/scaliby/deploying-ml-models-on-gke.git
- clones the repository./00_setup/provision.sh
- runs projects provisioning./02_deployment/deploy.sh
- builds, pushes, and deploys on GKEkubectl get pods
- lists pods on Kuberneteskubectl get deployment
- lists deployments on Kuberneteskubectl get svc
- lists services (can be used to retrieve LB IP)kubectl get hpa
- lists HPA's