{"id":15068869,"url":"https://github.com/tmvolpato/microservices-spring-k8s-gateway","last_synced_at":"2026-02-13T06:05:26.809Z","repository":{"id":170079340,"uuid":"646194873","full_name":"tmvolpato/microservices-spring-k8s-gateway","owner":"tmvolpato","description":"microservices with k8s and Spring Gateway","archived":false,"fork":false,"pushed_at":"2023-06-24T13:34:39.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T20:51:49.023Z","etag":null,"topics":["docker-builder","docker-compose","flyway","hateoas","hooks","java11","kubernetes","open-api-v3","pmd","postgresql","spring-boot","spring-gateway","spring-jpa","spring-kubernetes","spring-specifications","test-container","test-integration","unit-test"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tmvolpato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-27T15:37:24.000Z","updated_at":"2023-05-27T15:57:53.000Z","dependencies_parsed_at":"2024-06-21T15:09:22.197Z","dependency_job_id":null,"html_url":"https://github.com/tmvolpato/microservices-spring-k8s-gateway","commit_stats":null,"previous_names":["tmvolpato/microservices-spring-k8s-gateway"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmvolpato%2Fmicroservices-spring-k8s-gateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmvolpato%2Fmicroservices-spring-k8s-gateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmvolpato%2Fmicroservices-spring-k8s-gateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmvolpato%2Fmicroservices-spring-k8s-gateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmvolpato","download_url":"https://codeload.github.com/tmvolpato/microservices-spring-k8s-gateway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243846982,"owners_count":20357297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-builder","docker-compose","flyway","hateoas","hooks","java11","kubernetes","open-api-v3","pmd","postgresql","spring-boot","spring-gateway","spring-jpa","spring-kubernetes","spring-specifications","test-container","test-integration","unit-test"],"created_at":"2024-09-25T01:39:32.946Z","updated_at":"2026-02-13T06:05:21.763Z","avatar_url":"https://github.com/tmvolpato.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microservices-spring-k8s-gateway\n\n| Type | Name | Description | Status |\n|--- |--- |--- |--- |\n| Lib | lib-common-exception | Handles all exceptions for the services it imports | Finished |\n| Service | Microservice-gateway | Service that forwards incoming requests to the appropriate destination | TODO |\n| Service | Microservice-user|  Service to manage users | Finished |\n| Service | Microservice-course | Service to manage courses | TODO |\n\n\u003cbr/\u003e\n\n## Technologies used in microservices\n\n| Tecnology | Version | Site |\n|--- |--- |--- |\n| Java Openjdk | 11      | [https://openjdk.org/](https://openjdk.org/)                                      |\n| Spring Boot  | 2.7.3   | [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot)  |\n| Spring Cloud | 2021.0.3| [https://spring.io/projects/spring-cloud](https://spring.io/projects/spring-cloud)|\n| Spring Cloud Kubernetes| 2.1.3|[https://spring.io/projects/spring-cloud-kubernetes](https://spring.io/projects/spring-cloud-kubernetes)|\n| Spring Webflux | 2.7.3 | [https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/boot-features-testing.html](https://docs.spring.io/spring-boot/docs/2.1.x/reference/html/boot-features-testing.html)|\n| OpenApi 3| 1.6.11| [https://springdoc.org/](https://springdoc.org/)|\n| Hateoas| 1.6.11| [https://docs.spring.io/spring-hateoas/docs/current/reference/html/](https://docs.spring.io/spring-hateoas/docs/current/reference/html/)|\n| PosrgreSQL| 13 | [https://www.postgresql.org/](https://www.postgresql.org/)|\n| Flyway| 9.18.0| [https://flywaydb.org/documentation/usage/plugins/springboot](https://flywaydb.org/documentation/usage/plugins/springboot)|\n| Docker | - | [https://www.docker.com/](https://www.docker.com/)|\n| Docker Compose| 3.x | [https://docs.docker.com/compose/](https://docs.docker.com/compose/)|\n| Google Jib|3.3.0 | [https://github.com/GoogleContainerTools/jib](https://github.com/GoogleContainerTools/jib)|\n|Minikube |- |[https://minikube.sigs.k8s.io/docs/start/](https://minikube.sigs.k8s.io/docs/start/)|\n\n\u003cbr/\u003e\n\n## Install + start minikube\n\n### Install minikube [https://minikube.sigs.k8s.io/docs/start/](https://minikube.sigs.k8s.io/docs/start/)\n\u003cbr/\u003e\n\nStart minikube\n\u003e $ minikube start --cpus 2 --memory 8192\n\nShow status minikube\n\u003e $ minikube status\n\nStop minikube\n\u003e $ minikube stop\n\n\u003cbr/\u003e\n\n## Kubernetes - commands\n\nApply configuration file (deployment.yaml, service.yaml, secret.yaml, etc)\n\u003e $ kubectl apply -f deployment-name.yaml\n\nList (pod, service e deployment)\n\u003e $ kubectl get all\n\nList only pods\n\u003e $ kubectl get pod\n\nList only services\n\u003e $ kubectl get services\n\nList only deployments\n\u003e $ kubectl get deployment\n\nShow configmap\n\u003e $ kubectl describe configmaps [name-configmap]\n\nDelete deployment, service, secret, etc \n\u003e $ kubectl delete [deployment] [deployment-name]\n \nShow url service\n\u003e $ minikube service [service-name] --url\n\nInteractive pod - postgreSQL\n\u003e $ kubectl exec -it [pod-name] --  psql -h localhost -U admin --password -p 5432 postgres\n\n\u003cbr/\u003e\n\n## Create account Docker Hub\n[https://hub.docker.com/](https://hub.docker.com/)\n\u003cbr/\u003e\n\n## Google Container Tools jib - commands\n\nCreate package .jar\n\u003e $ mvn clean install\n\nSend image to docker hub (configured in pom.xml)\n\u003e $ mvn compile jib:build\n\n\u003cbr/\u003e\u003cbr/\u003e\n## Start project local\nto-do\n\n## Start project with k8s\nto-do\n\n## Postman collections\nto-do\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmvolpato%2Fmicroservices-spring-k8s-gateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmvolpato%2Fmicroservices-spring-k8s-gateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmvolpato%2Fmicroservices-spring-k8s-gateway/lists"}