What is meaning of Quarkus Tag line (A Kubernetes Native Java stack)
A Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM, crafted from the best of breed Java libraries and standards. (https://quarkus.io)
Does this means Quarkus Project deploy on Kubernetes or Container Service made on Kubernetes?
It means it has been designed with Kubernetes and more generally containers in minds.
That means a couple of things:
That being said, it also runs perfectly well on a physical server or on whatever you want to host it. It's just that the container world brings some additional constraints.