Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianogoes/poc-kubernetes-githubactions-springboot
https://github.com/fabianogoes/poc-kubernetes-githubactions-springboot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabianogoes/poc-kubernetes-githubactions-springboot
- Owner: fabianogoes
- Created: 2021-06-29T01:42:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T03:48:04.000Z (over 3 years ago)
- Last Synced: 2024-10-16T19:59:41.205Z (2 months ago)
- Language: Kotlin
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot App CI/CD on Github Actions with Kubernetes
## Stack
- Spring Boot
- Kotlin
- Java 11
- Maven
- Docker
- Github Actions
- Kubernetes
- Scaleway## References
- [Docker + Spring Boot examples](https://mkyong.com/docker/docker-spring-boot-examples/)
- [Docker Configure GitHub Actions](https://docs.docker.com/ci-cd/github-actions/)
- [Scaleway github actions to deploy into kubernetes](https://digitalsoba.com/kubernetes/scw-gh-actions/)
- [Scaleway Elements Kubernetes Kapsule](https://www.scaleway.com/en/docs/get-started-with-scaleway-kubernetes-kapsule/)
- [How to deploy Kubeflow on Kubernetes Kapsule](https://www.scaleway.com/en/docs/how-to-deploy-kubeflow-on-kubernetes-kapsule/#-Installing-kubectl-on-your-local-computer)
- [Como criar pipeline CI/CD com Jenkins e Kubernetes - Fabricio Veronez](https://www.youtube.com/watch?v=PxdsFL4NDfM)