-
Hi Gurus, could you help me if , its possible to install and maintain Magda without docker ? i don't intend to use docker. Cheers!! |
Beta Was this translation helpful? Give feedback.
Answered by
t83714
Dec 16, 2021
Replies: 1 comment
-
Magda is a cloud-native app that requires k8s to run. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
t83714
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Magda is a cloud-native app that requires k8s to run.
That's how we can make it a hardware/environment independent solution.
It's not hard to run a local k8s env --- for local dev, you probably can try minikube
For production, you probably don't need to install a k8s cluster. Choosing one of the cloud providers (AWS, Google, Azure) would be a common choice.