Guide
Once you've implemented your integration logic and confirmed its behavior in developer mode, you can proceed to building and deploying your microservice. Talisman provides an automation process to package and deploy your microservice, that:
- Compile the code.
- Package the application into a JAR file, encapsulating all its parts and dependencies.
- Build an OCI (Open Container Initiative) image containing your packaged application.
- Push the OCI image to an image registry.
- Deploy the container to a Docker or Kubernetes environment, depending on your infrastructure.