Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:34:15.000Z (23 days ago)
- Last Synced: 2024-10-25T21:15:49.315Z (22 days ago)
- Topics: helm, kubernetes, pulumi, security, spring-boot
- Language: Java
- Size: 219 KB
- Stars: 15
- Watchers: 3
- 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.