https://github.com/piomin/sample-spring-boot-graalvm
Demo project that shows how to build Spring Boot applications with GraalVM and run them in serverless architecture, e.g. Knative on Kubernetes with Skaffold and Jib
https://github.com/piomin/sample-spring-boot-graalvm
graalvm java jib-maven-plugin knative kubernetes native-image skaffold spring-boot
Last synced: about 1 month ago
JSON representation
Demo project that shows how to build Spring Boot applications with GraalVM and run them in serverless architecture, e.g. Knative on Kubernetes with Skaffold and Jib
- Host: GitHub
- URL: https://github.com/piomin/sample-spring-boot-graalvm
- Owner: piomin
- Created: 2021-03-05T12:50:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T23:24:49.000Z (2 months ago)
- Last Synced: 2025-02-21T00:41:03.843Z (2 months ago)
- Topics: graalvm, java, jib-maven-plugin, knative, kubernetes, native-image, skaffold, spring-boot
- Language: Java
- Homepage: https://piotrminkowski.com/
- Size: 60.5 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spring Boot With GraalVM Demo Project [](https://twitter.com/piotr_minkowski)
[](https://circleci.com/gh/piomin/sample-spring-boot-graalvm)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-graalvm)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-graalvm)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-graalvm)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-boot-graalvm)In this project I'm demonstrating you how to prepare applications for compilation with GraalVM.
## Getting Started
This repo is used in several articles that leverages fast application startup.
1. [Microservices on Knative with Spring Boot and GraalVM](https://piotrminkowski.com/2021/03/05/microservices-on-knative-with-spring-boot-and-graalvm/) - intro to the native Spring Boot compilation with GraalVM and deploy to Knative
2. [Canary Release on Kubernetes with Knative and Tekton](https://piotrminkowski.com/2022/03/29/canary-release-on-kubernetes-with-knative-and-tekton/) - intro to canary releases with Knative gradual rollout and Tekton pipelines