/okteto-java-mvp

Primary LanguageJavaApache License 2.0Apache-2.0

Getting Started on Okteto with Java (Maven)

Develop on Okteto

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.

How To Run

  • okteto up
  • cd /usr/src/app
  • mvn spring-boot:run