Search code examples
javadockerdocker-swarmquarkus

Is Quarkus optimized for docker container runtime or it is just for Kubernetes


As described at Quarkus website that it is "Kubernetes native Java framework".

Does that means it cannot be used for other Docker Orchestration platforms like DockerSwarm ? or it is just only optimized for K8S ?

Regards.


Solution

  • Once you build a docker image, nothing stops you for using it with the container orchestration platform of your choice such as Docker Swarm.