Does anyone know of a resource that gives an overv...
# multiplatform
d
Does anyone know of a resource that gives an overview of deploying a Kolin MPP to AWS in a contain/Kubernetes environment? I have a web app and backend (ktor API) that I'm hoping to get deployed. I'm a noob on things like packaging (react web and backend need to be handled individually, I'd assume) and some hints on how to get it containerized and deployed on EC2 clusters (I cannot use App Runner as it's not available in Canada Central).
a
I think you can just ask chat.openai.com to get you started :) The whole idea about K8s is of course that it doesn’t matter if it is AWS or anywhere else. So if you can create a proper K8s resource file you’re almost already there