BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
360 stars 127 forks source link

Running COSMOS in AKS cluster #1763

Open coppercosmo opened 2 years ago

coppercosmo commented 2 years ago

Hello. I have successfully pushed the ballaerospace/cosmos:latest image to my ACR. I try to run the image in a pod in AKS, but it keeps failing. Do I need to update the compose.yaml file in any way?

My thought was that I would push the image to my ACR, and then deploy it / run it in a pod and then go to whatever IP address I needed to. Am I missing something?

coppercosmo commented 1 year ago

@jmthomas I have also tried using the latest ubuntu image from https://github.com/BallAerospace/cosmos-docker but with no luck. I am trying to use that image with an InitContainer in AKS to see if I can download a zip in the container, extract it, and then run docker-compose up -d

jmthomas commented 1 year ago

We don't have instructions on building for Kubernetes so you're on your own here. Eventually the OpenC3 project will add Kubernetes support in the Enterprise version.

coppercosmo commented 1 year ago

Ah, okay. Thanks for the reply.