This example shows how to leverage Okteto to develop a Java Sample App directly in Kubernetes. The Java Sample App is deployed using raw Kubernetes manifests.
This is the application used for the How to Develop and Debug Java Applications in Kubernetes blog post.
okteto up
cd /usr/src/app
mvn spring-boot:run