This directory includes code samples for deployment on popular cloud services.
Feel free to contribute new samples or make edits! (We would love if you can contribute Vercel integration, for example).
This applies to Google Kubernets Engine (GKE), AWS Elastic Kubernetes Service (EKS), Azure Kubernetes Service (AKS).
- Build an image locally and push to a public image registry (Docker Hub, Google Cloud Registry, etc)
- Replace <PLACEHOLDER> fields in the
deployment.yaml
file. - Deploy the yaml in the Kubernetes cluster, e.g.
kubectl apply -f deployment.yaml
- You should be able to see a deployment brought up in the cluster soon! You can check by
kubectl get pod
. There is also a service launched, which can be checked bykubectl get svc
. Use theEXTERNAL IP
to access your RealChar deployment, and you are good to go!
Note microphone only works if you have SSL certificate set up.