https://github.com/marcopaga/plain-spring-on-kubernetes
A demo Spring Boot application using the Kubernetes infrastructure
https://github.com/marcopaga/plain-spring-on-kubernetes
helm kubernetes pulumi security spring-boot
Last synced: 8 months ago
JSON representation
A demo Spring Boot application using the Kubernetes infrastructure
- Host: GitHub
- URL: https://github.com/marcopaga/plain-spring-on-kubernetes
- Owner: marcopaga
- Created: 2018-05-05T04:54:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T17:06:35.000Z (10 months ago)
- Last Synced: 2025-08-21T19:55:10.222Z (10 months ago)
- Topics: helm, kubernetes, pulumi, security, spring-boot
- Language: Java
- Size: 225 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plain Spring Boot App on Kubernetes
This projects deploys two microservices in kubernetes
# Deploy the app
```
helm upgrade test . -i -w
```
Follow along the logs to see istio in action. You can use a tool like [kail](https://github.com/boz/kail) to see all log messages in one place.